idella4 14/12/02 23:17:03 Modified: httplib2-0.8.ebuild ChangeLog Log: clean old impl (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.6 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.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?r1=1.5&r2=1.6 Index: httplib2-0.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- httplib2-0.8.ebuild 5 Nov 2014 00:18:10 -0000 1.5 +++ httplib2-0.8.ebuild 2 Dec 2014 23:17:03 -0000 1.6 @@ -1,9 +1,9 @@ # 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.5 2014/11/05 00:18:10 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v 1.6 2014/12/02 23:17:03 idella4 Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 @@ -22,7 +22,7 @@ RESTRICT="test" python_test() { - if [[ ${EPYTHON} == python2.* ]] ; then + if [[ ${EPYTHON} == python2.7 ]] ; then cd python2 else cd python3 1.45 dev-python/httplib2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 5 Nov 2014 00:18:10 -0000 1.44 +++ ChangeLog 2 Dec 2014 23:17:03 -0000 1.45 @@ -1,6 +1,9 @@ # 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.44 2014/11/05 00:18:10 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.45 2014/12/02 23:17:03 idella4 Exp $ + + 02 Dec 2014; Ian Delaney <[email protected]> httplib2-0.8.ebuild: + clean old impl 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:
