www-apps/sonarr: drop 4.0.2.1312

Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2024-03-14 09:52:34 -04:00
parent 61276a5f19
commit ef0c65d95a
2 changed files with 0 additions and 70 deletions

View File

@@ -1,8 +1,3 @@
DIST Sonarr.develop.4.0.2.1312.linux-arm.tar.gz 94774483 BLAKE2B e459961b5fa3d267d6b00b971186709d44631432449fac3fb4ea4bf8a7c739c0ed3ce412fd62904b2172cb6e9e35a6ba6788e153394ca9297093af16d14720df SHA512 0bcc626cec2287477c6d93bc0791233238ce42aa831997eb65422a8080b6a8020c066d4f3726b2fe502b15d55cbb98198244886a74eedc6f44b245e506ea278f
DIST Sonarr.develop.4.0.2.1312.linux-arm64.tar.gz 94504505 BLAKE2B 4b96d9d16f10c55fd024cfb88091dc88cf19f21fa283c36a1859d62f9b237748fa6d052cc23516b04c1d21b63d917650a7d20d8125e52b2bac26e10a89854c08 SHA512 92379980ff31770815eb4e134d32f1b8438ad751edc70f3131b1662c14a880dc082972e1b7785107f17b12ad9ee3c09683298de3b3d24acdf22aeafe0c06c3eb
DIST Sonarr.develop.4.0.2.1312.linux-musl-arm64.tar.gz 94570165 BLAKE2B 91a5ac9d4dd271889b2504411e89d130452cf068c8be518bdf514d713c848b3185d9d4a6e51f8aa375f08d46cf434e47c97896d230d2b82305c9bc11173ed1a4 SHA512 deb994a6af9d720f1a1adac497740c2e3638d5e915ce0e9de2a384fb7bfa7ecbb203dbb1529c41d1fd99e345c4a554ff0d82982d9de5f9785b75488248d9d66e
DIST Sonarr.develop.4.0.2.1312.linux-musl-x64.tar.gz 99509620 BLAKE2B b475c19f30a79a38382140b2ad46916f5013b6ff49571acc4af80991a7690903b2829530e07796141ec629f922a7e8d27f31fca9665d345d34dc87a906f84de6 SHA512 ef704498cee8f1df03838060094b82e235afb004b8241fc2029ac42fdf6b564f19fc62f5151bf5b543f98bf5ffff927330701a11f8ac7180e2ed735882dcc048
DIST Sonarr.develop.4.0.2.1312.linux-x64.tar.gz 100445515 BLAKE2B b73a6fcc84e4b2c9b8f7823b2926a2c716a062bd516db4f312b0afeb6b25e19f8809531267a00ead27a6ef92bbfed78909f76497962098403d8fa2db53d6b75e SHA512 8e15e63b445eb4cbeaffaccceb99318075cf60d3dedb2e696d37879d575f7ef980213dcf52641330e6d3e51d1da53281ecfd7ce0a945abe0c4ffda358ed735bd
DIST Sonarr.develop.4.0.2.1341.linux-arm.tar.gz 94805415 BLAKE2B 21982fe26370705ec5768ab7cbc0da01f0a311d1567839036a2ba6e1ed52eca6d9998df4059c41581cb3c8d49c26ac7cc1470724e29e56f029d0dbe419fc71ea SHA512 109176d72797c9d1ee76431b782dcd406ea1f8ce1529ff4b97ccd1f26e49d5a348e27508c957fe499752a9fd9b99c3b32d74d0c3ef0b4c25a6f8c67732e6d4f7
DIST Sonarr.develop.4.0.2.1341.linux-arm64.tar.gz 94539645 BLAKE2B ba2a20514d6c5abeefc969d3d015aa429d9280369fde81a6328f0492b8f09dab21f02eade3f326cc567f27852cd2da1107db205bee2db4d82c7de9c2b80c10bc SHA512 841c2b626519ad39fa18ffe2206cc25566c8a9111a471fd7ecf05e4efbea841d56bf7b94c43f7a4da08f99964b79ad568919622a946d0cb1d00c87262e3c1512
DIST Sonarr.develop.4.0.2.1341.linux-musl-arm64.tar.gz 94600038 BLAKE2B 78843455f0016bd9abd70def5af480b82b967ae29016301838ad22aab386921c629f0afd74dd46544d6fb0d44edbc8ad3958e85ce0144328242848079379d683 SHA512 fa2606b146c8dda9a995738fa92903c03d93dcfbdffad823a44684ec470ac1284214b55350d86dc559200d316be4cd984a94137f6c196e7d910446ff981e5c60

View File

@@ -1,65 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit systemd
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 )
)
"
DESCRIPTION="Sonarr is a Smart PVR for newsgroup and bittorrent users"
HOMEPAGE="https://www.sonarr.tv"
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-util/lttng-ust:0
dev-db/sqlite
"
QA_PREBUILT="*"
S="${WORKDIR}/Sonarr"
src_prepare() {
default
# https://github.com/dotnet/runtime/issues/57784
rm libcoreclrtraceptprovider.so Sonarr.Update/libcoreclrtraceptprovider.so || die
}
src_install() {
newinitd "${FILESDIR}/${PN}.init-r2" ${PN}
keepdir /var/lib/${PN}
fowners -R ${PN}:${PN} /var/lib/${PN}
insinto /etc/logrotate.d
insopts -m0644 -o root -g root
newins "${FILESDIR}/${PN}.logrotate" ${PN}
dodir "/opt/${PN}"
cp -R "${S}/." "${D}/opt/sonarr" || die "Install failed!"
systemd_newunit "${FILESDIR}/${PN}.service-r1" "${PN}.service"
systemd_newunit "${FILESDIR}/${PN}.service-r1" "${PN}@.service"
}