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.8.1902
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
DIST Sonarr.develop.4.0.8.1902.linux-arm.tar.gz 95020285 BLAKE2B e622e4097af736ce5c0bc3750006776f21a328295dbafe00cf437b9616f5ed0f568f849ec0716059f019efcf876740313c8eee29ebae9960c7cc5a29433786b0 SHA512 e3b273ca0d0e151e1e7cfbaec027172c9eb51c4baad285106155e394cbd87c846d20be712a03aa66d174fcce11a02594bef3a25b9dc7c8ca4833467cc64aa8e1
|
||||
DIST Sonarr.develop.4.0.8.1902.linux-arm64.tar.gz 94763972 BLAKE2B 53d0a100e6c78e3896b53e33ecd10241f261fe81162ae07dd79fd2f4cb28130d883645349fa8c34e196397d6ee69ce6504bce1b2e603a68b18f3d3d11277fd93 SHA512 cb7fab67ce9b2243166c3e2c8b4101806909e05687ae0203b305120edffbc0ea58cef4234ddce117744ec5d3854ee0e60f09b23f2afce9956833877cba2f22de
|
||||
DIST Sonarr.develop.4.0.8.1902.linux-musl-arm64.tar.gz 94813068 BLAKE2B 1b1ae3ff601022d92b0cb1ac8890e619a2a297e00916278c7c553929c0c45e7e6a149cd232e7440e13b39495e4ffcfaa6c47a4a7947603fd4bb6eccafb9e387b SHA512 2aa2b0ab06ee20cd04af6f1d5dc0258e96dedfca2f3f5c15906d810bbcfca3ad35ba354f2914c975985df21bc8ce7aacb1c8a1f8aed5c47b38bb74591fab808e
|
||||
DIST Sonarr.develop.4.0.8.1902.linux-musl-x64.tar.gz 99767476 BLAKE2B 7e7760c00cf2b354688b60b5f0a5ecebda72b2628352ca9f113494e4859f646b09b6de712002128b97a22d2e6e2527194ff64e7a9b48aaa270ee3d4e31e6cd80 SHA512 d7beea09ab82b3bedcf29a196fb6225edd86880d49d56748618ad300fa29463e1deb3040684c5571a05f6ad8ed3a7dcc2f32cc8d47c5a21a5c4252d253925360
|
||||
DIST Sonarr.develop.4.0.8.1902.linux-x64.tar.gz 100706152 BLAKE2B 96c93de96bdc2257279ca2e2995edbed1e89f94e05c60c5771453b47498fa686c3601ddc901662efcab83efdab64e807ba99cc8d0e5b69afac6f0ca4ea265939 SHA512 8f21bec0605efa48d835838fd99c75ec6bb395c6c5ea144e4ba9e8cb355e7da79842669045192276143722e1293848dd113187d0bf737b7f52cd93580ff5f71e
|
||||
DIST Sonarr.develop.4.0.8.1929.linux-arm.tar.gz 95014212 BLAKE2B 16a31cc6e95ae3a5589ed43414c178b0c4f0921750dc91216e3f314b3a377b64e35eeed2ddd90c8d4463424ea435c61a5ad3d2586e31290ce8e8a27d7c12b786 SHA512 ad8c3c76ed5e334407c39a8fc5936736ebf786442b41e4d530eddc5415ee43bff687c9e4fb37d574f6a115c4e4438b5ce7a576ec1993a091876aebeccb24f46d
|
||||
DIST Sonarr.develop.4.0.8.1929.linux-arm64.tar.gz 94730731 BLAKE2B 89a57877f3da0b340cd238b191906691f2c1e9e8f4e9abefb4600fc6ff36b0161849e76da4d69b666f3c375539da275e2766490e45c471cc2ec894390bfaecf2 SHA512 64059581737687f53fa7d95154d6873823d30aa454fe8383f91d15c795f563bcb4d2653f9807026cb663df063f27794500d5d6b2c1cead947345ecd9c4ff2b5c
|
||||
DIST Sonarr.develop.4.0.8.1929.linux-musl-arm64.tar.gz 94798774 BLAKE2B 4d2d263b3402eaf03ed1825c6c7ca1a6b0cbd1a726c771cceba5e1b5bf4bdae0f7bb1c4d519c2983b99705146b8a90460e6eae4877c268530244649ee0209cba SHA512 ce0ce6e5948601e4bf09e387c18777a73befdf53237468dc3a42ca652634bb8c02b791b2b9d5ed7bebc9f9e0f7226205cacce1fd1b2a310cef08ba0d0edb2a22
|
||||
|
||||
@@ -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