Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/prowlarr/
Date: Fri, 29 Jul 2022 20:59:13
Message-Id: 1659128345.38248bf58b5b76ddd3ffa43cc92a85c04bf1a29f.candrews@gentoo
1 commit: 38248bf58b5b76ddd3ffa43cc92a85c04bf1a29f
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 20:58:07 2022 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 20:59:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38248bf5
7
8 www-apps/prowlarr: add 0.4.3.1921
9
10 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
11
12 www-apps/prowlarr/Manifest | 3 ++
13 www-apps/prowlarr/prowlarr-0.4.3.1921.ebuild | 55 ++++++++++++++++++++++++++++
14 2 files changed, 58 insertions(+)
15
16 diff --git a/www-apps/prowlarr/Manifest b/www-apps/prowlarr/Manifest
17 index 14ff94f87651..6bd6f3229e5c 100644
18 --- a/www-apps/prowlarr/Manifest
19 +++ b/www-apps/prowlarr/Manifest
20 @@ -1,3 +1,6 @@
21 DIST Prowlarr.develop.0.4.2.1879.linux-core-arm.tar.gz 85892990 BLAKE2B 5e0cb3dba04f2cf1824527e0274cb8f11a8636de12b2ced43eaa234352860ec18bd83d65dc6fdccae2fd127fe9fefbd09578a43446dd0bc43f21d9c32b160d6e SHA512 115bf5c62091c514867129046d662bae17b721c3d46376493be5caf44f09929d6b0b3844ef93747bf56b64e9f4fdc4b5c0824ee6842f170776b7a4536ec4bef7
22 DIST Prowlarr.develop.0.4.2.1879.linux-core-arm64.tar.gz 85152796 BLAKE2B 033a426af2ce96eba38606216bb1f75689c8f16dec460395f432f57041cbd28b197f9eacf0ad0f8cb2558a7980ae1b9c4eec70601b2bdd5ac96f77e9aeb93ea9 SHA512 f652f40713d27cc9486444b4fd0185e343bcc869b4798d22446097bff962bd3a51cf0f54a66a7a1acf07a6d7db29e8cf828427f3c81cd637c30618a19de85da6
23 DIST Prowlarr.develop.0.4.2.1879.linux-core-x64.tar.gz 90155053 BLAKE2B 3baca7360f9d8e1a6c02783288423f01591b70895bae5909748f56d9a8e830d51809ebb378a0010a72f28dec76cc6563100d969bf224acc6ef966cccb40fa60d SHA512 a9c0a52a3ee02ed38f501307c59bdc90dee8ddd686fbd132de8625892cba89b4267594f3c4df714e488aad14612238c6400ccb82d3d0438c078ed92f61cd49ce
24 +DIST Prowlarr.develop.0.4.3.1921.linux-core-arm.tar.gz 85882360 BLAKE2B f85fc83b82782a3f4fc1b35ddf42aebe837f9193c9f6689231b8b1c3d40204af22d966c9a1c04f1d1ae65d5f8925dd1446740baa0b699d825125b722d7a55b90 SHA512 bc3cf6d2f2704bd765b137d864630cc69d64081989e67c4314e7245866271a00b468c2eb41f094db195b5f548701e840e8d94374b2122914da278f385da52f43
25 +DIST Prowlarr.develop.0.4.3.1921.linux-core-arm64.tar.gz 85148479 BLAKE2B c4c05af3bc03b173e0897e717062b5432cdb12fed23022cb72a4bb9d9a3d8e1898d8ee021b7240ab3d3c2c0a5cff61cd2baf86c71e7776ce2b19c171188e157f SHA512 3a5dee3264aef4ff25952d832a9d1b90a52cdb2013838d9cae8a9bc2c28df1d96ed1c9e0647576bbb2a620637bf3c9f360b972fb2a1a9f143ce3575a1d65ef66
26 +DIST Prowlarr.develop.0.4.3.1921.linux-core-x64.tar.gz 90147463 BLAKE2B 43e78e7cd1c1b5bcf8cc7d2b964a6ec726b25da54a08fc59b9fef9f4b3386e6d499b24be55b51b0bcf8ffa9c4982eadc9e05f323e75e92fa643a47e9d654ef82 SHA512 b11c4603e3cb2c978cf37156dbfa442dbb295df88934313a67aed1e5b030c89daca5ba2091da4b58133a3fae798bbe9139a0e434e25ee2e90928fc72b658d6ed
27
28 diff --git a/www-apps/prowlarr/prowlarr-0.4.3.1921.ebuild b/www-apps/prowlarr/prowlarr-0.4.3.1921.ebuild
29 new file mode 100644
30 index 000000000000..c80e40c7bec2
31 --- /dev/null
32 +++ b/www-apps/prowlarr/prowlarr-0.4.3.1921.ebuild
33 @@ -0,0 +1,55 @@
34 +# Copyright 1999-2022 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +
39 +inherit systemd
40 +
41 +SRC_URI="
42 + amd64? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-core-x64.tar.gz )
43 + arm? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-core-arm.tar.gz )
44 + arm64? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-core-arm64.tar.gz )
45 +"
46 +
47 +DESCRIPTION="An indexer manager/proxy to integrate with your various PVR apps"
48 +HOMEPAGE="https://wiki.servarr.com/prowlarr"
49 +
50 +LICENSE="GPL-3"
51 +SLOT="0"
52 +KEYWORDS="-* ~amd64 ~arm ~arm64"
53 +RESTRICT="bindist strip test"
54 +
55 +RDEPEND="
56 + acct-group/prowlarr
57 + acct-user/prowlarr
58 + dev-libs/icu
59 + dev-util/lttng-ust:0
60 + dev-db/sqlite"
61 +
62 +QA_PREBUILT="*"
63 +
64 +S="${WORKDIR}/Prowlarr"
65 +
66 +src_prepare() {
67 + default
68 +
69 + # https://github.com/dotnet/runtime/issues/57784
70 + rm libcoreclrtraceptprovider.so Prowlarr.Update/libcoreclrtraceptprovider.so || die
71 +}
72 +
73 +src_install() {
74 + newinitd "${FILESDIR}/${PN}.init" ${PN}
75 +
76 + keepdir /var/lib/${PN}
77 + fowners -R ${PN}:${PN} /var/lib/${PN}
78 +
79 + insinto /etc/logrotate.d
80 + insopts -m0644 -o root -g root
81 + newins "${FILESDIR}/${PN}.logrotate" ${PN}
82 +
83 + dodir "/opt/${PN}"
84 + cp -R "${S}/." "${D}/opt/prowlarr" || die "Install failed!"
85 +
86 + systemd_dounit "${FILESDIR}/prowlarr.service"
87 + systemd_newunit "${FILESDIR}/prowlarr.service" "${PN}@.service"
88 +}