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: Wed,  3 Feb 2021 18:01:33 +0000 (UTC)	[thread overview]
Message-ID: <1612375284.e1153f87d12a9b27fa04b7f8056ba2d97de9c6ba.epsilon-0@gentoo> (raw)

commit:     e1153f87d12a9b27fa04b7f8056ba2d97de9c6ba
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Feb  3 18:01:18 2021 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Feb  3 18:01:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1153f87

www-apps/jackett-bin: version bump to 0.17.449

Package-Manager: Portage-3.0.14, 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.449.ebuild | 37 ++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/www-apps/jackett-bin/Manifest b/www-apps/jackett-bin/Manifest
index 14645309..3b1c6154 100644
--- a/www-apps/jackett-bin/Manifest
+++ b/www-apps/jackett-bin/Manifest
@@ -1,3 +1,6 @@
 DIST jackett-bin-0.17.405-amd64.tar.gz 44605014 BLAKE2B 036329345261d3f95eb7d5d20780e7c5ba8294c1b0dfc1db93577d2851f848cc6dc1e70b57b63c4fbac5c1757c76c8b770c6b298fe5577bcecaf47d70c118694 SHA512 e7cff8ffb5c5f009452079715c31471686c31f59b4ca90422fb5356a01b9e87edf8b0209aa23ad9726736c00cdf5ad746bd0b71217c4146510e9d5c41e786633
 DIST jackett-bin-0.17.405-arm.tar.gz 42475249 BLAKE2B 17010d7d7bba65787ab00df4a9d7a34bc16c6a94dc0e558577c6b5d829cca01eb4c9a6b7adaeeaba090782bee6a2fe818be61b0f5aecb137567a72bc264a6fd0 SHA512 1995d1d96498ce1ac1944a3782b7660c98a17deabf1e0b96fd1fca36beaeb0c464887b72e25639fcb1b17d0c8953560060bcaee180048ee8978285067923e1ac
 DIST jackett-bin-0.17.405-arm64.tar.gz 41835603 BLAKE2B dcde4e0d8666c4c7e16070b63bda8c5eb6b5ec9b157c972e7441534df871a83a75161b8aa59b0160a75df23a9d2910a087470e4b37c0724de874468e56f41386 SHA512 f4866eec0f02561ec3434891845acee7d95b4726f53f147406c484cc474ca95c91b25111ee541691e93a175260e573ac9adb9ab9ca8a986e8ae63f51f4e85ec4
+DIST jackett-bin-0.17.449-amd64.tar.gz 44604802 BLAKE2B c8db20c741ebf3a72d251647b731052314a650fbbc359330feb5f941f70841c73ac9c83e07b813b4dcdde97ef706814f485b11ce0a92d635e6b45375aa28c542 SHA512 22dc2648d52b4f7caa0e4c51af903b087cdc14e69eac226d3bb98698b3623dab4b221f4137b05cea327e4840b44b151f1ff032688f65a9fce2fb911dbae944b3
+DIST jackett-bin-0.17.449-arm.tar.gz 42477513 BLAKE2B 2bcf10339fd9184ad035f1eff1b5ed6a0ff5f1b5916e1b59b21d9fd0a236694808cff471812f16549195c235f78923aee19696ed768bae75975af7199e8c337b SHA512 61d37d6f73ec78653a4a6be9a7ca918772dcc0386c72e58546524de6e21a4f04be1abeab3257cc76b142efcadf997b34f4b27a144e720d2d5c60a88f71e52faa
+DIST jackett-bin-0.17.449-arm64.tar.gz 41838916 BLAKE2B 9fd207aa2f28f32d8a9b3075dcedaad2fa27800c3860bddb215b72961e8689fcedd1f9c996e6bb2df146eaa8110cba4e36e844247ea49c4a73ea0c91717af35f SHA512 a1c31af52bdf371198ae4b6646b8b4c58152b79f8e8547c2d24036b9e5ecd04c764025885818d8690867944ac778d1fce0708d5e4ba51f8d997f1c75d4cad8d5

diff --git a/www-apps/jackett-bin/jackett-bin-0.17.449.ebuild b/www-apps/jackett-bin/jackett-bin-0.17.449.ebuild
new file mode 100644
index 00000000..86776b54
--- /dev/null
+++ b/www-apps/jackett-bin/jackett-bin-0.17.449.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
+}


             reply	other threads:[~2021-02-03 18:01 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-03 18:01 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-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=1612375284.e1153f87d12a9b27fa04b7f8056ba2d97de9c6ba.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