summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2023-01-03 09:41:48 -0500
committerCraig Andrews <candrews@gentoo.org>2023-01-03 09:45:15 -0500
commitef6e63337d39150e9747a178308016427b7dfc39 (patch)
tree01661b31adb588fd2634c403218bfa75f2fae121 /www-apps
parentapp-dicts/myspell-en: bump to 20230101 (diff)
downloadgentoo-ef6e63337d39150e9747a178308016427b7dfc39.tar.gz
gentoo-ef6e63337d39150e9747a178308016427b7dfc39.tar.bz2
gentoo-ef6e63337d39150e9747a178308016427b7dfc39.zip
www-apps/prowlarr: add 1.0.1.2210
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/prowlarr/Manifest3
-rw-r--r--www-apps/prowlarr/prowlarr-1.0.1.2210.ebuild57
2 files changed, 60 insertions, 0 deletions
diff --git a/www-apps/prowlarr/Manifest b/www-apps/prowlarr/Manifest
index bb3e079d73dc..16b51b5c50d8 100644
--- a/www-apps/prowlarr/Manifest
+++ b/www-apps/prowlarr/Manifest
@@ -1,3 +1,6 @@
DIST Prowlarr.develop.1.0.0.2171.linux-core-arm.tar.gz 86162564 BLAKE2B 00a2ea99cb7736ff8361c5b6978e399bc15749b331e6fe79b35d6ab7efa3d655ef38b14df8c6c3f20fff0b26d4caaaf89b2ccbc905bbe4d8857f380509d75ebd SHA512 afd9d6e7072145e4d4dbd8daa9d1efe9c8d681d243e99727fe2d50122a43049d992717506c97d38ccba6a4ee0a2ffc8397e2df592f641f3f90aa381e9a827243
DIST Prowlarr.develop.1.0.0.2171.linux-core-arm64.tar.gz 85390442 BLAKE2B 2bebb17c98068b9149010921dd61ffb05d937c4abc5347667513e96d0392bbd600984c2c13f1e490e5e09a5d2004460bedb7e4dc9c4e77dddec294f37384f0aa SHA512 b2522f09b78b3f4a7721f8c8f8905451864ff4b4baf2b80ad8b439784bea6c1867a87e3352642d195c7c52be5c69b9107a6e52aab09caaafa24d9e9ea857bb07
DIST Prowlarr.develop.1.0.0.2171.linux-core-x64.tar.gz 90404642 BLAKE2B ccb650666bf1bb7bc8374ebb2aa3f5a42d01711531cb99e01f0f4ae179e47e8bc98616c17357040027bef3dc6f00005e24351de36825ce228d8a7c4288522ce1 SHA512 9b268f9ad3f7493fb1ea2a51bbab83ee897eca80a90498b59a5342a7a0a48f0f5b3f58d91d4ad7c89cbca77c9d6a8aa5dffbc9d355633d3fc9ddafd7211a3d52
+DIST Prowlarr.develop.1.0.1.2210.linux-core-arm.tar.gz 86175502 BLAKE2B 2f176892c34a1820629f71c14f589ee8cc9c5085008b702688ee0d266c22551dd3ce0c41882e10380e6d27b0e3b2b3eafeb50846c897c24c598428116ab5aee8 SHA512 1ba4c2d1d8462bbf017b6956af0829e75a873408ded8ad181845acf5ab8edd21707b4fda9c20431041c82332a24d638eb8f30fe0f4cde30ff56dcfc9736dbcf2
+DIST Prowlarr.develop.1.0.1.2210.linux-core-arm64.tar.gz 85420216 BLAKE2B 4aa3bca22251fb514b3aff75ce023b1e63fb6ae2d491d391d6467d0a8f467a80e57a96c028fbdc60d4a003decf06b4d23eec8053b72906b112839aeffda6de1f SHA512 05779e94dd0e44accfcee0d4ea211bb360a0d6c89972aa9043f8957f2b986fe452a7145f7fbb5dff7ff0ee75c2025218621a74b7909482356f8abdd163f39362
+DIST Prowlarr.develop.1.0.1.2210.linux-core-x64.tar.gz 90429168 BLAKE2B 23659ce851789969bf9ab7340d259804da07f19631601250573fd9334218e5d6b071a5277d57fa9ee2fac68c0155e0b935924d296838023376a5c5b41957754b SHA512 a9094ada241f0ae63e2f5b9859c4e944b3229272509e8c806aa61a5debfbd5e6af7c60d8b8f6bfe4485f4dd4a0585e7b92f3a7011a38332d9f668453efbafc83
diff --git a/www-apps/prowlarr/prowlarr-1.0.1.2210.ebuild b/www-apps/prowlarr/prowlarr-1.0.1.2210.ebuild
new file mode 100644
index 000000000000..eb3efd28ba1a
--- /dev/null
+++ b/www-apps/prowlarr/prowlarr-1.0.1.2210.ebuild
@@ -0,0 +1,57 @@
+# 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/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-core-x64.tar.gz )
+ arm? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-core-arm.tar.gz )
+ arm64? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-core-arm64.tar.gz )
+"
+
+DESCRIPTION="An indexer manager/proxy to integrate with your various PVR apps"
+HOMEPAGE="https://wiki.servarr.com/prowlarr"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+RESTRICT="bindist strip test"
+
+RDEPEND="
+ acct-group/prowlarr
+ acct-user/prowlarr
+ dev-libs/icu
+ dev-util/lttng-ust:0
+ dev-db/sqlite
+ sys-libs/glibc
+"
+
+QA_PREBUILT="*"
+
+S="${WORKDIR}/Prowlarr"
+
+src_prepare() {
+ default
+
+ # https://github.com/dotnet/runtime/issues/57784
+ rm libcoreclrtraceptprovider.so Prowlarr.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/prowlarr" || die "Install failed!"
+
+ systemd_dounit "${FILESDIR}/prowlarr.service"
+ systemd_newunit "${FILESDIR}/prowlarr.service" "${PN}@.service"
+}