floppym 14/11/05 00:18:10 Modified: httplib2-0.8.ebuild httplib2-0.7.6.ebuild ChangeLog Removed: httplib2-0.6.0.ebuild httplib2-0.7.7.ebuild Log: Depend on setuptools. Remove old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.5 dev-python/httplib2/httplib2-0.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?r1=1.4&r2=1.5 Index: httplib2-0.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- httplib2-0.8.ebuild 24 May 2014 09:53:40 -0000 1.4 +++ httplib2-0.8.ebuild 5 Nov 2014 00:18:10 -0000 1.5 @@ -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/httplib2/httplib2-0.8.ebuild,v 1.4 2014/05/24 09:53:40 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v 1.5 2014/11/05 00:18:10 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -16,6 +16,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x64-macos ~x86-linux" IUSE="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + # tests connect to random remote sites RESTRICT="test" 1.9 dev-python/httplib2/httplib2-0.7.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.7.6.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.7.6.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.7.6.ebuild?r1=1.8&r2=1.9 Index: httplib2-0.7.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.6.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- httplib2-0.7.6.ebuild 30 Dec 2012 20:25:48 -0000 1.8 +++ httplib2-0.7.6.ebuild 5 Nov 2014 00:18:10 -0000 1.9 @@ -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/dev-python/httplib2/httplib2-0.7.6.ebuild,v 1.8 2012/12/30 20:25:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.6.ebuild,v 1.9 2014/11/05 00:18:10 floppym Exp $ EAPI="4" PYTHON_DEPEND="2 3:3.2" @@ -20,6 +20,8 @@ KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" +DEPEND="dev-python/setuptools" + src_test() { testing() { pushd "python$(python_get_version --major)" > /dev/null 1.44 dev-python/httplib2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 24 May 2014 09:53:40 -0000 1.43 +++ ChangeLog 5 Nov 2014 00:18:10 -0000 1.44 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/httplib2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.43 2014/05/24 09:53:40 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.44 2014/11/05 00:18:10 floppym Exp $ + + 05 Nov 2014; Mike Gilbert <[email protected]> -httplib2-0.6.0.ebuild, + -httplib2-0.7.7.ebuild, httplib2-0.7.6.ebuild, httplib2-0.8.ebuild: + Depend on setuptools. Remove old. 24 May 2014; Ian Delaney <[email protected]> httplib2-0.8.ebuild: add pypy support
