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, 13 Jan 2021 19:20:30 +0000 (UTC) [thread overview]
Message-ID: <1610565627.f0574ebd20f8b00c2fa43669adfaa5551fb37352.epsilon-0@gentoo> (raw)
commit: f0574ebd20f8b00c2fa43669adfaa5551fb37352
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Jan 13 19:19:25 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Jan 13 19:20:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0574ebd
www-apps/jackett-bin: version bump to 0.17.261
Package-Manager: Portage-3.0.12, 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.261.ebuild | 36 ++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/www-apps/jackett-bin/Manifest b/www-apps/jackett-bin/Manifest
index b3d320bf..9329f83d 100644
--- a/www-apps/jackett-bin/Manifest
+++ b/www-apps/jackett-bin/Manifest
@@ -4,3 +4,6 @@ DIST jackett-bin-0.17.197-arm64.tar.gz 41865109 BLAKE2B 11223b268144e082235bf1d8
DIST jackett-bin-0.17.207-amd64.tar.gz 44620838 BLAKE2B 1f1220ee74f1e5a16e99480f619804d59f70fdb5a401716900c4dad27aee2b08d905c188adcb1e4d64fcd49b851adb97f777a973e05da9b75598335e49a51bd8 SHA512 59ff3efba54b310373c4468ec36e3bc722547a4d7b97b55cf7ea0d74edee2e868154b423a107eac6b02f5fbbfdedcde24749d93de9b03356ce385b3c09ba3b63
DIST jackett-bin-0.17.207-arm.tar.gz 42497581 BLAKE2B 051e9c9ab58771fca23d6352f3778b6da18001f8711db4722a0865e39b4eb741a52e88d482ad2df3ad5d723ee9e86e1022cddbbffad8863003c3511f11d10bac SHA512 7de86ab29f77ccdcd65c6649a1d74cd0fd16eb97e791cc02c77df723263291dae2c4b2f9f29e7739d59c7a0358464c4b590ac3255bfad75d2afba8d6fab73027
DIST jackett-bin-0.17.207-arm64.tar.gz 41864538 BLAKE2B 1f5e1440478a7df51c4a25b77bf3d7d52021c8e506a5d5e91c7b5a15032a4b256e132f8cc6d101ae994ca5b3b8824cfa9fe23ebfcf1715cb26a2fec0be239f73 SHA512 9b3cb3901a4f2570550e4e08578ac6c763a4933dbeec6f125007c86f18664e8efa478df0b5e914a698decaf803b42b62a0b9cf162e1f1c04deb3684dbfd9edf4
+DIST jackett-bin-0.17.261-amd64.tar.gz 44619870 BLAKE2B 35e65b09786d0561b3e1ec76a237704d8ba08ea9576540f4c9403360163cddc9ef19eb397a5d22666d626cffb3d0756d6190fa11a27c154ca0cd400d87aacfec SHA512 e03ab868d3e6d759ab14b45a22a07060db7838a845385aa5a29ded8cae7b5646e24171d2f4c237aa1e6729880cb650268d0ff12020f43ad1ed6f6ae8486efea3
+DIST jackett-bin-0.17.261-arm.tar.gz 42508290 BLAKE2B 3b30bd5cde813f2bdbfe13bd7564784330bddbe643f9e21e9c986f03ae63fad6eed7306f538524435112c652c98d4ecc88c290e640cb2f894a41fdce4ae09a75 SHA512 98b1597c0a1b386d25f8a37fe3a820dd5ab0c868c2ceca98e3f1e5b8edbb427e2756b5fc85a66b004d08fe70a4bb64fa229dd62f0ce1ff8c8832c30cf78299cb
+DIST jackett-bin-0.17.261-arm64.tar.gz 41869597 BLAKE2B 64aea9431841a2667670d6046d7f39826315d969fef2cb7cb5e77ad7f0a6500ad36d927b0e7466fb0175d2a479ad0a9d35dafedbaa96505539123c8c9b7f4f4b SHA512 8be922ee105b0bcc1c8a77ee64c3cac51023a5b8372d39b51c8ad760fe8b0f07c2a7c695ef47c23ef548af0203ac951fbea5519f4ec2cc01fcbf5d16fbbcea33
diff --git a/www-apps/jackett-bin/jackett-bin-0.17.261.ebuild b/www-apps/jackett-bin/jackett-bin-0.17.261.ebuild
new file mode 100644
index 00000000..b2966ed1
--- /dev/null
+++ b/www-apps/jackett-bin/jackett-bin-0.17.261.ebuild
@@ -0,0 +1,36 @@
+# 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="
+ 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-13 19:20 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-13 19:20 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-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-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=1610565627.f0574ebd20f8b00c2fa43669adfaa5551fb37352.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