summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-29 20:06:29 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-29 20:06:29 +0000
commit88a1a6716fc3f9176cf218c59b26e59476d93dd6 (patch)
treece0c6ead71274caa5637439786492516da836c89 /net-p2p
parentDrop buildtime dependencies and upgrade the blocker to !<openrc-0.14 due to t... (diff)
downloadgentoo-2-88a1a6716fc3f9176cf218c59b26e59476d93dd6.tar.gz
gentoo-2-88a1a6716fc3f9176cf218c59b26e59476d93dd6.tar.bz2
gentoo-2-88a1a6716fc3f9176cf218c59b26e59476d93dd6.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/torrentinfo/ChangeLog6
-rw-r--r--net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild22
-rw-r--r--net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild26
3 files changed, 5 insertions, 49 deletions
diff --git a/net-p2p/torrentinfo/ChangeLog b/net-p2p/torrentinfo/ChangeLog
index d3aad9e7b653..76ea426b10c1 100644
--- a/net-p2p/torrentinfo/ChangeLog
+++ b/net-p2p/torrentinfo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/torrentinfo
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.17 2015/04/08 18:17:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.18 2015/04/29 20:06:29 mrueg Exp $
+
+ 29 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -torrentinfo-1.0.2.ebuild,
+ -torrentinfo-1.8.4.ebuild:
+ Remove old.
08 Apr 2015; Michał Górny <mgorny@gentoo.org> torrentinfo-1.8.4.ebuild,
torrentinfo-1.8.6.ebuild:
diff --git a/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild b/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild
deleted file mode 100644
index c98e8b5771c9..000000000000
--- a/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild,v 1.6 2010/10/10 19:07:07 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
-
-inherit distutils
-
-DESCRIPTION="A torrent file parser"
-HOMEPAGE="http://vrai.net/project.php?project=torrentinfo"
-SRC_URI="http://vrai.net/files/software_projects/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild
deleted file mode 100644
index 0c6233cf5b58..000000000000
--- a/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild,v 1.3 2015/04/08 18:17:51 mgorny Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A torrent file parser"
-HOMEPAGE="https://github.com/ShanaTsunTsunLove/torrentinfo"
-SRC_URI="https://github.com/ShanaTsunTsunLove/torrentinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-python_test() {
- nosetests -v test/tests.py || die "Tests fail with ${EPYTHON}"
-}