From 55234cf8ac62747c1d18775060bfff1cfe951c67 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 16 May 2020 13:36:54 +0300 Subject: net-p2p/transmission-remote-cli: remove last-rited pkg Closes: https://bugs.gentoo.org/show_bug.cgi?id=713518 Closes: https://bugs.gentoo.org/show_bug.cgi?id=525650 Signed-off-by: Mikle Kolyada --- net-p2p/transmission-remote-cli/Manifest | 1 - net-p2p/transmission-remote-cli/metadata.xml | 8 ------ .../transmission-remote-cli-1.7.1.ebuild | 33 ---------------------- 3 files changed, 42 deletions(-) delete mode 100644 net-p2p/transmission-remote-cli/Manifest delete mode 100644 net-p2p/transmission-remote-cli/metadata.xml delete mode 100644 net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild (limited to 'net-p2p') diff --git a/net-p2p/transmission-remote-cli/Manifest b/net-p2p/transmission-remote-cli/Manifest deleted file mode 100644 index 88d79c1c6fde..000000000000 --- a/net-p2p/transmission-remote-cli/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST transmission-remote-cli-1.7.1.tar.gz 257981 BLAKE2B 32b9f56954d6e7f01fe90c2183bfef153edf8f441d555767f3be9d0185fb0dd5335cf1d4a5b3b7fa64f9b3fa94aca297a85503c69f0ec516e703ba5b2eb858c5 SHA512 b1b31c36365a0f7733912f3a2c01e6e9f20430f29b618c7e526a214632a29d2bc76702f0c31910fdc495a7eaf37bf74e7433c552fc922c440c0874422208bae9 diff --git a/net-p2p/transmission-remote-cli/metadata.xml b/net-p2p/transmission-remote-cli/metadata.xml deleted file mode 100644 index 5bb9a0865024..000000000000 --- a/net-p2p/transmission-remote-cli/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - fagga/transmission-remote-cli - - diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild deleted file mode 100644 index 4a103d47b94b..000000000000 --- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="ncurses" -inherit bash-completion-r1 python-r1 - -DESCRIPTION="Ncurses interface for the Transmission BitTorrent client" -HOMEPAGE="https://github.com/fagga/transmission-remote-cli/" -SRC_URI="https://github.com/fagga/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="geoip" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - geoip? ( dev-python/geoip-python[$PYTHON_USEDEP] ) -" - -src_install() { - python_foreach_impl python_doscript transmission-remote-cli - newbashcomp completion/bash/transmission-remote-cli-bash-completion.sh \ - transmission-remote-cli - insinto /usr/share/zsh/site-functions - doins completion/zsh/_transmission-remote-cli - doman transmission-remote-cli.1 - dodoc NEWS README.md -} -- cgit v1.2.3-65-gdbad