mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-apps/sonarr-bin: drop 4.0.14.2938
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
DIST Sonarr.develop.4.0.14.2938.linux-arm.tar.gz 98679536 BLAKE2B 1e98247de7989ddae3e1728ceac293cbccd893b478cebca01db119a5a2db585d6df7f1643acba20a8330e9386b5ae530ae72f272b611d18650dbb5e109909c30 SHA512 805e50370fee6743a9ff7ab39c4c2f307129eff48d30b6028520c7700061b6624a8680bc982c167b1c34f97584772684a4840b9f3dd5aae118a92699b2ecbb97
|
||||
DIST Sonarr.develop.4.0.14.2938.linux-arm64.tar.gz 98398327 BLAKE2B 28e6af7120d06675401b881f6385d59301e2b7ffa3f05f20eba66528ccffd36aec1984bc24fa40473923f0d0a63be4192911d8dd61fdbfb3c56f4dd84297c390 SHA512 684bf8852d7ccd2b310d4bb27a119606a99c4b1dec5149658cc5c35b593ae1d7153133f3d32e70c09a2ddbb4c668a7fe11e0188fa36ffe2d5c9336ad7b10b960
|
||||
DIST Sonarr.develop.4.0.14.2938.linux-musl-arm64.tar.gz 98462338 BLAKE2B 8b87e93cb580a899bd84668eb1ee6f8021606465354356a8cb130fce962312d4c6ac37d04404b8949c1bbe8ea3a7b1dc1f997f14cf29e237e44451265d9628d2 SHA512 efc966d84d3d2ec8fe1dce00a6d4be219d29fae67d4c30b19a574c93b3ce317fdd5f27b17674dfdaa9bd682324c200fb98c352b799907c0ed7440eee84135b73
|
||||
DIST Sonarr.develop.4.0.14.2938.linux-musl-x64.tar.gz 103394559 BLAKE2B 7b514b7fa87b760b410f90a56d386e5242ec2417adb4b45f7a949fbd664e76585af55ca1916077630e2f6ee935f945b74f210c6350b6cb61ebd45fc7a87e9af8 SHA512 e9e7a9b3a66125ac9271d9c23b1926c033b5fa52ea61a36bfd6c83d6fefa5f8f45d9a41d65305002c6ec1b958d63facc8516f3d8f9cc892d40dad33c1268c211
|
||||
DIST Sonarr.develop.4.0.14.2938.linux-x64.tar.gz 104336206 BLAKE2B c0c0091211884a161aecf31ff120809e1b90f3016a25d10c613542de89e542733eb1a2b2284afeca4904238becb335e29fc00a011d56b72795d22b49d445f95f SHA512 9c90fe298ed07379e14f17e8e3904d3bcd2bdd2170d3ba24eb55748fbd43936a01d23b65742fccd14f6a4d17ec5fbcc088c0ed56310a9f0a2d3695349edb24cf
|
||||
DIST Sonarr.main.4.0.14.2939.linux-arm.tar.gz 98675309 BLAKE2B c14dc96e0e8ae3412182daa0cadea51f91b69c6ffc95da522e647163314df3976b2dd99bf409a07f0b1a8d28b89d295b9a050c3741dcf5fa143aad016d93a9c7 SHA512 8da4943c14579126c09048fef52a64c5317900111fdc6395646d63b91e6f8cc61964c0939499a365cfe88c41ddfe761cfc3ea7904e2b23d9062868bcf2a5259d
|
||||
DIST Sonarr.main.4.0.14.2939.linux-arm64.tar.gz 98398282 BLAKE2B 7d480149469f48773fa487d3f25defaa823827787757dfd8ea57e46b40a364f664f568493bff3a666d0016342a501650163dfdd950699435380356f5a907d714 SHA512 0c5f7debf3a01d50d364779a1c0c05f47846647d5c3b5b033204aa0051624835a5854dc22be73daf45166d859e53a72fd53853dfdb41c10e1a44be1982aa7bd9
|
||||
DIST Sonarr.main.4.0.14.2939.linux-musl-arm64.tar.gz 98466401 BLAKE2B d73e0fb1b33fbf310833ae7ac4a092af075367e9e2ca72b57612447f40f22884127c9281e47c7e46a95ec0d36e9d5b17c2deaa67f5674834dcea89d00c7e8ea6 SHA512 93a6537e4cd30faef1067055bfcb8d7b87d23358f52489eee110fb76a34cd3ec77c6768dfde241a8e83f2e5d2808237f3c58f9320d46c35fc73b261f8364df3b
|
||||
|
||||
@@ -1,73 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit systemd
|
||||
|
||||
DESCRIPTION="Sonarr is a Smart PVR for newsgroup and bittorrent users"
|
||||
HOMEPAGE="https://www.sonarr.tv"
|
||||
|
||||
SRC_URI="
|
||||
amd64? (
|
||||
elibc_glibc? (
|
||||
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-x64.tar.gz
|
||||
)
|
||||
elibc_musl? (
|
||||
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-musl-x64.tar.gz
|
||||
)
|
||||
)
|
||||
arm? (
|
||||
elibc_glibc? (
|
||||
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-arm.tar.gz
|
||||
)
|
||||
)
|
||||
arm64? (
|
||||
elibc_glibc? (
|
||||
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-arm64.tar.gz
|
||||
)
|
||||
elibc_musl? (
|
||||
https://github.com/Sonarr/Sonarr/releases/download/v${PV}/Sonarr.develop.${PV}.linux-musl-arm64.tar.gz
|
||||
)
|
||||
)
|
||||
"
|
||||
S="${WORKDIR}/Sonarr"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="bindist strip test"
|
||||
|
||||
RDEPEND="
|
||||
acct-group/sonarr
|
||||
acct-user/sonarr
|
||||
media-video/mediainfo
|
||||
dev-libs/icu
|
||||
dev-db/sqlite
|
||||
"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# https://github.com/dotnet/runtime/issues/57784
|
||||
find . -type f -iname libcoreclrtraceptprovider.so -delete || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newinitd "${FILESDIR}/sonarr.init-r2" sonarr
|
||||
|
||||
keepdir /var/lib/sonarr
|
||||
fowners -R sonarr:sonarr /var/lib/sonarr
|
||||
|
||||
insinto /etc/logrotate.d
|
||||
insopts -m0644 -o root -g root
|
||||
newins "${FILESDIR}/sonarr.logrotate" sonarr
|
||||
|
||||
dodir "/opt/sonarr"
|
||||
cp -R "${S}/." "${D}/opt/sonarr" || die "Install failed!"
|
||||
|
||||
systemd_newunit "${FILESDIR}/sonarr.service-r1" "sonarr.service"
|
||||
systemd_newunit "${FILESDIR}/sonarr.service-r1" "sonarr@.service"
|
||||
}
|
||||
Reference in New Issue
Block a user