diff --git a/www-apps/gotify-server-bin/Manifest b/www-apps/gotify-server-bin/Manifest index 6d0fedb..a3f0202 100644 --- a/www-apps/gotify-server-bin/Manifest +++ b/www-apps/gotify-server-bin/Manifest @@ -1,8 +1,3 @@ -DIST gotify-server-bin-2.1.0_amd64.zip 9591338 BLAKE2B b7708b65509e327e65946823c9c575d2eff97b01119e01507fc0211b0d87eeb0cc3ad3deda70623c762fc8a3471df6243f2ab22431ef83c6a191920eabad700a SHA512 c783828da4de661b8609512d2b5a03d4e40de0cf6dcff5eaa19f6a072e421a8349ec33f541ea577d26bc2acdb32c7df919dcfccc4e62453bf711f4ce1d9106a4 -DIST gotify-server-bin-2.1.0_arm.zip 8938009 BLAKE2B 4463b9c33cd3365c0bdb4099f386f5a44ed0bddb51f1648807cef109718d0bb82e11ddc015d1caa0debe95c02a581a0055e88e14566521885adb2555e3d15900 SHA512 a5a00b2853fbd53b1625b5cabf98342976f86a0c1c149d8392fa2e554d8896ea9ba48527b8e83dc2c68781f8fbb41820a42ad353b37b29b222a6879dd2f4a4c6 -DIST gotify-server-bin-2.1.0_arm64.zip 8903458 BLAKE2B dd08cd8d3eb5ba8144f4191eee91d615095c12361420f65c07eff922da1b3cd921feeb71e799418c8400ebc64a3160792a556911a5eb413e463e7a99a7921f79 SHA512 8781180f6342f4253faa3fbc12ecc48884ae6272645d2a5aa7b315ec9b2250315099be72c4fd841c40daf7521940634bb1ae4af79f3a4352716f39dac5dace7c -DIST gotify-server-bin-2.1.0_config.example.yml 2435 BLAKE2B 1b6c5e97b1698d808c0a245031b660dcd933ba55a699c9660e2cf3c04d51effdb4d628795953a4ad49ba32999c73b255e26b8eaf819f368b1a11e98dda814705 SHA512 3939797cf58a066416f039db7b52d0446c2993ac07d9d930c93c9708c0d5a827c328b75613976a931cd9bf93bc0b259b96275ac07d72d4008f87973674df196f -DIST gotify-server-bin-2.1.0_x86.zip 9217892 BLAKE2B 1e7184343b095cab3a2ff1b9b86634d79c7015a99781c950de02869c69b19c54046c0c1103732d76b2ae1a9bfe97be409d1ea86aeaded6655fed86366c608077 SHA512 7921e6bb921dc30d7d24bcda25d33fb1af8c830e4a6ccd37d3b22d25cd2a502396944f00322e29631213830cd1dcad25471944ac74485cd5101aee9e5eab0cd2 DIST gotify-server-bin-2.1.3_amd64.zip 9155885 BLAKE2B 1892fb40003527b53c67545255cc942986cca77c4e2a2c8c30d677c583ea316756e82cba43ea26e41e688ae47324c33b3228c72cc70a174e7d12f2a35815a007 SHA512 2eca2c68c7ad68182c1332cb0cd797d5f2a4229cfd1994f9d8f3381fdd4b1788cc8676c48feab0390c82f24e098d997316bfed9d06e5d0ffd96dddcd49802cc6 DIST gotify-server-bin-2.1.3_arm.zip 8502701 BLAKE2B 52ba4aec2753b2c0b0ff050cd6ab3c8b8128c9c9c4bb124d3b89e422bf74a28294082fe98130b13443e5c979f1480e7dcf72fc5bbd2a8bbfc3862909783a7e73 SHA512 766abfa3f83f987e176e310a1e009c5c81fe8b7ab0f26bf48be3f996034d095d99adad45fc787a2244ab8455963f05b74b3a89eb1e1e3591e279373e97ab6019 DIST gotify-server-bin-2.1.3_arm64.zip 8469530 BLAKE2B 83301326e1cb796b4e4f26529f275274be9eeca73bb3ad24343443e14955fb1aa511e834a1e303d1429992a79a16cf87d3490ca25e8637bd1d414f30c805df8e SHA512 c88d1420f5f4de19c95d36ddd1499627c411ef449e5b6e04e41fa234a8d6bfe9cf9c35eb115aca7de261b99393c97e6ccbcb892ad3b30bf34270c65ab8e3f1d6 diff --git a/www-apps/gotify-server-bin/gotify-server-bin-2.1.0.ebuild b/www-apps/gotify-server-bin/gotify-server-bin-2.1.0.ebuild deleted file mode 100644 index 01e4ad4..0000000 --- a/www-apps/gotify-server-bin/gotify-server-bin-2.1.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Simple server for sending and receiving messages in real-time per WebSocket" -HOMEPAGE="https://gotify.net/" -# NOTE: Only amd64 is tested. -SRC_URI=" - amd64? ( https://github.com/gotify/server/releases/download/v${PV}/gotify-linux-amd64.zip -> ${P}_amd64.zip ) - x86? ( https://github.com/gotify/server/releases/download/v${PV}/gotify-linux-386.zip -> ${P}_x86.zip ) - arm? ( https://github.com/gotify/server/releases/download/v${PV}/gotify-linux-arm-7.zip -> ${P}_arm.zip ) - arm64? ( https://github.com/gotify/server/releases/download/v${PV}/gotify-linux-arm64.zip -> ${P}_arm64.zip ) - https://raw.githubusercontent.com/gotify/server/v${PV}/config.example.yml -> ${P}_config.example.yml -" -S="${WORKDIR}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="logrotate" - -RDEPEND="acct-user/gotify" -DEPEND="${RDEPEND}" -BDEPEND="app-arch/unzip" - -QA_PREBUILT="/usr/bin/${PN}" - -src_prepare() { - cp "${DISTDIR}/${P}_config.example.yml" config.example.yml || die - sed -i 's/listenaddr: ""/listenaddr: "[::1]"/' config.example.yml || die - - default -} - -src_install() { - local myarch="amd64" - use x86 && myarch="x86" - use arm && myarch="arm" - use arm64 && myarch="arm64" - - newbin gotify-linux-${myarch} ${PN} - dodoc config.example.yml - newinitd "${FILESDIR}/${PN}.initd" ${PN} - - if use logrotate; then - insinto etc/logrotate.d - newins "${FILESDIR}/${PN}.logrotate" "${PN}" - fi - - diropts --owner=gotify --group=gotify --mode=750 - keepdir var/lib/gotify - keepdir etc/gotify - keepdir var/log/${PN} -} diff --git a/www-apps/gotify-server-bin/gotify-server-bin-2.1.3.ebuild b/www-apps/gotify-server-bin/gotify-server-bin-2.1.3.ebuild deleted file mode 100644 index 4c6cf05..0000000 --- a/www-apps/gotify-server-bin/gotify-server-bin-2.1.3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Simple server for sending and receiving messages in real-time per WebSocket" -HOMEPAGE="https://gotify.net/" -# NOTE: Only amd64 is tested. -SRC_URI=" - amd64? ( https://github.com/gotify/server/releases/download/v${PV}/gotify-linux-amd64.zip -> ${P}_amd64.zip ) - x86? ( https://github.com/gotify/server/releases/download/v${PV}/gotify-linux-386.zip -> ${P}_x86.zip ) - arm? ( https://github.com/gotify/server/releases/download/v${PV}/gotify-linux-arm-7.zip -> ${P}_arm.zip ) - arm64? ( https://github.com/gotify/server/releases/download/v${PV}/gotify-linux-arm64.zip -> ${P}_arm64.zip ) - https://raw.githubusercontent.com/gotify/server/v${PV}/config.example.yml -> ${P}_config.example.yml -" -S="${WORKDIR}" - -LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="logrotate" - -RDEPEND="acct-user/gotify" -DEPEND="${RDEPEND}" -BDEPEND="app-arch/unzip" - -QA_PREBUILT="/usr/bin/${PN}" - -src_prepare() { - cp "${DISTDIR}/${P}_config.example.yml" config.example.yml || die - sed -i 's/listenaddr: ""/listenaddr: "[::1]"/' config.example.yml || die - - default -} - -src_install() { - local myarch="amd64" - use x86 && myarch="x86" - use arm && myarch="arm" - use arm64 && myarch="arm64" - - newbin gotify-linux-${myarch} ${PN} - dodoc config.example.yml - newinitd "${FILESDIR}/${PN}.initd" ${PN} - - if use logrotate; then - insinto etc/logrotate.d - newins "${FILESDIR}/${PN}.logrotate" "${PN}" - fi - - diropts --owner=gotify --group=gotify --mode=750 - keepdir var/lib/gotify - keepdir etc/gotify - keepdir var/log/${PN} -}