diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-16 13:36:54 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-16 13:36:54 +0300 |
commit | 55234cf8ac62747c1d18775060bfff1cfe951c67 (patch) | |
tree | 84b35519ff7b394d3899fca0232c8d32a2ffc169 /net-p2p | |
parent | app-i18n/man-pages-nl: remove last-rited pkg (diff) | |
download | gentoo-55234cf8ac62747c1d18775060bfff1cfe951c67.tar.gz gentoo-55234cf8ac62747c1d18775060bfff1cfe951c67.tar.bz2 gentoo-55234cf8ac62747c1d18775060bfff1cfe951c67.zip |
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 <zlogene@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-remote-cli/Manifest | 1 | ||||
-rw-r--r-- | net-p2p/transmission-remote-cli/metadata.xml | 8 | ||||
-rw-r--r-- | net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild | 33 |
3 files changed, 0 insertions, 42 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">fagga/transmission-remote-cli</remote-id> - </upstream> -</pkgmetadata> 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 -} |