From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- net-p2p/tremc/Manifest | 2 ++ net-p2p/tremc/tremc-0.9.3.ebuild | 41 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 net-p2p/tremc/tremc-0.9.3.ebuild (limited to 'net-p2p/tremc') diff --git a/net-p2p/tremc/Manifest b/net-p2p/tremc/Manifest index 6c0cccb78444..6c10f532750b 100644 --- a/net-p2p/tremc/Manifest +++ b/net-p2p/tremc/Manifest @@ -1,3 +1,5 @@ DIST tremc-0.9.2_p20201101.tar.gz 334602 BLAKE2B 916274775cb51948b3322f0d037d3130e2032ef31acdbbd2b7c42b17c639a82b9dccfe413db4936e9bd580caa7c1ec140091ad09b06058138e8fc0e4882b6c21 SHA512 acae099b2fd24362c02f24b5a6aca85e5b6b0608080a79e0a9a6950a3f61135e271415d0db60d04e39195272ea6e2e494ee85345db454811d6de430c75b5bece +DIST tremc-0.9.3.tar.gz 334457 BLAKE2B 328f158c96c4927fb910a58508fb3a74aa43d6ab74dfcdde7a99eee0ba70aa7020e00f19197ba0d3ae641b169cf147fc0ea04c1ef4e638a41a29311a042df284 SHA512 cbc40ce36eec1f641a6754933e7b009ca3d47e9a2d5091f7677f8005c466f6d0c744023b92e6b5aa93e736828390917c2b5f2f87ba6634d74016960b764467eb EBUILD tremc-0.9.2_p20201101.ebuild 1095 BLAKE2B 41add7b051f40fa68d4891f88ece304309567b1a0a0ce4dfb1613997366f9c104ab7da3c75c08a93e34a58b6d78f20d5bae775032055ae48205a35f4ff953c90 SHA512 e6f0a89e5bfc42b266835a1ff7788927ea69f03023f471cdb8586fc1d55482c99b0d2bc27dc4f5fcd03fc723d2dd8de31bb6300b71113ee7a302f798dc9932bc +EBUILD tremc-0.9.3.ebuild 1087 BLAKE2B a9a2c0364a0b48c90246d8e3429bb6259aa5f29f563e678748c2ec7d435cee2d5980411e9019fb0232f8532190a28ce8048b287522b42a87bcef39bf5117c396 SHA512 7aa1a6a8af57e795f14a5455b35cf3f67cd5352ed5f87de576795a8cf7653e3a983ea6dff5a451d1812752a41d50d414a18e38886ea3d0be7fb0e1ed1f059e4c MISC metadata.xml 324 BLAKE2B 1a9314ffb5310792eb521599d96d9ae4e8b48dfb32ecbaa8c0e7eb88c0c286246d6a25ceefe74709cb9f8d383731a7c9a36c60d0920e817cd9db3c17ae03de21 SHA512 85f57f99c57254d742c5122489f27f2467444b1bf02eabba57df455b5d2159caace65f889b2bb8013149758c1dc9dcdcdd94c347cd3ece24ddd4e123146a213a 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..bd259f46580c --- /dev/null +++ b/net-p2p/tremc/tremc-0.9.3.ebuild @@ -0,0 +1,41 @@ +# 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" + +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 +} -- cgit v1.2.3