* [gentoo-commits] repo/gentoo:master commit in: www-apps/readarr/files/, www-apps/readarr-bin/files/, www-apps/readarr-bin/, ...
@ 2024-03-23 18:40 Craig Andrews
0 siblings, 0 replies; only message in thread
From: Craig Andrews @ 2024-03-23 18:40 UTC (permalink / raw
To: gentoo-commits
commit: cd15b81d5f090491b08f2b8a9dc71b64ec4bb355
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 22:38:56 2024 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 18:38:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd15b81d
www-apps/readarr-bin: move from www-apps/readarr
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/{readarr => readarr-bin}/Manifest | 0
.../{readarr => readarr-bin}/files/readarr.init | 0
.../files/readarr.logrotate | 0
.../{readarr => readarr-bin}/files/readarr.service | 0
www-apps/{readarr => readarr-bin}/metadata.xml | 0
.../readarr-bin/readarr-bin-0.3.20.2452.ebuild | 77 ++++++++++++++++++++++
www-apps/readarr/readarr-0.3.20.2452.ebuild | 66 -------------------
8 files changed, 78 insertions(+), 66 deletions(-)
diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
index efff2df3e6c6..c3cca616899a 100644
--- a/profiles/updates/1Q-2024
+++ b/profiles/updates/1Q-2024
@@ -97,3 +97,4 @@ move www-apps/jellyfin www-apps/jellyfin-bin
move www-apps/radarr www-apps/radarr-bin
move www-apps/lidarr www-apps/lidarr-bin
move www-apps/prowlarr www-apps/prowlarr-bin
+move www-apps/radarr www-apps/radarr-bin
diff --git a/www-apps/readarr/Manifest b/www-apps/readarr-bin/Manifest
similarity index 100%
rename from www-apps/readarr/Manifest
rename to www-apps/readarr-bin/Manifest
diff --git a/www-apps/readarr/files/readarr.init b/www-apps/readarr-bin/files/readarr.init
similarity index 100%
rename from www-apps/readarr/files/readarr.init
rename to www-apps/readarr-bin/files/readarr.init
diff --git a/www-apps/readarr/files/readarr.logrotate b/www-apps/readarr-bin/files/readarr.logrotate
similarity index 100%
rename from www-apps/readarr/files/readarr.logrotate
rename to www-apps/readarr-bin/files/readarr.logrotate
diff --git a/www-apps/readarr/files/readarr.service b/www-apps/readarr-bin/files/readarr.service
similarity index 100%
rename from www-apps/readarr/files/readarr.service
rename to www-apps/readarr-bin/files/readarr.service
diff --git a/www-apps/readarr/metadata.xml b/www-apps/readarr-bin/metadata.xml
similarity index 100%
rename from www-apps/readarr/metadata.xml
rename to www-apps/readarr-bin/metadata.xml
diff --git a/www-apps/readarr-bin/readarr-bin-0.3.20.2452.ebuild b/www-apps/readarr-bin/readarr-bin-0.3.20.2452.ebuild
new file mode 100644
index 000000000000..5ef7e008750e
--- /dev/null
+++ b/www-apps/readarr-bin/readarr-bin-0.3.20.2452.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="An ebook and audiobook collection manager for Usenet and BitTorrent users"
+HOMEPAGE="https://readarr.com/
+ https://github.com/Readarr/Readarr/"
+
+SRC_URI="
+ amd64? (
+ elibc_glibc? (
+ https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-x64.tar.gz
+ )
+ elibc_musl? (
+ https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-x64.tar.gz
+ )
+ )
+ arm? (
+ elibc_glibc? (
+ https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm.tar.gz
+ )
+ elibc_musl? (
+ https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-arm.tar.gz
+ )
+ )
+ arm64? (
+ elibc_glibc? (
+ https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm64.tar.gz
+ )
+ elibc_musl? (
+ https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-arm64.tar.gz
+ )
+ )
+"
+S="${WORKDIR}/Readarr"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="bindist strip test"
+
+RDEPEND="
+ acct-group/readarr
+ acct-user/readarr
+ 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 Readarr.Update/libcoreclrtraceptprovider.so || die
+}
+
+src_install() {
+ newinitd "${FILESDIR}/readarr.init" readarr
+
+ keepdir /var/lib/readarr
+ fowners -R readarr:readarr /var/lib/readarr
+
+ insinto /etc/logrotate.d
+ insopts -m0644 -o root -g root
+ newins "${FILESDIR}/readarr.logrotate" readarr
+
+ dodir "/opt/readarr"
+ cp -R "${S}/." "${D}/opt/readarr" || die "Install failed!"
+
+ systemd_dounit "${FILESDIR}/readarr.service"
+ systemd_newunit "${FILESDIR}/readarr.service" "readarr@.service"
+}
diff --git a/www-apps/readarr/readarr-0.3.20.2452.ebuild b/www-apps/readarr/readarr-0.3.20.2452.ebuild
deleted file mode 100644
index 37c24ad2fa29..000000000000
--- a/www-apps/readarr/readarr-0.3.20.2452.ebuild
+++ /dev/null
@@ -1,66 +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/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-x64.tar.gz )
- elibc_musl? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-x64.tar.gz )
- )
- arm? (
- elibc_glibc? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm.tar.gz )
- elibc_musl? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-arm.tar.gz )
- )
- arm64? (
- elibc_glibc? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm64.tar.gz )
- elibc_musl? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-musl-core-arm64.tar.gz )
- )
-"
-
-DESCRIPTION="An ebook and audiobook collection manager for Usenet and BitTorrent users"
-HOMEPAGE="https://readarr.com/"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="bindist strip test"
-
-RDEPEND="
- acct-group/readarr
- acct-user/readarr
- dev-libs/icu
- dev-util/lttng-ust:0
- dev-db/sqlite
- sys-libs/glibc
-"
-
-QA_PREBUILT="*"
-
-S="${WORKDIR}/Readarr"
-
-src_prepare() {
- default
-
- # https://github.com/dotnet/runtime/issues/57784
- rm libcoreclrtraceptprovider.so Readarr.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/readarr" || die "Install failed!"
-
- systemd_dounit "${FILESDIR}/readarr.service"
- systemd_newunit "${FILESDIR}/readarr.service" "${PN}@.service"
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-03-23 18:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-23 18:40 [gentoo-commits] repo/gentoo:master commit in: www-apps/readarr/files/, www-apps/readarr-bin/files/, www-apps/readarr-bin/, Craig Andrews
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox