net-p2p/transmission-remote-cli: Remove old version.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Michael Weber
2017-04-26 15:11:49 +02:00
parent cb16b4d13a
commit ffb2b6e1c1
2 changed files with 0 additions and 32 deletions

View File

@@ -1,2 +1 @@
DIST transmission-remote-cli-1.7.0.tar.gz 256311 SHA256 d20ba26cd05bd5a5d55a5990b861bf9cd4286a54f720d22041838a51cf60db62 SHA512 86776384ac8618ccd58d3345b1a98e55ef5f0c6911fde61f6f54d9da15b1d8a244391bda4c7713e9b312132db30d732b444bebe9a753d0298e8838f779f149be WHIRLPOOL abc5daffe784df1b68d423400c2d0e94efa3e995fb1f8f53e8c571aea794d37cf714487b5b63a7a77e767b0d4668d376f675d9bbb0009b7b317b5ab058efb0a4
DIST transmission-remote-cli-1.7.1.tar.gz 257981 SHA256 e9135a440d48761f00e990cd0b6eb4c378b82041c479f4624f5c1a27d99d10f8 SHA512 b1b31c36365a0f7733912f3a2c01e6e9f20430f29b618c7e526a214632a29d2bc76702f0c31910fdc495a7eaf37bf74e7433c552fc922c440c0874422208bae9 WHIRLPOOL 3aac4d7986a581afcbe904589c825600b5540525dd0598bc2c7b1e92f2fc0c7d4f6e9c93cd8b14f75b1a471f9d77f53ad7e680059459d797558deddc698fb1b5

View File

@@ -1,31 +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
doman transmission-remote-cli.1
dodoc NEWS README.md
}