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: Sat, 17 Apr 2021 11:21:23 +0000 (UTC)	[thread overview]
Message-ID: <1618658426.a6aae66475f6a56ad3a3512bb28c63e94bfdd127.epsilon-0@gentoo> (raw)

commit:     a6aae66475f6a56ad3a3512bb28c63e94bfdd127
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Apr 17 11:20:26 2021 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sat Apr 17 11:20:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6aae664

www-apps/jackett-bin: add a new live ebuild

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 www-apps/jackett-bin/jackett-bin-9999.ebuild | 45 ++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/www-apps/jackett-bin/jackett-bin-9999.ebuild b/www-apps/jackett-bin/jackett-bin-9999.ebuild
new file mode 100644
index 000000000..b3aa14a71
--- /dev/null
+++ b/www-apps/jackett-bin/jackett-bin-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# cvs inherit hack for making it live
+inherit cvs systemd unpacker
+
+DESCRIPTION="API Support for your favorite torrent trackers"
+HOMEPAGE="https://github.com/Jackett/Jackett"
+
+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_unpack() {
+	local PKG_BASE_URL="https://github.com/Jackett/Jackett/releases/latest/download/"
+	local PKG_NAME="Jackett.Binaries.LinuxSUBSTVAR.tar.gz"
+	local PKG_URL
+	use amd64 && PKG_NAME="${PKG_NAME/SUBSTVAR/AMDx64}"
+	use arm   && PKG_NAME="${PKG_NAME/SUBSTVAR/ARM32}"
+	use arm64 && PKG_NAME="${PKG_NAME/SUBSTVAR/ARM64}"
+	PKG_URL="${PKG_BASE_URL}${PKG_NAME}"
+	einfo "Fetching ${PKG_URL}"
+	wget "${PKG_URL}" || die
+	unpacker "${PKG_NAME}"
+}
+
+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-04-17 11:21 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-17 11:21 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-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-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=1618658426.a6aae66475f6a56ad3a3512bb28c63e94bfdd127.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