summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-06 12:57:08 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-06 12:57:08 +0000
commit4cf1d58b9fdd7bbd941c2163f3122a031efbb119 (patch)
tree40e182821f7181854fba1f3115872ea939ee41e1 /www-misc
parentClean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff)
downloadgentoo-2-4cf1d58b9fdd7bbd941c2163f3122a031efbb119.tar.gz
gentoo-2-4cf1d58b9fdd7bbd941c2163f3122a031efbb119.tar.bz2
gentoo-2-4cf1d58b9fdd7bbd941c2163f3122a031efbb119.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 'www-misc')
-rw-r--r--www-misc/reflector/ChangeLog8
-rw-r--r--www-misc/reflector/reflector-2011.05.13.1.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/www-misc/reflector/ChangeLog b/www-misc/reflector/ChangeLog
index 6aab967527d9..d0bb1d67195c 100644
--- a/www-misc/reflector/ChangeLog
+++ b/www-misc/reflector/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-misc/reflector
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/ChangeLog,v 1.3 2012/10/29 16:39:49 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/ChangeLog,v 1.4 2014/07/06 12:57:08 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> reflector-2011.05.13.1.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
29 Oct 2012; Michał Górny <mgorny@gentoo.org> reflector-2011.05.13.1.ebuild:
Use virtual for argparse.
diff --git a/www-misc/reflector/reflector-2011.05.13.1.ebuild b/www-misc/reflector/reflector-2011.05.13.1.ebuild
index 0642d55ac19f..b7cc32e0bc4a 100644
--- a/www-misc/reflector/reflector-2011.05.13.1.ebuild
+++ b/www-misc/reflector/reflector-2011.05.13.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild,v 1.3 2012/10/29 16:39:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild,v 1.4 2014/07/06 12:57:08 mgorny Exp $
EAPI=3
@@ -20,8 +20,6 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-RDEPEND="virtual/python-argparse"
-
S=${WORKDIR}/${PN}
PYTHON_MODNAME="Reflector.py"