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: Mon, 25 Jan 2021 00:45:59 +0000 (UTC) [thread overview]
Message-ID: <1611535551.6540c7765c6469e7316d1577d355939c8ae38089.epsilon-0@gentoo> (raw)
commit: 6540c7765c6469e7316d1577d355939c8ae38089
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Jan 25 00:44:32 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Mon Jan 25 00:45:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6540c776
www-apps/jackett-bin: version bump to 0.17.354
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
www-apps/jackett-bin/Manifest | 3 ++
www-apps/jackett-bin/jackett-bin-0.17.354.ebuild | 37 ++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/www-apps/jackett-bin/Manifest b/www-apps/jackett-bin/Manifest
index 775e8278..762d106a 100644
--- a/www-apps/jackett-bin/Manifest
+++ b/www-apps/jackett-bin/Manifest
@@ -1,3 +1,6 @@
DIST jackett-bin-0.17.348-amd64.tar.gz 44619810 BLAKE2B d28f1fb4f829a26413f6022006a183a4f4e995e0d93c8453fc01d8d90626f77f6c46a11d34eb6a648cfb2a2e078c315a49ec2c9a93d08ce87492a8154f7c8649 SHA512 6094a8bb8062cb048dd0dea3e8eebae265dbdb7bcd17149a5a00e7ea771392e4ed3ec03097a510e141287bde4fb246ea2cb9a1e9531138fc9d0b9bc9e334916a
DIST jackett-bin-0.17.348-arm.tar.gz 42508847 BLAKE2B e5b0bac9e741a003ae72b12f15aa1beefb6100dce27043cccd02e37fb17e4177ee92ebeaff106441574fd48e672e84caa3ed253368a5cc4dd86f67a19e4315a2 SHA512 a84600a4ea311593ea0466c4330fb4791653f228b025419a541810654b3a1fc71926b1cb2311e4d2a0f6b4a0d0df909e407221269b695dd44433d6159d653159
DIST jackett-bin-0.17.348-arm64.tar.gz 41870487 BLAKE2B e0f98ccdf6611efa1469da324f24b9fbfbc8f6edc2ccfb62656dac613d3929947ebf34942a82b9644470bcc2772bd59a4eb210fa76afab6d611b0fa4e3b66619 SHA512 ce53f7dfa93d5166e9d8c50c8a3c1b594e3ee330acd06e48a615357f705caa54d4de7b769e8bc4e67fd2ef992a9ba3e6af0c92ee54c7429136fa99ea1e6784ff
+DIST jackett-bin-0.17.354-amd64.tar.gz 44621875 BLAKE2B 7587d487c8c0d84f64f3e323a55e62c2efa8fc68cb3403dd397d85d79b8af80cede0d55b7f6fd2369a174e19979a190e8e9e9c4923ff001d61d9c205e4b073ca SHA512 eed14eef2363f88f3fec948be38835e43c3b26e3a083d562baab80ffcfa6c1cadb4d6bcfbec068980cbf5a054978f5c93d833092cf48a0b402a87041cafa5a50
+DIST jackett-bin-0.17.354-arm.tar.gz 42509634 BLAKE2B c67299a27fcdd863401580225c739b5a9ac650a9c56dc83e7c3f376e42cc10a444e8945ef4462bb8f7e96db99be9b275433268c321fadab9a4685c6e77dab4f6 SHA512 4f7a64e7f5c63ce7305975aeadfde79610e62a985a351a4e64276aa5b6eb06f1bea24ed395b733cd689addf7a2b4ba0027ec0dd0fe57ebb2109571693069c3e8
+DIST jackett-bin-0.17.354-arm64.tar.gz 41871403 BLAKE2B c1e8510ef98840e07689d58df33538660c8e62c218264a911a21a16a981cee8952e872ff3349ac21f9cf2b7cee3064fcdeaba878ee713df40b769707ab27b449 SHA512 faaab8bb42166e0a74ec06f45d30798c0ea475797cc7f42aa07bda2e8d245de05093bdb5dbb73096032ef458bec4d7c1607d484bf3a247f548aa415c06c571d5
diff --git a/www-apps/jackett-bin/jackett-bin-0.17.354.ebuild b/www-apps/jackett-bin/jackett-bin-0.17.354.ebuild
new file mode 100644
index 00000000..86776b54
--- /dev/null
+++ b/www-apps/jackett-bin/jackett-bin-0.17.354.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 jackett
+ systemd_dounit "${FILESDIR}"/jackett.service
+ doenvd "${FILESDIR}"/99jackett
+}
next reply other threads:[~2021-01-25 0:46 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-25 0:45 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-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-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=1611535551.6540c7765c6469e7316d1577d355939c8ae38089.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