public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 18 Jun 2022 18:04:58 +0000 (UTC)	[thread overview]
Message-ID: <1655575491.72a3a685c3dd62468e6aa74b4e0838ea2674aa8f.epsilon-0@gentoo> (raw)

commit:     72a3a685c3dd62468e6aa74b4e0838ea2674aa8f
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Jun 18 18:04:51 2022 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sat Jun 18 18:04:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72a3a685

www-apps/jackett-bin: add 0.20.1202

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 www-apps/jackett-bin/Manifest                     |  3 ++
 www-apps/jackett-bin/jackett-bin-0.20.1202.ebuild | 38 +++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/www-apps/jackett-bin/Manifest b/www-apps/jackett-bin/Manifest
index aca1673a3..1ee2fcf99 100644
--- a/www-apps/jackett-bin/Manifest
+++ b/www-apps/jackett-bin/Manifest
@@ -1,3 +1,6 @@
+DIST jackett-bin-0.20.1202-amd64.tar.gz 45852447 BLAKE2B 84ba996e22e1586bc076e0439e3a01c39f4637fa4c390208f015123f4145eb2aececb2d56d6df42d41418b204b1f83f80bb033cc0eecbb9d7cf22e6e436571ab SHA512 2f299af77550e2338db5f32f96ee5475d9797145cf054998165cffd3a1a4c02d88850ce5410a6dc000abb912f894fb6c04ce99e592e0f900d8a963024af1f1ff
+DIST jackett-bin-0.20.1202-arm.tar.gz 43720146 BLAKE2B f42c71ba837129271f32dad9c2f40f6e2a98cb6adbc4096e164a5ae2f0221bfe2ad6d9dc62bab96d07220104863d2eaf9cf98a1944597bc25a549928bdac2a06 SHA512 926208849be29fefcc59d95d378a83901cf4f878c62dd0eca6a18d88f39582fefe3257e824a6d533a487268c41dad7390d61cbbccbab8b8104e7ba7ebd4ff0a6
+DIST jackett-bin-0.20.1202-arm64.tar.gz 43208862 BLAKE2B f5151102dede7f51d58f45475fe55038bd5443fc7d89d75febd9cdd54a07f92e258d3e50bdcd1cb0c76980deed0182a7dce4d4bebd72568e60e6ac690e2028bf SHA512 806eb5bb3daed8ff91c45cfbcf5d945a85b5df72c283a723811c46ed1ff5ba63ff753b2946e7775ad6cbd42ae46bee5a1c762c0f059606a4ca9f2458df2c4a89
 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.1202.ebuild b/www-apps/jackett-bin/jackett-bin-0.20.1202.ebuild
new file mode 100644
index 000000000..bb10533de
--- /dev/null
+++ b/www-apps/jackett-bin/jackett-bin-0.20.1202.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
+}


             reply	other threads:[~2022-06-18 18:05 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-18 18:04 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-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-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=1655575491.72a3a685c3dd62468e6aa74b4e0838ea2674aa8f.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