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: Sun, 6 Feb 2022 15:29:59 +0000 (UTC) [thread overview]
Message-ID: <1644161369.c6c99aee3785e2f9ee88a7e42a078168aeb6a727.epsilon-0@gentoo> (raw)
commit: c6c99aee3785e2f9ee88a7e42a078168aeb6a727
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Feb 6 15:29:29 2022 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Feb 6 15:29:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6c99aee
www-apps/jackett-bin: version bump to 0.20.514
Package-Manager: Portage-3.0.30, 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.514.ebuild | 38 ++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/www-apps/jackett-bin/Manifest b/www-apps/jackett-bin/Manifest
index bd8911e3b..858348d9d 100644
--- a/www-apps/jackett-bin/Manifest
+++ b/www-apps/jackett-bin/Manifest
@@ -1,3 +1,6 @@
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
+DIST jackett-bin-0.20.514-amd64.tar.gz 45925906 BLAKE2B d90c11020ca9aded48ba7d6867f2250974746af42fe5308bd92d5eae34228c85dee31c6ce7569d52c4a199def00fb9145993ce9dffbc38cf4be424918fa55680 SHA512 c1adfe128537aeff6b9fadaf1decc9683d40d65c54c28527882dba848a524005186275f45473db077dc155d4ea5cfd17251edcbc8e4176ce2c78d0b8ef202e3c
+DIST jackett-bin-0.20.514-arm.tar.gz 43675479 BLAKE2B 6ffb67456860b867f64e53c76d2a9b94484f8ebe6ace2f1654c1d2029e913b93d348e94506da74e21362fe7a069dccbe5dd9e6042c5eff764c1b2d64b406081d SHA512 9077b46bc9c07329737814133cd5ae45e7d59038747accf329829d6185d899c963998bdbaa1ccff49e93b74c117e4201fefd54cbfc80c924da437def0aecc9e9
+DIST jackett-bin-0.20.514-arm64.tar.gz 43153883 BLAKE2B 89bcfd163831d05bb16b9a02c74b76d5d5e08dd859b8e7907168b853d05f51dd778b8e0fdd54721d3bae32ea0669cf548b39ebf96b7f3663bb9dee5acbe78c01 SHA512 3914d0ea8bde3d5c04bb44823a250c7e22b88c5212c2eff14109a1427089d822c8ce2fabeae46c897df8101d72e76356efd139226ad6d3af0c7fd2e942ca03bd
diff --git a/www-apps/jackett-bin/jackett-bin-0.20.514.ebuild b/www-apps/jackett-bin/jackett-bin-0.20.514.ebuild
new file mode 100644
index 000000000..bb10533de
--- /dev/null
+++ b/www-apps/jackett-bin/jackett-bin-0.20.514.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2019-2022 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
+"
+DEPEND="${RDEPEND}"
+
+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:[~2022-02-06 15:30 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-06 15:29 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
2021-12-28 14:53 Aisha Tammy
2021-12-23 16: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=1644161369.c6c99aee3785e2f9ee88a7e42a078168aeb6a727.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