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.4.1616
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
DIST Sonarr.develop.4.0.4.1616.linux-arm.tar.gz 94828039 BLAKE2B 976ad4a02132159f5baea0300c125250f158f2fa1fb6a786fa73ab61b16a49bdcbc366afc0455ab581ea86b28b94a353b0d82a4e9f9abb7daf5f3028a6cfe002 SHA512 307723546ac684cb8cf838692652d99606e63b03a4df5b6926a9fcfb3d52c69930a1cf96d693aea0b4b7eb8aa8c29a0d41b4e55c24d6f7903f24c5db7e2ce68b
|
||||
DIST Sonarr.develop.4.0.4.1616.linux-arm64.tar.gz 94573330 BLAKE2B 54b75a9d2f11ebfda51af2221eb3fe36ce6d236de394c3bf63ad747cef0bf29baeb2a3c765c98bc62f7023dc4cb1c15c3dd6feb6f6577f57df635385609087f2 SHA512 ca49ffada1c32706a697f4fb264947a9cdb530edd21c356321983cddec4ef7e8986b48fb2aa37116a5bf26c19601abce4fb0b2ea311a353f6d5081e2c28c1999
|
||||
DIST Sonarr.develop.4.0.4.1616.linux-musl-arm64.tar.gz 94638690 BLAKE2B 7c511e46d30b07ae6fb3aff59a8b735b9c3e19696ad35036288daa565c52ba62d2882c837035cdcc8051f773260c3623a10d491bbed722c96cb9e294ff3cd54e SHA512 bc4f137c8bde2a44ec0417f65facb14514a663a8f10300befe0ff5926a15471c145785082f5bc0093d45c25f3277c9d9249735face0711a9b49b9ae8b0b0aaad
|
||||
DIST Sonarr.develop.4.0.4.1616.linux-musl-x64.tar.gz 99590116 BLAKE2B 90e692428391d13056ada86a93e6327c3fa486dcc510d2884556d6f7ce5ed6f61e1520ca32d9081e932c9fb9a46102ffee4c534e775fae2b03cd075fc8c54ac9 SHA512 dcc7d52c5e86a7cf4f2083690b4bf1029cafdca41fa2ca9e41484609f121657f5c7e2e77895e8f9cafecd39ac37ac6105a45d08f809e24a047dccac9aed171dd
|
||||
DIST Sonarr.develop.4.0.4.1616.linux-x64.tar.gz 100520382 BLAKE2B ad68152a5f83d325919296a111c1bf1dc887c6cd07cd06c96857148cabccd38639c06c3a458b4608a561bc54dbfda806dff99aacbf2e7b57388ed6b256d831a5 SHA512 e5e11da1ee2d3d07039809395db1bca7e86cead57e2856ce5c758c0c8b002393368d18fc5f50b8398fc2173a1e6fc998a44c902330b070334938f8c84f75d72f
|
||||
DIST Sonarr.develop.4.0.4.1650.linux-arm.tar.gz 94843803 BLAKE2B 7d2511d2b08a05d6e3cfb348e989197cf6483b6e602828dbdff4e4ca1576bf1ab71a629b815e5623192bc8c4b98bc8b92e0f3f3869e8e4ba0fad9ed89520eb88 SHA512 85661d0a035145861f72f550cbf20cf3d423bd3742da30035fd33798a53dc8b53a16ebc0514584206b4ef670dc14171c0bbf2e685b30da6b99b36cb352776869
|
||||
DIST Sonarr.develop.4.0.4.1650.linux-arm64.tar.gz 94588510 BLAKE2B cdd8024548b85093175db758299daf44aa5d984fbf83f500f59eb59f158e632a68e1361363a5f26c5a02559837dfd066b6f2f6dbb8cdbff15dec42fd901edd3a SHA512 17a63a9be0cb00ac107d06829791e95fa4006745442b18be2d517192ad51098a5fb22be05e798ad285041fbc9c05f7600e6c6b213f2d7ccf1be591b58fadc180
|
||||
DIST Sonarr.develop.4.0.4.1650.linux-musl-arm64.tar.gz 94642140 BLAKE2B d0591d5e5289c8ed627a90c168ef133851f976b4a98fe00e536c5f16cf2af2dd1c6ad25e7b796efef252715269c28967c5e5d1f37b28f1cc2afabc26ab6ab5cf SHA512 f8fc43d3ec2f2efaaab42ef43bc614e83345de78e369982e60f83e7b3033d8143c17a7e383480822fdb62eefd637be6ccbc3a1692ebbcf0bcf618a82aec78632
|
||||
|
||||
@@ -1,74 +0,0 @@
|
||||
# Copyright 1999-2024 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-util/lttng-ust:0
|
||||
dev-db/sqlite
|
||||
"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# https://github.com/dotnet/runtime/issues/57784
|
||||
rm libcoreclrtraceptprovider.so Sonarr.Update/libcoreclrtraceptprovider.so || 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