mgorny 14/07/06 12:47:51 Modified: python-glanceclient-0.12.0.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.3 dev-python/python-glanceclient/python-glanceclient-0.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.12.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.12.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.12.0.ebuild?r1=1.2&r2=1.3 Index: python-glanceclient-0.12.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.12.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-glanceclient-0.12.0.ebuild 19 Mar 2014 23:06:34 -0000 1.2 +++ python-glanceclient-0.12.0.ebuild 6 Jul 2014 12:47:51 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.12.0.ebuild,v 1.2 2014/03/19 23:06:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.12.0.ebuild,v 1.3 2014/07/06 12:47:51 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -33,8 +33,7 @@ ) doc? ( >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] ) " -RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}] - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] <dev-python/pbr-1.0[${PYTHON_USEDEP}] >=dev-python/python-keystoneclient-0.3.0[${PYTHON_USEDEP}] <dev-python/python-keystoneclient-1[${PYTHON_USEDEP}] 1.11 dev-python/python-glanceclient/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 27 Apr 2014 05:37:19 -0000 1.10 +++ ChangeLog 6 Jul 2014 12:47:51 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-glanceclient # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 1.10 2014/04/27 05:37:19 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 1.11 2014/07/06 12:47:51 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgo...@gentoo.org> + python-glanceclient-0.12.0.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). 27 Apr 2014; Matthew Thode <prometheanf...@gentoo.org> -python-glanceclient-0.10.0-r1.ebuild: