commit: b9e08241d7e2c75adaecee85b28f35b2dbbc0298 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Sun Feb 5 19:59:30 2023 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Sun Feb 5 20:01:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e08241
www-apps/radarr: add 4.4.1.6926 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> www-apps/radarr/Manifest | 3 ++ www-apps/radarr/radarr-4.4.1.6926.ebuild | 58 ++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/www-apps/radarr/Manifest b/www-apps/radarr/Manifest index 9b791ad54e98..a8e52072fd61 100644 --- a/www-apps/radarr/Manifest +++ b/www-apps/radarr/Manifest @@ -1,3 +1,6 @@ DIST Radarr.develop.4.4.0.6882.linux-core-arm.tar.gz 93359609 BLAKE2B e88bfeee2be00a1f3914d51b9aa14a6336dec9c2fa5a33d682a837f05601a6ab09889528ec81617efbb4305c655a4e0c31ab5d074be39f68c8ea50fede93d553 SHA512 5457098a601893d99eeb2d437dbfaf8efb7c07301ddd3868f17cbe28e26b8f1b7e8e937e6334917db316fb5fd360ac8d62605a7022e57964963b0c3803fed96e DIST Radarr.develop.4.4.0.6882.linux-core-arm64.tar.gz 93012322 BLAKE2B 01386e124080bf4c23f5d224ca94861527820f05db65ba88cf7c057f1744b3755e011ec9ce100795d9dd16dcc3ed283a1e7c1801689f83a77d0cedb2d98cd012 SHA512 37ffd1381a69c11a9998f4ebd015e1fb46bbe2937f102169713555424fd16a58cb5ebef248c709557186f8383d04a5d1d005ca09e5cc52863ab668fad807b782 DIST Radarr.develop.4.4.0.6882.linux-core-x64.tar.gz 99002469 BLAKE2B 6d5f28d010b5ea85771aff70e19b16a230b7c123cbf9a2ba82bbf474b2b7227aebee9b8f1904065b71bc56507ed5dd962b0f2c4b8262f562619e99f3c6e1feb9 SHA512 83b6f41dda17381702698485fdcad1b079c94460d0b23d183e718ce4285a02c3ebe7266714d04ae4cee7eeaba1348a1d6a8c7b7fd83c6d18da8c4cd6aa0f181f +DIST Radarr.develop.4.4.1.6926.linux-core-arm.tar.gz 93983384 BLAKE2B 6b8e13f32913f17784c81861e36480a7c3cf58e7812f5f40aa0e9857e5f070a205964ef094e98c18c54e4f6a0984ba1ac29eb4b670f177059a323ed64240ef34 SHA512 dcc477548ea1a48b00ad34f4c22beb1a37c62305f21d5aa8e371b132345551a39388ded31c4a587c0fc4270b76865f0fd8948af5660a783344d995b2a7e89d3b +DIST Radarr.develop.4.4.1.6926.linux-core-arm64.tar.gz 93619810 BLAKE2B 483641924dbf66f1e7a58af287722ca6542bd6f94c96e7019bc5ac8d2c787b60033ac5a40941ad778d5acc7b8ad2b82d713fdaf7b863e7e37a26eb0bf2c72e00 SHA512 71b50d5958ad777742c9377d88def082dd719b88019a688ddaa2094365c663516b4ff1e89cf390772d04ff5f4b90a0a450d0b02ac641927715c89128e2493e75 +DIST Radarr.develop.4.4.1.6926.linux-core-x64.tar.gz 99605421 BLAKE2B aeb4ab24c39ccf5749e22e61f9535064846cd9929f441c672c977ccc1da135097ef57e82fa4a988d522e40dddbe421bb6bc18e4609280e3f7dba8877076b1e2a SHA512 e8a71a210706f8b09ea84028c6c43d131a56f7fdbf3bb94c6a47a75c72bdde351d2f250ec45d1c9c6570f8ef18bb8ab7b83c03e7003c84f91c11d605d8077f70 diff --git a/www-apps/radarr/radarr-4.4.1.6926.ebuild b/www-apps/radarr/radarr-4.4.1.6926.ebuild new file mode 100644 index 000000000000..dfd642cc5114 --- /dev/null +++ b/www-apps/radarr/radarr-4.4.1.6926.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit systemd + +SRC_URI=" + amd64? ( https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-core-x64.tar.gz ) + arm? ( https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-core-arm.tar.gz ) + arm64? ( https://github.com/Radarr/Radarr/releases/download/v${PV}/Radarr.develop.${PV}.linux-core-arm64.tar.gz ) +" + +DESCRIPTION="A fork of Sonarr to work with movies a la Couchpotato" +HOMEPAGE="https://www.radarr.video" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="bindist strip test" + +RDEPEND=" + acct-group/radarr + acct-user/radarr + media-video/mediainfo + dev-libs/icu + dev-util/lttng-ust:0 + dev-db/sqlite + sys-libs/glibc +" + +QA_PREBUILT="*" + +S="${WORKDIR}/Radarr" + +src_prepare() { + default + + # https://github.com/dotnet/runtime/issues/57784 + rm libcoreclrtraceptprovider.so Radarr.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/radarr" || die "Install failed!" + + systemd_dounit "${FILESDIR}/radarr.service" + systemd_newunit "${FILESDIR}/radarr.service" "${PN}@.service" +}