summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-08-10 10:47:17 +0000
committerMichael Weber <xmw@gentoo.org>2013-08-10 10:47:17 +0000
commit82169b367efd8375f8377cd14633c3f12a62b468 (patch)
tree6778684339c30df18e9d9351ed45ab4c57906bf2 /net-p2p
parentVersion bump by lorem_ipsum. (diff)
downloadgentoo-2-82169b367efd8375f8377cd14633c3f12a62b468.tar.gz
gentoo-2-82169b367efd8375f8377cd14633c3f12a62b468.tar.bz2
gentoo-2-82169b367efd8375f8377cd14633c3f12a62b468.zip
Drop old versions.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission-remote-cli/ChangeLog7
-rw-r--r--net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7-r1.ebuild33
-rw-r--r--net-p2p/transmission-remote-cli/transmission-remote-cli-1.5.0.ebuild33
-rw-r--r--net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.0.ebuild33
4 files changed, 6 insertions, 100 deletions
diff --git a/net-p2p/transmission-remote-cli/ChangeLog b/net-p2p/transmission-remote-cli/ChangeLog
index 1b5e90333fd9..47c887f113ea 100644
--- a/net-p2p/transmission-remote-cli/ChangeLog
+++ b/net-p2p/transmission-remote-cli/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/transmission-remote-cli
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/ChangeLog,v 1.7 2013/08/10 10:31:13 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/ChangeLog,v 1.8 2013/08/10 10:47:17 xmw Exp $
+
+ 10 Aug 2013; Michael Weber <xmw@gentoo.org>
+ -transmission-remote-cli-1.4.7-r1.ebuild,
+ -transmission-remote-cli-1.5.0.ebuild, -transmission-remote-cli-1.6.0.ebuild:
+ Drop old versions.
*transmission-remote-cli-1.6.2 (10 Aug 2013)
diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7-r1.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7-r1.ebuild
deleted file mode 100644
index 0712ee4413be..000000000000
--- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7-r1.ebuild,v 1.2 2013/05/29 06:44:13 xmw Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_5,2_6,2_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 rdns"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep dev-python/simplejson[$(python_gen_usedep python2_5)] python2_5)
- geoip? ( dev-python/geoip-python )
- rdns? ( dev-python/adns-python[$PYTHON_USEDEP] )"
-
-src_install() {
- python_foreach_impl python_doscript transmission-remote-cli
- newbashcomp transmission-remote-cli-bash-completion.sh \
- transmission-remote-cli
- doman transmission-remote-cli.1
- dodoc NEWS README.md
-}
diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.5.0.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.5.0.ebuild
deleted file mode 100644
index eb92b0ebe42a..000000000000
--- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.5.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.5.0.ebuild,v 1.2 2013/05/29 06:44:13 xmw Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_5,2_6,2_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 rdns"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep dev-python/simplejson[$(python_gen_usedep python2_5)] python2_5)
- geoip? ( dev-python/geoip-python )
- rdns? ( dev-python/adns-python[$PYTHON_USEDEP] )"
-
-src_install() {
- python_foreach_impl python_doscript transmission-remote-cli
- newbashcomp transmission-remote-cli-bash-completion.sh \
- transmission-remote-cli
- doman transmission-remote-cli.1
- dodoc NEWS README.md
-}
diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.0.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.0.ebuild
deleted file mode 100644
index 2ccec75e2194..000000000000
--- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.0.ebuild,v 1.1 2013/07/02 10:06:54 xmw Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_5,2_6,2_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 rdns"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep dev-python/simplejson[$(python_gen_usedep python2_5)] python2_5)
- geoip? ( dev-python/geoip-python )
- rdns? ( dev-python/adns-python[$PYTHON_USEDEP] )"
-
-src_install() {
- python_foreach_impl python_doscript transmission-remote-cli
- newbashcomp transmission-remote-cli-bash-completion.sh \
- transmission-remote-cli
- doman transmission-remote-cli.1
- dodoc NEWS README.md
-}