commit:     9ce38dc03e4e4ecc443185edd2f3b6fad059c03f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 22:13:54 2024 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 18:36:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce38dc0

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

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

 profiles/updates/1Q-2024                           |  1 +
 www-apps/{radarr => radarr-bin}/Manifest           |  0
 www-apps/{radarr => radarr-bin}/files/radarr.init  |  0
 .../{radarr => radarr-bin}/files/radarr.logrotate  |  0
 .../{radarr => radarr-bin}/files/radarr.service    |  0
 www-apps/{radarr => radarr-bin}/metadata.xml       |  0
 www-apps/radarr-bin/radarr-bin-5.4.3.8677.ebuild   | 78 ++++++++++++++++++++++
 www-apps/radarr/radarr-5.4.3.8677.ebuild           | 67 -------------------
 8 files changed, 79 insertions(+), 67 deletions(-)

diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
index 420be15dbf42..8ce4c142a11d 100644
--- a/profiles/updates/1Q-2024
+++ b/profiles/updates/1Q-2024
@@ -94,3 +94,4 @@ move dev-python/DBUtils dev-python/dbutils
 move dev-python/aiorpcX dev-python/aiorpcx
 move www-apps/sonarr www-apps/sonarr-bin
 move www-apps/jellyfin www-apps/jellyfin-bin
+move www-apps/radarr www-apps/radarr-bin

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

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

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

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

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

diff --git a/www-apps/radarr-bin/radarr-bin-5.4.3.8677.ebuild 
b/www-apps/radarr-bin/radarr-bin-5.4.3.8677.ebuild
new file mode 100644
index 000000000000..c3c1e324bf75
--- /dev/null
+++ b/www-apps/radarr-bin/radarr-bin-5.4.3.8677.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="A fork of Sonarr to work with movies a la Couchpotato"
+HOMEPAGE="https://www.radarr.video/
+       https://github.com/Radarr/Radarr/";
+
+SRC_URI="
+       amd64? (
+               elibc_glibc? (
+                       
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-core-x64.tar.gz
+               )
+               elibc_musl? (
+                       
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-musl-core-x64.tar.gz
+               )
+       )
+       arm? (
+               elibc_glibc? (
+                       
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-core-arm.tar.gz
+               )
+               elibc_musl? (
+                       
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-musl-core-arm.tar.gz
+               )
+       )
+       arm64? (
+               elibc_glibc? (
+                       
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-core-arm64.tar.gz
+               )
+               elibc_musl? (
+                       
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-musl-core-arm64.tar.gz
+               )
+       )
+"
+S="${WORKDIR}/Radarr"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="bindist strip test"
+
+RDEPEND="
+       acct-group/radarr
+       acct-user/radarr
+       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 
Radarr.Update/libcoreclrtraceptprovider.so || die
+}
+
+src_install() {
+       newinitd "${FILESDIR}/jellyfin.init" jellyfin
+
+       keepdir /var/lib/jellyfin
+       fowners -R jellyfin:jellyfin /var/lib/jellyfin
+
+       insinto /etc/logrotate.d
+       insopts -m0644 -o root -g root
+       newins "${FILESDIR}/jellyfin.logrotate" jellyfin
+
+       dodir  "/opt/jellyfin"
+       cp -R "${S}/." "${D}/opt/radarr" || die "Install failed!"
+
+       systemd_dounit "${FILESDIR}/radarr.service"
+       systemd_newunit "${FILESDIR}/radarr.service" "jellyfin@.service"
+}

diff --git a/www-apps/radarr/radarr-5.4.3.8677.ebuild 
b/www-apps/radarr/radarr-5.4.3.8677.ebuild
deleted file mode 100644
index 8443b34a8a18..000000000000
--- a/www-apps/radarr/radarr-5.4.3.8677.ebuild
+++ /dev/null
@@ -1,67 +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/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-core-x64.tar.gz
 )
-               elibc_musl? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-musl-core-x64.tar.gz
 )
-       )
-       arm? (
-               elibc_glibc? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-core-arm.tar.gz
 )
-               elibc_musl? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-musl-core-arm.tar.gz
 )
-       )
-       arm64? (
-               elibc_glibc? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-core-arm64.tar.gz
 )
-               elibc_musl? ( 
https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-musl-core-arm64.tar.gz
 )
-       )
-"
-
-DESCRIPTION="A fork of Sonarr to work with movies a la Couchpotato"
-HOMEPAGE="https://www.radarr.video";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="bindist strip test"
-
-RDEPEND="
-       acct-group/radarr
-       acct-user/radarr
-       media-video/mediainfo
-       dev-libs/icu
-       dev-util/lttng-ust:0
-       dev-db/sqlite
-       sys-libs/glibc
-"
-
-QA_PREBUILT="*"
-
-S="${WORKDIR}/Radarr"
-
-src_prepare() {
-       default
-
-       # https://github.com/dotnet/runtime/issues/57784
-       rm libcoreclrtraceptprovider.so 
Radarr.Update/libcoreclrtraceptprovider.so || die
-}
-
-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/radarr" || die "Install failed!"
-
-       systemd_dounit "${FILESDIR}/radarr.service"
-       systemd_newunit "${FILESDIR}/radarr.service" "${PN}@.service"
-}

Reply via email to