public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/sonarr/
Date: Tue,  9 Aug 2022 13:12:08 +0000 (UTC)	[thread overview]
Message-ID: <1660050710.6789aeb67512f40051f548151d75d2389904848d.candrews@gentoo> (raw)

commit:     6789aeb67512f40051f548151d75d2389904848d
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 13:05:24 2022 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 13:11:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6789aeb6

www-apps/sonarr: add 3.0.9.1549

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 www-apps/sonarr/Manifest                 |  1 +
 www-apps/sonarr/sonarr-3.0.9.1549.ebuild | 44 ++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/sonarr/Manifest b/www-apps/sonarr/Manifest
index 02cb272ebb45..87616d67142a 100644
--- a/www-apps/sonarr/Manifest
+++ b/www-apps/sonarr/Manifest
@@ -1 +1,2 @@
 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.9.1549.ebuild b/www-apps/sonarr/sonarr-3.0.9.1549.ebuild
new file mode 100644
index 000000000000..d458ea49dd86
--- /dev/null
+++ b/www-apps/sonarr/sonarr-3.0.9.1549.ebuild
@@ -0,0 +1,44 @@
+# 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"
+}


             reply	other threads:[~2022-08-09 13:12 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-09 13:12 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-14 13:52 [gentoo-commits] repo/gentoo:master commit in: www-apps/sonarr/ Craig Andrews
2024-03-14 13:52 Craig Andrews
2024-03-11 13:59 Craig Andrews
2024-03-11 13:59 Craig Andrews
2024-03-03 21:22 Craig Andrews
2024-03-03 21:22 Craig Andrews
2024-03-03  0:34 Craig Andrews
2024-03-03  0:34 Craig Andrews
2024-02-27 14:04 Craig Andrews
2024-02-27 14:04 Craig Andrews
2024-02-21 15:01 Craig Andrews
2024-02-21 15:01 Craig Andrews
2024-02-14  5:49 Craig Andrews
2024-02-14  5:49 Craig Andrews
2024-02-10 22:09 Craig Andrews
2024-02-10 22:09 Craig Andrews
2024-02-07 14:52 Craig Andrews
2024-02-07 14:52 Craig Andrews
2024-02-07 14:52 Craig Andrews
2024-02-01 14:59 Craig Andrews
2024-01-29  0:46 Craig Andrews
2024-01-29  0:46 Craig Andrews
2024-01-23 14:40 Craig Andrews
2024-01-23 14:40 Craig Andrews
2024-01-21  2:04 Craig Andrews
2024-01-21  2:04 Craig Andrews
2024-01-20 19:54 Craig Andrews
2024-01-20 19:54 Craig Andrews
2024-01-19 14:04 Craig Andrews
2024-01-19 14:04 Craig Andrews
2024-01-12 19:33 Craig Andrews
2024-01-12 19:33 Craig Andrews
2024-01-12 19:33 Craig Andrews
2024-01-12 19:33 Craig Andrews
2024-01-02 16:55 Craig Andrews
2024-01-02 16:45 Craig Andrews
2023-03-27 13:38 Craig Andrews
2023-03-27 13:38 Craig Andrews
2023-03-06 21:42 Craig Andrews
2022-07-23  4:13 Sam James
2022-07-11 12:50 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=1660050710.6789aeb67512f40051f548151d75d2389904848d.candrews@gentoo \
    --to=candrews@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