commit:     404617aebbbf985571baf51e0ad389337b0ab2ea
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 16:44:20 2024 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Jan  2 16:44:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404617ae

www-apps/sonarr: drop 3.0.10.1567-r1

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 www-apps/sonarr/Manifest                     |  1 -
 www-apps/sonarr/files/Sonarr                 |  3 --
 www-apps/sonarr/sonarr-3.0.10.1567-r1.ebuild | 47 ----------------------------
 3 files changed, 51 deletions(-)

diff --git a/www-apps/sonarr/Manifest b/www-apps/sonarr/Manifest
index 63938867ffc2..1bbf5b483271 100644
--- a/www-apps/sonarr/Manifest
+++ b/www-apps/sonarr/Manifest
@@ -1,4 +1,3 @@
-DIST Sonarr.main.3.0.10.1567.linux.tar.gz 14107460 BLAKE2B 
d2a8eb16199677505175292dfe90549894a7dc450445f2df196c23a9d4f1da3999806c7a5fc956d0bd2dc2f9a949940e0ea78fe6f250aa77608c180117757d36
 SHA512 
6d588d1d36c51123586f737cf47e95bc0725a5f559cca86a951786fef8a5c6762c2bc9f06b038c9d6eba640a19f9e15f7d609171f7d4b4d5472c21f9e3aa415b
 DIST Sonarr.main.4.0.0.748.linux-arm.tar.gz 92973154 BLAKE2B 
87bc7a73a120fc8b51a4759189b4f2dfd22cbbbdb975449ddfd8ee2209976e0b40164945dad916e9afb97260fd83148d52c4039e8c5851607c0be088cd5f94d5
 SHA512 
4519b00ff3bb10deb24d60d7e87e13abdb74a9f3fb83e4edc1cd9b4ab714ff71d7244e449ff6ab25c49e332bd8491b7c2d092bdcb615a71b4f658f7537bdaf76
 DIST Sonarr.main.4.0.0.748.linux-arm64.tar.gz 92678699 BLAKE2B 
2b49aa02e25110b0d22a2ffa2c6462edd890dfb9cf6bdf57ce0d7b54aa27f8b752e65aa88bd1d0aed0acac6f6b71b6970d0ec613e0d8977ae51f225b1837c135
 SHA512 
9fd229a39434a6378c4f0eeb184fef5103572e06ec5281815126bdb24c09049a333848bf8f21d117f2274b51862e33586552eb90c33e533f47599f0fcdddc2f0
 DIST Sonarr.main.4.0.0.748.linux-x64.tar.gz 98607969 BLAKE2B 
a1bb7a3bb37b942b08bb63f1faf37bede6db59e72446ba08aba04e59ebb5810ca777aae876191f542eca28375c1c7cd71642480f7815b0e2268cede40e858f7f
 SHA512 
16c7718d6015ecea0818af01f20cf737a87d953e9d5a501f83c6a4de0afa12cc83958a66780e59c911a0f692b99892953e574a62a9e87ec548e7f3735548b660

diff --git a/www-apps/sonarr/files/Sonarr b/www-apps/sonarr/files/Sonarr
deleted file mode 100644
index 773b3504ca3e..000000000000
--- a/www-apps/sonarr/files/Sonarr
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-/usr/bin/mono /opt/sonarr/Sonarr.exe "$@"
-

diff --git a/www-apps/sonarr/sonarr-3.0.10.1567-r1.ebuild 
b/www-apps/sonarr/sonarr-3.0.10.1567-r1.ebuild
deleted file mode 100644
index 34234de6098f..000000000000
--- a/www-apps/sonarr/sonarr-3.0.10.1567-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-SRC_URI="https://download.sonarr.tv/v3/main/${PV}/Sonarr.main.${PV}.linux.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
-       >=dev-lang/mono-6.6.0.161
-       media-video/mediainfo
-       dev-db/sqlite"
-
-QA_PREBUILT="*"
-
-S="${WORKDIR}/Sonarr"
-
-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/${PN}" || die "Install failed!"
-
-       exeinto "/opt/${PN}"
-       doexe "${FILESDIR}/Sonarr"
-
-       systemd_newunit "${FILESDIR}/${PN}.service-r1" "${PN}.service"
-       systemd_newunit "${FILESDIR}/${PN}.service-r1" "${PN}@.service"
-}

Reply via email to