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/readarr/
Date: Mon, 27 Feb 2023 13:35:18
Message-Id: 1677504910.e59324dd982c3aba7308a610034d945774729fd1.candrews@gentoo
1 commit: e59324dd982c3aba7308a610034d945774729fd1
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 13:34:41 2023 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 13:35:10 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59324dd
7
8 www-apps/readarr: add 0.1.4.1596
9
10 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
11
12 www-apps/readarr/Manifest | 3 ++
13 www-apps/readarr/readarr-0.1.4.1596.ebuild | 57 ++++++++++++++++++++++++++++++
14 2 files changed, 60 insertions(+)
15
16 diff --git a/www-apps/readarr/Manifest b/www-apps/readarr/Manifest
17 index 24de08e5d917..390ef12d5305 100644
18 --- a/www-apps/readarr/Manifest
19 +++ b/www-apps/readarr/Manifest
20 @@ -1,3 +1,6 @@
21 DIST Readarr.develop.0.1.3.1584.linux-core-arm.tar.gz 87968873 BLAKE2B 1a98e334d6ecbcc14932b0b52290f86213906dab30f516d43b69f650c0c2f02f7f68b608c325e97f7235779dde45af59cb946be170afac0d80a791ae368160ba SHA512 428c55cf1cab057f3a6a883a06187bcd36650952b0e1d91384312f194fad71fc46720ca63812521153d4e4296d8b26302a52dc715f9728641bc25eca6b8f20e6
22 DIST Readarr.develop.0.1.3.1584.linux-core-arm64.tar.gz 87236375 BLAKE2B 9580edcfa0fa16dde0fc3c380a971c7b73e9a44fe4d0963e47815bdb25bbdec24ae2a501dd9294a3c54a5324ab028c516452cb17af72f54aba532c9b4431e822 SHA512 4bf15e9847b0cbf6e795d41f38a2c05c1c26c32a174cd905a37f4b39d5b38e703c389a08f91b7bd0c29e16d5b4f42f9f423b3ab205c8d87f47deba28dea4a98b
23 DIST Readarr.develop.0.1.3.1584.linux-core-x64.tar.gz 92222707 BLAKE2B 74dad5984e5792f987e61b05cf38ba60f30382d0ef2993e7f533b3132641effe38a694cac7b8a2f13e2715cb560a0f94a080d42441aabc9f27929232397ea3ed SHA512 2b395f06bcbd09737892756d4541c843d63cbc3f236a3cbeb81ebc21ee75921b8f8b25c245cb4ab31da276cf30d518bdbfa4999ce3a02afa5707ca67b9578a22
24 +DIST Readarr.develop.0.1.4.1596.linux-core-arm.tar.gz 87896590 BLAKE2B a50cd7b29730bde0320f892b3d75937050d209bc09fa3809cc91dc9887d1cae18773bae1cdf4b3867503c1271bae054aab5f0c3f3638277c1d59c5aa9cdfe8bd SHA512 168defa045498091397c20c68dbebd03348f36d8ecb9ed00605d53ffa51f992d42e481bf18d9ac9ae9fb8734912233d2940da7c55822d84d25d62696c32b0afb
25 +DIST Readarr.develop.0.1.4.1596.linux-core-arm64.tar.gz 87151235 BLAKE2B 3b83a9e25dc633f4b248ab9b17822e97dde62cd7970bfc9be906cf2fb8f34737e8520454007032c89d633a371bcce53033c7f639bffdf511f6457d08b01edfbb SHA512 99262116a92b29e4cfc84f283da77fefea3a638bfcc6d5312a197e34395ee85406b6ce79edfe664aed72afe1d2aa1f98e23124f9de070a2ee79e6c59e13f6334
26 +DIST Readarr.develop.0.1.4.1596.linux-core-x64.tar.gz 92164892 BLAKE2B 179041eddc72d4519be062e5674fc74b6f266359acdab09e51a18668b10ee3a525814460cdcfeb69ae124dcae9b11c180a0151ee0bb3bbfaf7e32a09cb49bd9d SHA512 84f62427748558f33779d418c476a7a5e0cba5f76ab23c3f550bc2c8808a8da6c82037222b1091f855672635ce4f0497c38642adf1bef2b632dcda6b6924468f
27
28 diff --git a/www-apps/readarr/readarr-0.1.4.1596.ebuild b/www-apps/readarr/readarr-0.1.4.1596.ebuild
29 new file mode 100644
30 index 000000000000..ab2bbfec1d25
31 --- /dev/null
32 +++ b/www-apps/readarr/readarr-0.1.4.1596.ebuild
33 @@ -0,0 +1,57 @@
34 +# Copyright 1999-2023 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/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-x64.tar.gz )
43 + arm? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm.tar.gz )
44 + arm64? ( https://github.com/Readarr/Readarr/releases/download/v${PV}/Readarr.develop.${PV}.linux-core-arm64.tar.gz )
45 +"
46 +
47 +DESCRIPTION="An ebook and audiobook collection manager for Usenet and BitTorrent users"
48 +HOMEPAGE="https://readarr.com/"
49 +
50 +LICENSE="GPL-3"
51 +SLOT="0"
52 +KEYWORDS="~amd64"
53 +RESTRICT="bindist strip test"
54 +
55 +RDEPEND="
56 + acct-group/readarr
57 + acct-user/readarr
58 + dev-libs/icu
59 + dev-util/lttng-ust:0
60 + dev-db/sqlite
61 + sys-libs/glibc
62 +"
63 +
64 +QA_PREBUILT="*"
65 +
66 +S="${WORKDIR}/Readarr"
67 +
68 +src_prepare() {
69 + default
70 +
71 + # https://github.com/dotnet/runtime/issues/57784
72 + rm libcoreclrtraceptprovider.so Readarr.Update/libcoreclrtraceptprovider.so || die
73 +}
74 +
75 +src_install() {
76 + newinitd "${FILESDIR}/${PN}.init" ${PN}
77 +
78 + keepdir /var/lib/${PN}
79 + fowners -R ${PN}:${PN} /var/lib/${PN}
80 +
81 + insinto /etc/logrotate.d
82 + insopts -m0644 -o root -g root
83 + newins "${FILESDIR}/${PN}.logrotate" ${PN}
84 +
85 + dodir "/opt/${PN}"
86 + cp -R "${S}/." "${D}/opt/readarr" || die "Install failed!"
87 +
88 + systemd_dounit "${FILESDIR}/readarr.service"
89 + systemd_newunit "${FILESDIR}/readarr.service" "${PN}@.service"
90 +}