public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/radarr-bin/
Date: Sun, 24 Mar 2024 17:38:53 +0000 (UTC)	[thread overview]
Message-ID: <1711301881.4d875ef30993b154c2af4cbcf832ebe5b2b53093.xgqt@gentoo> (raw)

commit:     4d875ef30993b154c2af4cbcf832ebe5b2b53093
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 17:35:20 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 17:38:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d875ef3

www-apps/radarr-bin: fix names in src_install

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

 www-apps/radarr-bin/radarr-bin-5.4.3.8677.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

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
index c3c1e324bf75..644702692d02 100644
--- a/www-apps/radarr-bin/radarr-bin-5.4.3.8677.ebuild
+++ b/www-apps/radarr-bin/radarr-bin-5.4.3.8677.ebuild
@@ -61,18 +61,18 @@ src_prepare() {
 }
 
 src_install() {
-	newinitd "${FILESDIR}/jellyfin.init" jellyfin
+	newinitd "${FILESDIR}/radarr.init" radarr
 
-	keepdir /var/lib/jellyfin
-	fowners -R jellyfin:jellyfin /var/lib/jellyfin
+	keepdir /var/lib/radarr
+	fowners -R radarr:radarr /var/lib/radarr
 
 	insinto /etc/logrotate.d
 	insopts -m0644 -o root -g root
-	newins "${FILESDIR}/jellyfin.logrotate" jellyfin
+	newins "${FILESDIR}/radarr.logrotate" radarr
 
-	dodir  "/opt/jellyfin"
+	dodir  "/opt/radarr"
 	cp -R "${S}/." "${D}/opt/radarr" || die "Install failed!"
 
 	systemd_dounit "${FILESDIR}/radarr.service"
-	systemd_newunit "${FILESDIR}/radarr.service" "jellyfin@.service"
+	systemd_newunit "${FILESDIR}/radarr.service" "radarr@.service"
 }


             reply	other threads:[~2024-03-24 17:38 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-24 17:38 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-25 14:13 [gentoo-commits] repo/gentoo:master commit in: www-apps/radarr-bin/ Craig Andrews
2024-03-25 14:13 Craig Andrews
2024-04-09 13:57 Craig Andrews
2024-04-09 13:57 Craig Andrews
2024-04-15 15:23 Craig Andrews
2024-04-15 15:23 Craig Andrews
2024-04-22  1:49 Craig Andrews
2024-04-22  1:49 Craig Andrews
2024-04-28 23:32 Craig Andrews
2024-04-28 23:32 Craig Andrews
2024-05-06 13:20 Craig Andrews
2024-05-06 13:20 Craig Andrews
2024-05-13  1:00 Craig Andrews
2024-05-13  1:00 Craig Andrews
2024-05-14 19:55 Craig Andrews
2024-05-14 19:55 Craig Andrews
2024-06-20 22:37 Craig Andrews
2024-06-20 22:37 Craig Andrews
2024-07-01 14:42 Craig Andrews
2024-07-01 14:42 Craig Andrews
2024-07-11 14:19 Craig Andrews
2024-07-11 14:19 Craig Andrews
2024-07-15 14:03 Craig Andrews
2024-07-15 14:03 Craig Andrews
2024-07-22 16:58 Craig Andrews
2024-07-22 16:58 Craig Andrews
2024-08-19 14:00 Craig Andrews
2024-08-19 14:00 Craig Andrews
2024-08-20 19:19 Craig Andrews
2024-08-20 19:19 Craig Andrews
2024-08-25 22:20 Craig Andrews
2024-08-25 22:20 Craig Andrews
2024-09-01 18:44 Craig Andrews
2024-09-01 18:44 Craig Andrews
2024-09-09  0:43 Craig Andrews
2024-09-09  0:43 Craig Andrews
2024-09-16  1:00 Craig Andrews
2024-09-16  1:00 Craig Andrews
2024-09-21  4:28 Craig Andrews
2024-09-21  4:28 Craig Andrews
2024-09-25 14:12 Craig Andrews
2024-09-25 14:12 Craig Andrews
2024-09-30 14:05 Craig Andrews
2024-09-30 14:05 Craig Andrews
2024-10-07 13:37 Craig Andrews
2024-10-07 13:37 Craig Andrews
2024-10-13 20:12 Craig Andrews
2024-10-13 20:12 Craig Andrews
2024-10-22  1:37 Craig Andrews
2024-10-22  1:37 Craig Andrews
2024-10-26 21:58 Craig Andrews
2024-10-26 21:58 Craig Andrews
2024-11-03 19:02 Craig Andrews
2024-11-03 19:02 Craig Andrews

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1711301881.4d875ef30993b154c2af4cbcf832ebe5b2b53093.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox