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, 24 Jan 2021 00:36:00 +0000 (UTC) [thread overview]
Message-ID: <1611448551.b5519f85aedec21ec12d6abae98bf65dffa03c20.epsilon-0@gentoo> (raw)
commit: b5519f85aedec21ec12d6abae98bf65dffa03c20
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Jan 24 00:35:51 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Jan 24 00:35:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5519f85
www-apps/jackett-bin: drop old version
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.311.ebuild | 36 ------------------------
2 files changed, 39 deletions(-)
diff --git a/www-apps/jackett-bin/Manifest b/www-apps/jackett-bin/Manifest
index 47dd610e..775e8278 100644
--- a/www-apps/jackett-bin/Manifest
+++ b/www-apps/jackett-bin/Manifest
@@ -1,6 +1,3 @@
-DIST jackett-bin-0.17.311-amd64.tar.gz 44584716 BLAKE2B f4f9b81c839d27b5dbb805afe8f07dc23ac071ac2611c7e3f760952da62aca5395eafe2a0ba56e09648316a335ea87c95c5fc36e4e1a402b6a42a380db30049d SHA512 f4c77b0b7bd75ce05b238bd94a1b4e49da76ad2863ef7210b58a1a683e7cd8ad820a8b44d43831007c9924d378532b1a8622f06ccab55380da686699e69825b4
-DIST jackett-bin-0.17.311-arm.tar.gz 42463826 BLAKE2B d33dbc62acfd4a1d27315f0b3b8d5e9350be7603b3c824c60fb7dd54f7b7b51bcc3f9a7b3fc50496648ab8afd9f8e73e87840bf0024cf74c4a727da08e5873df SHA512 deafc30f87a966385afdc7b429d5c20f9f35c6f82503f80dd0c1d172def7096900699fe1159c008c2e5e2dedd823502787eab6f2bd8976525e6cc2b86bcc5531
-DIST jackett-bin-0.17.311-arm64.tar.gz 41833052 BLAKE2B 78138b909fa5890c9e90e91368fed68122e24b62b0a6f1ffc8dbf6c98fa12cd22f8880ddf48b2ebc19271b9293d488a9b6b14bd613287063477cf8cd0b67aa44 SHA512 a94b0ca55c66b44a0216a1df83bd7bdbb3beb0a8d8336d1c6d923224ca6f5a40cb7cd8c23f187196adb4712b0bba01c6578a6e5d4559ef778fe03db5a1af3598
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
diff --git a/www-apps/jackett-bin/jackett-bin-0.17.311.ebuild b/www-apps/jackett-bin/jackett-bin-0.17.311.ebuild
deleted file mode 100644
index b2966ed1..00000000
--- a/www-apps/jackett-bin/jackett-bin-0.17.311.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-24 0:36 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-24 0:36 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: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=1611448551.b5519f85aedec21ec12d6abae98bf65dffa03c20.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