From f52562a45d967e193210737b55de5f0ff9018b76 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 24 Mar 2024 01:01:06 +0000 Subject: gentoo auto-resync : 24:03:2024 - 01:01:06 --- www-apps/sonarr/sonarr-4.0.2.1341.ebuild | 65 -------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 www-apps/sonarr/sonarr-4.0.2.1341.ebuild (limited to 'www-apps/sonarr/sonarr-4.0.2.1341.ebuild') diff --git a/www-apps/sonarr/sonarr-4.0.2.1341.ebuild b/www-apps/sonarr/sonarr-4.0.2.1341.ebuild deleted file mode 100644 index 96ad64a73d0b..000000000000 --- a/www-apps/sonarr/sonarr-4.0.2.1341.ebuild +++ /dev/null @@ -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" -} -- cgit v1.2.3