summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/prowlarr')
-rw-r--r--www-apps/prowlarr/Manifest6
-rw-r--r--www-apps/prowlarr/files/prowlarr.init7
-rw-r--r--www-apps/prowlarr/files/prowlarr.logrotate4
-rw-r--r--www-apps/prowlarr/files/prowlarr.service30
-rw-r--r--www-apps/prowlarr/metadata.xml21
-rw-r--r--www-apps/prowlarr/prowlarr-1.14.3.4333.ebuild66
6 files changed, 0 insertions, 134 deletions
diff --git a/www-apps/prowlarr/Manifest b/www-apps/prowlarr/Manifest
deleted file mode 100644
index 63d2b0e057e8..000000000000
--- a/www-apps/prowlarr/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST Prowlarr.master.1.14.3.4333.linux-core-arm.tar.gz 87104562 BLAKE2B 7ca1d95b4a34280a5da867de935af6bb6bd22eb2f28af8c0f4ff8a4372717b40b0de72ba4d3cddf3de5da26c218db8d22bdd12fbd88848cef6761382f9729e7d SHA512 8bca2a702f0048f2ec8a62ec3761180e390ec7c0ca9be5261505ff2c11a1c298bdac73c5d38ad64d66d052144c5c34d70be4960f35fca94dacbebfee6832c2a1
-DIST Prowlarr.master.1.14.3.4333.linux-core-arm64.tar.gz 86391731 BLAKE2B 6ee3779c434af683a349b31246c57c6bcc8de872f989e661048f70e0932d09e23f63a3f1f0bfa89d924112392a6dd3fcb28d287e8a2c017357ba3acc59754ad9 SHA512 857c98288d63e577fdb5a50d7aa8e2b81af8f14de692f32d7f328c1c73aaf8448240f4549dfcf656c25f24f49deafa7bc243855bcbb3cd3f43e78c2798a12128
-DIST Prowlarr.master.1.14.3.4333.linux-core-x64.tar.gz 91394597 BLAKE2B 3cfc7d6bbbba3652dd8fd4424c2e68bb11e64e1a425cbcf5f8d80cea8c90cb651b4cd6d48931fe65523bce7ddf98363ef66815d8f860a608ba95915d881c02ce SHA512 b49325d24d2000044072777716df383630282ac88eaf5e70338be612e8af0b1675375cc0b2d912e3fe5f1faa32e7249e90c73ce570a03a05a1c677572927556a
-DIST Prowlarr.master.1.14.3.4333.linux-musl-core-arm.tar.gz 87172398 BLAKE2B 750d3bb0f3b3de0bbf124fdefe7ffd3b53290fc2002d4fc48760f6fe3710514d01e5ded6941b082c3b0b884ea788e0b9a010c84fd1f377667cc7ab75c021e302 SHA512 e41b83e2b3f080d2e104a966f097b73ec10022bf90ea4e85fbf8c91a8a5a21814dc8369fc4fe0567efe7a5fd617d5598473d52b31001e42630033035c306f500
-DIST Prowlarr.master.1.14.3.4333.linux-musl-core-arm64.tar.gz 86447873 BLAKE2B df5a0088f6b585a8c30df7dc29cc50fb08228c6d3eefba3009290dfe11e972bc127c1ef1bdbcc542c87dbe76425052fdf1fe5cfd879664645b48d3f31437a4f6 SHA512 708f075fd736c8f7ddefca2d50f109aeed9f9459ec1e983c88ff6bc6cc7591a3e170eccab436c0fb1d3716585a04c0e81db9c4c5dc077adb5ee0840f3b44221e
-DIST Prowlarr.master.1.14.3.4333.linux-musl-core-x64.tar.gz 90471128 BLAKE2B 8e196326957b87c3ece9f183ebd2499f958655505f445d327813cc686be462033d8515584286cd35e20ad06eab2baa390ffed462abd14136bd7048b092f4e062 SHA512 90dc63f86ae87c540bf5cfba05e6e9ef9d460910a37bc7885bc91420493a1a1b21613fe594925269f012fac18dda3c8644d09a3395558bb775d5e38a81882b90
diff --git a/www-apps/prowlarr/files/prowlarr.init b/www-apps/prowlarr/files/prowlarr.init
deleted file mode 100644
index 831a4425a80a..000000000000
--- a/www-apps/prowlarr/files/prowlarr.init
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/sbin/openrc-run
-
-pidfile="/run/prowlarr.pid"
-command="/opt/prowlarr/Prowlarr"
-command_user="prowlarr:prowlarr"
-command_background=true
-
diff --git a/www-apps/prowlarr/files/prowlarr.logrotate b/www-apps/prowlarr/files/prowlarr.logrotate
deleted file mode 100644
index 32f121fb6378..000000000000
--- a/www-apps/prowlarr/files/prowlarr.logrotate
+++ /dev/null
@@ -1,4 +0,0 @@
-/var/lib/prowlarr/.config/Prowlarr/logs/*.txt{
- missingok
- su prowlarr prowlarr
-}
diff --git a/www-apps/prowlarr/files/prowlarr.service b/www-apps/prowlarr/files/prowlarr.service
deleted file mode 100644
index 7fe9097bf338..000000000000
--- a/www-apps/prowlarr/files/prowlarr.service
+++ /dev/null
@@ -1,30 +0,0 @@
-[Unit]
-Description=An indexer manager/proxy to integrate with your various PVR apps.
-After=syslog.target network.target
-
-[Service]
-User=prowlarr
-Group=prowlarr
-
-Type=simple
-ExecStart=/opt/prowlarr/Prowlarr
-TimeoutStopSec=20
-KillMode=process
-Restart=always
-
-PrivateTmp=yes
-PrivateDevices=yes
-PrivateMounts=yes
-ProtectHome=yes
-ProtectSystem=full
-NoNewPrivileges=yes
-ProtectHostname=yes
-ProtectClock=yes
-ProtectKernelTunables=yes
-ProtectKernelModules=yes
-ProtectKernelLogs=yes
-ProtectControlGroups=yes
-RestrictRealtime=yes
-
-[Install]
-WantedBy=multi-user.target
diff --git a/www-apps/prowlarr/metadata.xml b/www-apps/prowlarr/metadata.xml
deleted file mode 100644
index 590d0e5c4cf8..000000000000
--- a/www-apps/prowlarr/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>mcrawford@eliteitminds.com</email>
- <name>Mike Crawford</name>
- <description>Primary maintainer</description>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <maintainer type="person">
- <email>candrews@gentoo.org</email>
- <name>Craig Andrews</name>
- </maintainer>
- <upstream>
- <remote-id type="github">Prowlarr/Prowlarr</remote-id>
- <bugs-to>https://github.com/Prowlarr/Prowlarr/issues</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/www-apps/prowlarr/prowlarr-1.14.3.4333.ebuild b/www-apps/prowlarr/prowlarr-1.14.3.4333.ebuild
deleted file mode 100644
index 7661310592fb..000000000000
--- a/www-apps/prowlarr/prowlarr-1.14.3.4333.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-SRC_URI="
- amd64? (
- elibc_glibc? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-core-x64.tar.gz )
- elibc_musl? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-musl-core-x64.tar.gz )
- )
- arm? (
- elibc_glibc? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-core-arm.tar.gz )
- elibc_musl? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-musl-core-arm.tar.gz )
- )
- arm64? (
- elibc_glibc? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-core-arm64.tar.gz )
- elibc_musl? ( https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-musl-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"
-}