diff --git a/www-apps/jackett-bin/Manifest b/www-apps/jackett-bin/Manifest deleted file mode 100644 index a7b36f82a..000000000 --- a/www-apps/jackett-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST jackett-bin-0.20.3627-amd64.tar.gz 46045358 BLAKE2B 8b6dafd6470bbbf069420ed6b4d486d83c93521b6355b25775a7ca83ef8fdc4c247733e1da498631e61a32447ba664952f84534678e382d2bc84da77b8c35464 SHA512 ae1b5bcc7ab9905d0a3a6fd5207a68ec10073be6bfd9a2d11e81172c38e27ff3ac946d0d60921d6456b188fd82a66aec26d508d936cd35641154d1e49321fe4f -DIST jackett-bin-0.20.3949-amd64.tar.gz 46104422 BLAKE2B e94a15dc11b5e5824bdb824e686089222e1b631c514cded847e0d072d9b902efb4c6850ce341d05140de3766b7c191ff7517e2fdae63a6505d3ff34373bb18b7 SHA512 e53fc49ccd0e2a12bbae8df5b63a2a2e209803ece9e50a8c699432b0cc782e30df7ff77d2d596eb64486601aea0a97161f2cb82cfe2e4416a8f7cbce6bcdd8c2 diff --git a/www-apps/jackett-bin/files/99jackett b/www-apps/jackett-bin/files/99jackett deleted file mode 100644 index 16a667365..000000000 --- a/www-apps/jackett-bin/files/99jackett +++ /dev/null @@ -1 +0,0 @@ -PATH="/opt/jackett" diff --git a/www-apps/jackett-bin/files/jackett.initd b/www-apps/jackett-bin/files/jackett.initd deleted file mode 100644 index d717029df..000000000 --- a/www-apps/jackett-bin/files/jackett.initd +++ /dev/null @@ -1,25 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="Jackett" -description="Jackett torrent tracker" - -depend() { - need net -} - -start() { - ebegin "Starting $name" - start-stop-daemon --start --exec /opt/jackett/jackett \ - --env HOME=/var/lib/jackett --chdir /var/lib/jackett \ - --make-pidfile --pidfile /var/run/jackett.pid \ - --background --user jackett:jackett - eend $? "Failed to start $name" -} - -stop() { - ebegin "Stopping $name" - start-stop-daemon --stop --pidfile /var/run/jackett.pid - eend $? "Failed to stop $name" -} diff --git a/www-apps/jackett-bin/files/jackett.service b/www-apps/jackett-bin/files/jackett.service deleted file mode 100644 index 013137f2a..000000000 --- a/www-apps/jackett-bin/files/jackett.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=Jackett Daemon -After=network.target - -[Service] -SyslogIdentifier=jackett -Restart=always -RestartSec=5 -Type=simple -User=jackett -Group=jackett -WorkingDirectory=/var/lib/jackett -ExecStart=/bin/sh "/opt/jackett/jackett_launcher.sh" -TimeoutStopSec=30 - -[Install] -WantedBy=multi-user.target diff --git a/www-apps/jackett-bin/jackett-bin-0.20.3627.ebuild b/www-apps/jackett-bin/jackett-bin-0.20.3627.ebuild deleted file mode 100644 index 97682536b..000000000 --- a/www-apps/jackett-bin/jackett-bin-0.20.3627.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit systemd - -DESCRIPTION="API Support for your favorite torrent trackers" -HOMEPAGE="https://github.com/Jackett/Jackett" -SRC_URI=" - amd64? ( https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxAMDx64.tar.gz -> ${P}-amd64.tar.gz ) -" - -KEYWORDS="amd64" -LICENSE="GPL-2+" -SLOT="0" -RESTRICT="strip" - -RDEPEND=" - acct-user/jackett - app-crypt/mit-krb5 - dev-libs/icu - dev-util/lttng-ust -" - -QA_PREBUILT="*" -S="${WORKDIR}"/Jackett - -src_install() { - dodir /opt/jackett - cp -a "${S}"/. "${ED}"/opt/jackett || die - newinitd "${FILESDIR}"/jackett.initd jackett - systemd_dounit "${FILESDIR}"/jackett.service - doenvd "${FILESDIR}"/99jackett -} diff --git a/www-apps/jackett-bin/jackett-bin-0.20.3949.ebuild b/www-apps/jackett-bin/jackett-bin-0.20.3949.ebuild deleted file mode 100644 index 97682536b..000000000 --- a/www-apps/jackett-bin/jackett-bin-0.20.3949.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit systemd - -DESCRIPTION="API Support for your favorite torrent trackers" -HOMEPAGE="https://github.com/Jackett/Jackett" -SRC_URI=" - amd64? ( https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxAMDx64.tar.gz -> ${P}-amd64.tar.gz ) -" - -KEYWORDS="amd64" -LICENSE="GPL-2+" -SLOT="0" -RESTRICT="strip" - -RDEPEND=" - acct-user/jackett - app-crypt/mit-krb5 - dev-libs/icu - dev-util/lttng-ust -" - -QA_PREBUILT="*" -S="${WORKDIR}"/Jackett - -src_install() { - dodir /opt/jackett - cp -a "${S}"/. "${ED}"/opt/jackett || die - newinitd "${FILESDIR}"/jackett.initd jackett - systemd_dounit "${FILESDIR}"/jackett.service - doenvd "${FILESDIR}"/99jackett -} diff --git a/www-apps/jackett-bin/metadata.xml b/www-apps/jackett-bin/metadata.xml deleted file mode 100644 index a6c82098e..000000000 --- a/www-apps/jackett-bin/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - support@calculate.ru - Mir Calculate - Calculate Overlay - - - Jackett/Jackett - https://github.com/Jackett/Jackett/issues - https://github.com/Jackett/Jackett/releases - - - Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, - Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html - or json response, and then sends results back to the requesting software. This allows for getting recent - uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & - translation logic - removing the burden from other apps. - -