From 6a6653d061341eae5eee91a56da7f4c1917ca67a Mon Sep 17 00:00:00 2001 From: John Helmert III Date: Fri, 21 Oct 2022 14:45:04 -0500 Subject: net-p2p/tremc: drop 0.9.2_p20201101 Signed-off-by: John Helmert III --- net-p2p/tremc/Manifest | 1 - net-p2p/tremc/tremc-0.9.2_p20201101.ebuild | 43 ------------------------------ 2 files changed, 44 deletions(-) delete mode 100644 net-p2p/tremc/tremc-0.9.2_p20201101.ebuild diff --git a/net-p2p/tremc/Manifest b/net-p2p/tremc/Manifest index 30ca8d52886c..f15840486e81 100644 --- a/net-p2p/tremc/Manifest +++ b/net-p2p/tremc/Manifest @@ -1,2 +1 @@ -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 diff --git a/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild b/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild deleted file mode 100644 index 1fe156a2937d..000000000000 --- a/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9,10} ) -PYTHON_REQ_USE="ncurses" - -COMMIT="8b6b29163295e5cf12d9d874e80203c5906619c8" - -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/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" - -S="${WORKDIR}/${PN}-${COMMIT}" - -# 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 "Extract ipv4 from ipv6 addresses" dev-python/ipy - optfeature "Clipboard support" dev-python/pyperclip -} -- cgit v1.2.3-65-gdbad