diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:54:59 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:54:59 +0000 |
commit | 9ed2a3c18dd9b7c3b812a395aac20690093a9ac6 (patch) | |
tree | a20e8150608012284b7767fafb2b716e4047649d /net-p2p | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-9ed2a3c18dd9b7c3b812a395aac20690093a9ac6.tar.gz gentoo-2-9ed2a3c18dd9b7c3b812a395aac20690093a9ac6.tar.bz2 gentoo-2-9ed2a3c18dd9b7c3b812a395aac20690093a9ac6.zip |
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/torrentinfo/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/net-p2p/torrentinfo/ChangeLog b/net-p2p/torrentinfo/ChangeLog index c683fe7f7b01..ceeca2184d58 100644 --- a/net-p2p/torrentinfo/ChangeLog +++ b/net-p2p/torrentinfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/torrentinfo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.14 2013/10/16 18:29:20 maksbotan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.15 2014/07/06 12:54:59 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> torrentinfo-1.8.4.ebuild, + torrentinfo-1.8.6.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). 16 Oct 2013; Maxim Koltsov <maksbotan@gentoo.org> torrentinfo-1.8.6.ebuild: Fix homepage, bug #487762. Thanks to Nikoli. diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild index cab07519b63b..73cf6796bcbf 100644 --- a/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild +++ b/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.1 2013/04/23 20:12:29 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild,v 1.2 2014/07/06 12:54:59 mgorny Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2} ) @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]" +RDEPEND="" DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] ) " diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild index 8e553584f9b3..cbaf22a908af 100644 --- a/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild +++ b/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.5 2013/10/16 18:29:20 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.6 2014/07/06 12:54:59 mgorny Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="test" -RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]" +RDEPEND="" DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] ) " |