commit: 325102109c0715c1d07005c8417a5916ab1937b2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Mon Mar 27 13:29:15 2023 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Mon Mar 27 13:29:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32510210
www-apps/sonarr: drop versions Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> www-apps/sonarr/Manifest | 3 -- www-apps/sonarr/sonarr-3.0.10.1566.ebuild | 47 ----------------------------- www-apps/sonarr/sonarr-3.0.8.1507.ebuild | 44 --------------------------- www-apps/sonarr/sonarr-3.0.9.1549-r1.ebuild | 47 ----------------------------- www-apps/sonarr/sonarr-3.0.9.1549-r2.ebuild | 47 ----------------------------- www-apps/sonarr/sonarr-3.0.9.1549.ebuild | 44 --------------------------- 6 files changed, 232 deletions(-) diff --git a/www-apps/sonarr/Manifest b/www-apps/sonarr/Manifest index 6fbca1590a68..4e1fde80c6fe 100644 --- a/www-apps/sonarr/Manifest +++ b/www-apps/sonarr/Manifest @@ -1,4 +1 @@ -DIST Sonarr.main.3.0.10.1566.linux.tar.gz 14109728 BLAKE2B b6aa56543e109ff4eb268b194beb7e06780a3936487fd798155ce4b7c0364d9f123b804818fb2b8df37ff625b51282aed9a31167dd94f2f80279e33908e0fa96 SHA512 e7c962f804b9743fe0b93514f28a616603939f5527d3132d7e9d2fdbdcd003df45195cb9079409c5422613a213a0c668236d3de395aad0873bcdfb50be41e30e DIST Sonarr.main.3.0.10.1567.linux.tar.gz 14107460 BLAKE2B d2a8eb16199677505175292dfe90549894a7dc450445f2df196c23a9d4f1da3999806c7a5fc956d0bd2dc2f9a949940e0ea78fe6f250aa77608c180117757d36 SHA512 6d588d1d36c51123586f737cf47e95bc0725a5f559cca86a951786fef8a5c6762c2bc9f06b038c9d6eba640a19f9e15f7d609171f7d4b4d5472c21f9e3aa415b -DIST Sonarr.main.3.0.8.1507.linux.tar.gz 13647325 BLAKE2B bd269ec2e628075548c9c11db0f9d31f0b9a8c24bb55e0b7d0c58cc32c33423ca4988e9e63170fa6b5f49d438877a88402cebca3183fb98ac5995eb2a38e96e5 SHA512 32efec2207e853a1d7737fc72e9484e62c07a4b39f7e9c6ea0519bcc3220bf4bdb189c6b5dc30aa168912ba912a78c4c5832e2b84bc0a42c46844e76d3b9cc1a -DIST Sonarr.main.3.0.9.1549.linux.tar.gz 14105679 BLAKE2B 97aa7e5a3836e66433b49e6128779acfe6985fba029a17835a9de31708793752f0f7f59269697f97210994d566708aea2147f199e4d0f51a845c60918d236bfe SHA512 ee97eaa9f2864387619091656843cb57610ada9fd6ad01da3c5414a876ad3b2257572711b2d113477983fcd7456a8eed962bd05928124c6fd9fc66cb80aab170 diff --git a/www-apps/sonarr/sonarr-3.0.10.1566.ebuild b/www-apps/sonarr/sonarr-3.0.10.1566.ebuild deleted file mode 100644 index 34234de6098f..000000000000 --- a/www-apps/sonarr/sonarr-3.0.10.1566.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" -} diff --git a/www-apps/sonarr/sonarr-3.0.8.1507.ebuild b/www-apps/sonarr/sonarr-3.0.8.1507.ebuild deleted file mode 100644 index d458ea49dd86..000000000000 --- a/www-apps/sonarr/sonarr-3.0.8.1507.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 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" ${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!" - - systemd_dounit "${FILESDIR}/${PN}.service" - systemd_newunit "${FILESDIR}/${PN}.service" "${PN}@.service" -} diff --git a/www-apps/sonarr/sonarr-3.0.9.1549-r1.ebuild b/www-apps/sonarr/sonarr-3.0.9.1549-r1.ebuild deleted file mode 100644 index a3d2abfcc0bc..000000000000 --- a/www-apps/sonarr/sonarr-3.0.9.1549-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 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-r1" ${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" -} diff --git a/www-apps/sonarr/sonarr-3.0.9.1549-r2.ebuild b/www-apps/sonarr/sonarr-3.0.9.1549-r2.ebuild deleted file mode 100644 index 49124b0696ba..000000000000 --- a/www-apps/sonarr/sonarr-3.0.9.1549-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 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" -} diff --git a/www-apps/sonarr/sonarr-3.0.9.1549.ebuild b/www-apps/sonarr/sonarr-3.0.9.1549.ebuild deleted file mode 100644 index d458ea49dd86..000000000000 --- a/www-apps/sonarr/sonarr-3.0.9.1549.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 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" ${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!" - - systemd_dounit "${FILESDIR}/${PN}.service" - systemd_newunit "${FILESDIR}/${PN}.service" "${PN}@.service" -}
