www-apps/jackett-bin: удален

pull/49/head
Alexander Tratsevskiy 11 months ago
parent e63f6991d8
commit 794213c7dc

@ -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

@ -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"
}

@ -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

@ -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
}

@ -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
}

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>support@calculate.ru</email>
<name>Mir Calculate</name>
<description>Calculate Overlay</description>
</maintainer>
<upstream>
<remote-id type="github">Jackett/Jackett</remote-id>
<bugs-to>https://github.com/Jackett/Jackett/issues</bugs-to>
<changelog>https://github.com/Jackett/Jackett/releases</changelog>
</upstream>
<longdescription lang="en">
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 &amp;
translation logic - removing the burden from other apps.
</longdescription>
</pkgmetadata>
Loading…
Cancel
Save