From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64506158091 for ; Mon, 30 May 2022 22:20:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35656E0801; Mon, 30 May 2022 22:20:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F3A6E0801 for ; Mon, 30 May 2022 22:20:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAA953419EC for ; Mon, 30 May 2022 22:20:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C9104D5 for ; Mon, 30 May 2022 22:20:25 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1653949213.631a1e5cd0e3adb5cc71d7cbfb30580529aea4e6.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/tremc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/tremc/Manifest net-p2p/tremc/tremc-0.9.3.ebuild X-VCS-Directories: net-p2p/tremc/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 631a1e5cd0e3adb5cc71d7cbfb30580529aea4e6 X-VCS-Branch: master Date: Mon, 30 May 2022 22:20:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 661d4bc5-1045-47b7-bf24-3e6519d7140b X-Archives-Hash: bb0499388f3b39a905b5afc2dd3e845f commit: 631a1e5cd0e3adb5cc71d7cbfb30580529aea4e6 Author: John Helmert III gentoo org> AuthorDate: Mon May 30 22:17:38 2022 +0000 Commit: John Helmert III gentoo org> CommitDate: Mon May 30 22:20:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631a1e5c net-p2p/tremc: add 0.9.3 Signed-off-by: John Helmert III gentoo.org> net-p2p/tremc/Manifest | 1 + net-p2p/tremc/tremc-0.9.3.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/net-p2p/tremc/Manifest b/net-p2p/tremc/Manifest index bf328bea1731..99bae34ad814 100644 --- a/net-p2p/tremc/Manifest +++ b/net-p2p/tremc/Manifest @@ -1 +1,2 @@ DIST tremc-0.9.2_p20201101.tar.gz 334602 BLAKE2B 916274775cb51948b3322f0d037d3130e2032ef31acdbbd2b7c42b17c639a82b9dccfe413db4936e9bd580caa7c1ec140091ad09b06058138e8fc0e4882b6c21 SHA512 acae099b2fd24362c02f24b5a6aca85e5b6b0608080a79e0a9a6950a3f61135e271415d0db60d04e39195272ea6e2e494ee85345db454811d6de430c75b5bece +DIST tremc-0.9.3.tar.gz 334602 BLAKE2B 916274775cb51948b3322f0d037d3130e2032ef31acdbbd2b7c42b17c639a82b9dccfe413db4936e9bd580caa7c1ec140091ad09b06058138e8fc0e4882b6c21 SHA512 acae099b2fd24362c02f24b5a6aca85e5b6b0608080a79e0a9a6950a3f61135e271415d0db60d04e39195272ea6e2e494ee85345db454811d6de430c75b5bece diff --git a/net-p2p/tremc/tremc-0.9.3.ebuild b/net-p2p/tremc/tremc-0.9.3.ebuild new file mode 100644 index 000000000000..f08595a9ba3e --- /dev/null +++ b/net-p2p/tremc/tremc-0.9.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_REQ_USE="ncurses" + +inherit bash-completion-r1 optfeature python-single-r1 + +DESCRIPTION="Ncurses interface for the Transmission BitTorrent client" +HOMEPAGE="https://github.com/tremc/tremc" +SRC_URI="https://github.com/tremc/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +COMMIT="8b6b29163295e5cf12d9d874e80203c5906619c8" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" + +# Github tag tarballs include the repo with commit in the dir's name +# Specify a no-op src_compile so upstream's broken Makefile doesn't get used +src_compile() { + : +} + +src_install() { + python_doscript tremc + newbashcomp completion/bash/tremc.sh tremc + insinto /usr/share/zsh/site-functions + doins completion/zsh/_tremc + doman tremc.1 + dodoc NEWS README.md +} + +pkg_postinst() { + optfeature "GeoIP support" dev-python/geoip-python + optfeature "Extract ipv4 from ipv6 addresses" dev-python/ipy + optfeature "Clipboard support" dev-python/pyperclip +}