From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/jackett-bin/
Date: Thu, 23 Dec 2021 16:53:21 +0000 (UTC) [thread overview]
Message-ID: <1640278378.9972c520682d26a5dc35bd23fa0a24f44a6d2c4c.epsilon-0@gentoo> (raw)
commit: 9972c520682d26a5dc35bd23fa0a24f44a6d2c4c
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Dec 23 16:52:58 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Dec 23 16:52:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9972c520
www-apps/jackett-bin: version bump to 0.20.195
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
www-apps/jackett-bin/Manifest | 3 ++
www-apps/jackett-bin/jackett-bin-0.20.195.ebuild | 37 ++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/www-apps/jackett-bin/Manifest b/www-apps/jackett-bin/Manifest
index efea36838..7e68daca2 100644
--- a/www-apps/jackett-bin/Manifest
+++ b/www-apps/jackett-bin/Manifest
@@ -1,3 +1,6 @@
DIST jackett-bin-0.18.827-amd64.tar.gz 44736140 BLAKE2B a7f6c13c4f3fbd5606416e0a74892054b7ecc7183bbbff8b7e4e003d6338440f89f4839edf2162d65e8b47e79d225a6ca3f9d6ee2b69a5e0149e2e64fa9cd383 SHA512 ffd3fe99fede72c5b61eea783e208ea3187615a43062d7a181c545447adba50a6f1641083d5ec45b4552bb5445fcbf6919b83e387e41462188c8e5e105d73e46
DIST jackett-bin-0.18.827-arm.tar.gz 42623099 BLAKE2B 2de9716ae867d2d8a7f29dd302ba011e52cb226ea1f80fdf108394fa44f6824b0f958a8408a8bc3c1cf10491b67d8fd9a638f500369eebc474b874279936afce SHA512 a62c75db0a726cace5aed8551ef97ea5193869ad8f9c1fe68cf0788fa256154349189e72dbebb27ceb0dd2dcf300708a88edeeca9a046461a91ee62d5fa82497
DIST jackett-bin-0.18.827-arm64.tar.gz 41977855 BLAKE2B 00c16eceb08d089c86e87767fc1afac3e2884c937fdf45ec8dbb9c2ea398241bcb80f9356bc4e7b4eced700b8c75aa9c6779cdf7efc5979bcca25b7a22188e89 SHA512 6c3e81bc8a406da5d51738374eb3c959212a6052de7dbf4a416d6fb13949826d422129dd77d9ebe6f912905be263504afe9ed06f6e100e607a475bee89e0280d
+DIST jackett-bin-0.20.195-amd64.tar.gz 45904607 BLAKE2B d73c2a6468810e13655ed8d083a131b6677af1450503b8f0434dec2ae002566cf5c00f8c965f939bf27415549bdef93046cf98a240876f5516fa76ba81986679 SHA512 1bddaa98fec2a0796ee465c55f27443e4768f82154d4f22c0aa43848a988d46a37ffb6105180cb204998eee166120978f99beb38a0263f4b26198031919e04b8
+DIST jackett-bin-0.20.195-arm.tar.gz 43670343 BLAKE2B 05e09bbf65467f54a05aad200d4a27a4383cb91e5197041eaeaeb58d96a8bd44574d5684954f7b92a7916f2c42d26665621a3a06618360b50c9257dff3a35938 SHA512 a2393def98e18fcec3067cf9fd8ad755ff1f8e0daab683eb17755173b64dd9e835e31e136794f808b2e30759a13dbe2938fe147142ef0c3ef2066b0a24b4bcfb
+DIST jackett-bin-0.20.195-arm64.tar.gz 43138197 BLAKE2B e48f92c382787520a5939ce749064794975182e134005d1d5d746bf32a7d76f23902a78e29793544aab29b0a501fc6ab5e3da6ee6275719ac2843f16a2654698 SHA512 fc431417976ba576b24ac7bf8f259edb3f780662c2eb8988939de44960dc0203548382b5c1a7a7ff7538f9dfee74d4f185464e2fc357e7093263e07643b1d039
diff --git a/www-apps/jackett-bin/jackett-bin-0.20.195.ebuild b/www-apps/jackett-bin/jackett-bin-0.20.195.ebuild
new file mode 100644
index 000000000..5643b52bf
--- /dev/null
+++ b/www-apps/jackett-bin/jackett-bin-0.20.195.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 )
+ arm? ( https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxARM32.tar.gz -> ${P}-arm.tar.gz )
+ arm64? ( https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxARM64.tar.gz -> ${P}-arm64.tar.gz )
+"
+
+KEYWORDS="~amd64 ~arm ~arm64"
+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-r1 jackett
+ systemd_dounit "${FILESDIR}"/jackett.service
+ doenvd "${FILESDIR}"/99jackett
+}
next reply other threads:[~2021-12-23 16:53 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-23 16:53 Aisha Tammy [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-24 14:01 [gentoo-commits] repo/proj/guru:dev commit in: www-apps/jackett-bin/ Aisha Tammy
2022-06-18 18:04 Aisha Tammy
2022-02-06 15:30 Aisha Tammy
2022-02-06 15:29 Aisha Tammy
2021-12-28 14:53 Aisha Tammy
2021-12-23 16:53 Aisha Tammy
2021-05-10 9:52 Aisha Tammy
2021-04-22 12:41 Aisha Tammy
2021-04-22 12:41 Aisha Tammy
2021-04-17 11:21 Aisha Tammy
2021-04-10 22:05 Aisha Tammy
2021-04-10 22:05 Aisha Tammy
2021-02-05 20:02 Aisha Tammy
2021-02-05 20:02 Aisha Tammy
2021-02-05 20:02 Aisha Tammy
2021-02-03 18:01 Aisha Tammy
2021-01-30 11:58 Aisha Tammy
2021-01-30 11:58 Aisha Tammy
2021-01-29 2:30 Aisha Tammy
2021-01-29 2:30 Aisha Tammy
2021-01-25 0:45 Aisha Tammy
2021-01-25 0:45 Aisha Tammy
2021-01-24 0:36 Aisha Tammy
2021-01-24 0:36 Aisha Tammy
2021-01-24 0:22 Aisha Tammy
2021-01-18 14:18 Aisha Tammy
2021-01-17 13:22 Aisha Tammy
2021-01-17 13:22 Aisha Tammy
2021-01-16 17:05 Aisha Tammy
2021-01-16 17:05 Aisha Tammy
2021-01-13 19:20 Aisha Tammy
2021-01-13 19:20 Aisha Tammy
2021-01-13 19:20 Aisha Tammy
2021-01-08 13:04 Aisha Tammy
2021-01-05 22:16 Aisha Tammy
2021-01-04 5:39 Theo Anderson
2021-01-04 5:39 Theo Anderson
2021-01-04 5:39 Theo Anderson
2020-12-28 16:24 Aisha Tammy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1640278378.9972c520682d26a5dc35bd23fa0a24f44a6d2c4c.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox