commit:     410641374d9b6cb2ef80128adc43731c695d19b1
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 21:56:34 2024 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 18:35:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41064137

www-apps/sonarr-bin: move from www-apps/sonarr

Bug: https://bugs.gentoo.org/915346
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/35869
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 profiles/updates/1Q-2024                           |  1 +
 www-apps/{sonarr => sonarr-bin}/Manifest           |  0
 .../{sonarr => sonarr-bin}/files/sonarr.init-r2    |  0
 .../{sonarr => sonarr-bin}/files/sonarr.logrotate  |  0
 .../{sonarr => sonarr-bin}/files/sonarr.service-r1 |  0
 www-apps/{sonarr => sonarr-bin}/metadata.xml       |  0
 www-apps/sonarr-bin/sonarr-bin-4.0.2.1341.ebuild   | 74 ++++++++++++++++++++++
 www-apps/sonarr/sonarr-4.0.2.1341.ebuild           | 65 -------------------
 8 files changed, 75 insertions(+), 65 deletions(-)

diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
index 9fbf3b9d261c..1053aa984aa3 100644
--- a/profiles/updates/1Q-2024
+++ b/profiles/updates/1Q-2024
@@ -92,3 +92,4 @@ move sci-libs/scikit-learn dev-python/scikit-learn
 slotmove =dev-ruby/launchy-3.0.0 0 3
 move dev-python/DBUtils dev-python/dbutils
 move dev-python/aiorpcX dev-python/aiorpcx
+move www-apps/sonarr www-apps/sonarr-bin

diff --git a/www-apps/sonarr/Manifest b/www-apps/sonarr-bin/Manifest
similarity index 100%
rename from www-apps/sonarr/Manifest
rename to www-apps/sonarr-bin/Manifest

diff --git a/www-apps/sonarr/files/sonarr.init-r2 
b/www-apps/sonarr-bin/files/sonarr.init-r2
similarity index 100%
rename from www-apps/sonarr/files/sonarr.init-r2
rename to www-apps/sonarr-bin/files/sonarr.init-r2

diff --git a/www-apps/sonarr/files/sonarr.logrotate 
b/www-apps/sonarr-bin/files/sonarr.logrotate
similarity index 100%
rename from www-apps/sonarr/files/sonarr.logrotate
rename to www-apps/sonarr-bin/files/sonarr.logrotate

diff --git a/www-apps/sonarr/files/sonarr.service-r1 
b/www-apps/sonarr-bin/files/sonarr.service-r1
similarity index 100%
rename from www-apps/sonarr/files/sonarr.service-r1
rename to www-apps/sonarr-bin/files/sonarr.service-r1

diff --git a/www-apps/sonarr/metadata.xml b/www-apps/sonarr-bin/metadata.xml
similarity index 100%
rename from www-apps/sonarr/metadata.xml
rename to www-apps/sonarr-bin/metadata.xml

diff --git a/www-apps/sonarr-bin/sonarr-bin-4.0.2.1341.ebuild 
b/www-apps/sonarr-bin/sonarr-bin-4.0.2.1341.ebuild
new file mode 100644
index 000000000000..f10489599d33
--- /dev/null
+++ b/www-apps/sonarr-bin/sonarr-bin-4.0.2.1341.ebuild
@@ -0,0 +1,74 @@
+# 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"
+}

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"
-}

Reply via email to