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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6525813835A for ; Mon, 29 Jun 2020 06:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48F76E095F; Mon, 29 Jun 2020 06:09:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAED8E095F for ; Mon, 29 Jun 2020 06:09:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A82834EF60 for ; Mon, 29 Jun 2020 06:09:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 213D4292 for ; Mon, 29 Jun 2020 06:09:16 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1593410936.b33ab4027efae1115964c3baed69c8759693eed0.juippis@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.2.ebuild X-VCS-Directories: net-p2p/tremc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b33ab4027efae1115964c3baed69c8759693eed0 X-VCS-Branch: master Date: Mon, 29 Jun 2020 06:09:16 +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: 86dea81a-8ae7-42c5-887a-c53e7941fdc8 X-Archives-Hash: 020291c82b5755aa67408fe57cf00144 commit: b33ab4027efae1115964c3baed69c8759693eed0 Author: John Helmert III posteo net> AuthorDate: Wed Jun 17 19:17:12 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jun 29 06:08:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33ab402 net-p2p/tremc: Add version 0.9.2 Closes: https://bugs.gentoo.org/728552 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: John Helmert III posteo.net> Signed-off-by: Joonas Niilola gentoo.org> net-p2p/tremc/Manifest | 1 + net-p2p/tremc/tremc-0.9.2.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/net-p2p/tremc/Manifest b/net-p2p/tremc/Manifest index 5304ec87b78..57e343bbe67 100644 --- a/net-p2p/tremc/Manifest +++ b/net-p2p/tremc/Manifest @@ -1 +1,2 @@ DIST tremc-0.9.1.tar.gz 315482 BLAKE2B c4e94ef13cc9d716cdbcbff061b1956d17c6babe765e192d675d08ad5d76a22cf171a4fb3f5f2952b971f59a16a2768ccd360d10df5b0f3325fd63ff9716f209 SHA512 ed16080c6544ce9019e6a0c4d660310992cae0f139a2a78e9eaa51841e293cefb22160a105794b5f03a4bfd47a2c50402879f2a17302a96265a9c9acb3174c39 +DIST tremc-0.9.2.tar.gz 315631 BLAKE2B f5ed154fbfcbdb3e77b678a5827d3f68a6be4033530d6d4e451d57808d43cd5737fff32cf62445d246bfce4d8f02e4cac0c1156603e220e228e61b725d6deaf8 SHA512 d6d6d155ddac918d329226d5c3b53c63fd4fa0b98e30f1eb2cd2226ea598bd7dd81d72f747dc11f4a508bcc0453d90d774c1d8db6dac05ae1ecbc217290b7db3 diff --git a/net-p2p/tremc/tremc-0.9.2.ebuild b/net-p2p/tremc/tremc-0.9.2.ebuild new file mode 100644 index 00000000000..2c02ce97e8d --- /dev/null +++ b/net-p2p/tremc/tremc-0.9.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_REQ_USE="ncurses" +inherit bash-completion-r1 eutils 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/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" + +# 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 +}