diff options
author | Michael Weber <xmw@gentoo.org> | 2016-01-08 11:14:04 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-01-08 11:27:22 +0100 |
commit | 0ea8ec523b3091c195deb0f4db23a8786c9f3827 (patch) | |
tree | c04dd7e09346021a370790045a8bf80bbd2914ed /net-p2p | |
parent | net-p2p/transmission-remote-cli: Version bump by lorem_ipsum. (diff) | |
download | gentoo-0ea8ec523b3091c195deb0f4db23a8786c9f3827.tar.gz gentoo-0ea8ec523b3091c195deb0f4db23a8786c9f3827.tar.bz2 gentoo-0ea8ec523b3091c195deb0f4db23a8786c9f3827.zip |
net-p2p/transmission-remote-cli: Drop old.
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-remote-cli/Manifest | 1 | ||||
-rw-r--r-- | net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.3.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/net-p2p/transmission-remote-cli/Manifest b/net-p2p/transmission-remote-cli/Manifest index 121fde20f1c7..38fb9ce6dad8 100644 --- a/net-p2p/transmission-remote-cli/Manifest +++ b/net-p2p/transmission-remote-cli/Manifest @@ -1,3 +1,2 @@ -DIST transmission-remote-cli-1.6.3.tar.gz 255899 SHA256 d24dbba397ffdfb3d2d1469644dc0cb2a5324f0bbfca8de577f76445ace9a283 SHA512 8d0b9ba7321dbcfdae358495ab819fd499845949e1ad1c03e2b3a5468d3c4b0a344a4c57de37b28b10bbf5750846c2729cbf27e9184b644139fa907d4fc4ac78 WHIRLPOOL e878cc61891fd240d84f513f9ce3d2147352a70e1e8fb3d0788f8efb4e4db268679e7329bf896c841e4b49b8c5e045346538a60ac3c5b045a62836a7d05abe23 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 diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.3.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.3.ebuild deleted file mode 100644 index a42b4be061f7..000000000000 --- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 -} |