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, 17 Jan 2021 13:22:45 +0000 (UTC) [thread overview]
Message-ID: <1610889761.f8ec2045e8652d941839a9f081044076d952d89c.epsilon-0@gentoo> (raw)
commit: f8ec2045e8652d941839a9f081044076d952d89c
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Jan 17 13:22:41 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Jan 17 13:22:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8ec2045
www-apps/jackett-bin: drop old version
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.284.ebuild | 36 ------------------------
2 files changed, 39 deletions(-)
diff --git a/www-apps/jackett-bin/Manifest b/www-apps/jackett-bin/Manifest
index f9cc0f74..5f4d6739 100644
--- a/www-apps/jackett-bin/Manifest
+++ b/www-apps/jackett-bin/Manifest
@@ -1,6 +1,3 @@
-DIST jackett-bin-0.17.284-amd64.tar.gz 44618787 BLAKE2B cfc15de6713d6b547fc8618deefdefb9e38e4b630df5c17ca7e77e3889e5ff854a30ce03ded042a7b020e996fd92729d922cb4417ad70a6df3f4db384ecfce8a SHA512 1795d1337fa319edcd8745e4c644c95e7efb5fce3ec5217a1bbfbb835f1e5d29643ba5fbb1c206b042f6e6e6b2571a8b920dda20f6ca162ea0b2459510875352
-DIST jackett-bin-0.17.284-arm.tar.gz 42503546 BLAKE2B 156411086dbc6ec64b066e320cdf62e72e046d74bbfe933525c6470d1decb08c15d5af66775de474105a3fb418066df67dc51299f98a3b711bd9bc78abd59c3d SHA512 685cbbf4b07fc30f8e1a406ae29393f844f97fe38c148d80b5a9d173c71204400bd1e0bc76f8dbc5fbba7257d5271651582ed437c2b6ec89237171bb1f425387
-DIST jackett-bin-0.17.284-arm64.tar.gz 41869541 BLAKE2B a5b37d39ef155f485c93ec0db7830dcabf57a9a890e287d659f3153146edd601d2c2d023648732ed996f39e136abab3dce121b566618c875c2f921f46750bac2 SHA512 ce8d5d71faaec142e76cf836ef5dff94e46dfbce77bab5a12519706a09bc421658dd308f616ee1aa4654b7af3d52804dbb4002ec46402a53914e4c66ddc5e3fe
DIST jackett-bin-0.17.294-amd64.tar.gz 44583457 BLAKE2B 5ba8e70a53ff4c35e87d63037f65cca6b74df8024c1bfd9efb95f655136ee0f9fd916836f163ed4cfdd8bda51c0b117cde0d5c4af60dc3f9807f325646027057 SHA512 6c5fb01a0807ff315dad021fcba005b9829c634f54b7d74004846b5a63626a8edd233217820971d9824abc35d826feb5125fa3472a599956269678d748e83d74
DIST jackett-bin-0.17.294-arm.tar.gz 42461074 BLAKE2B 33731e9b31c41410a6aac7f16de3f837e28b1d0885834beed9a40ac78c310f1dc0f720e1a0b93c8eddc03a20c8982991a97f49c3868b66690ef742aacece74de SHA512 e962cfa17d9f482e1851e340380649b0d86b488b5c4646455b416a6d11ed7abaac9d15e57351e30c536da956643552bafc16bd7a439a41f23385c1f964754211
DIST jackett-bin-0.17.294-arm64.tar.gz 41829676 BLAKE2B b142f8b3c150053ce0dbcff80e1596b63c561c231d8feda37bff3f466893456c03fe343ae6f3dde57af39cb55a780f955a9e739afc2d8672c71f371f4274b91c SHA512 42e64ea82192f0f7053d312697540b68d11eb8238dd836e0402f26af090f1c198509f03f3d030d3432d6f8a3f44e4b0acc20113f8a5af7ba3096444d08f4d801
diff --git a/www-apps/jackett-bin/jackett-bin-0.17.284.ebuild b/www-apps/jackett-bin/jackett-bin-0.17.284.ebuild
deleted file mode 100644
index b2966ed1..00000000
--- a/www-apps/jackett-bin/jackett-bin-0.17.284.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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-17 13:22 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-17 13:22 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-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=1610889761.f8ec2045e8652d941839a9f081044076d952d89c.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