diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-12-02 23:17:03 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-12-02 23:17:03 +0000 |
commit | 450cb28186f471edfe8cac627affd31535535995 (patch) | |
tree | 457d2043f303e151928baa9c3f9e39f8b7037397 | |
parent | Automated update. (diff) | |
download | gentoo-2-450cb28186f471edfe8cac627affd31535535995.tar.gz gentoo-2-450cb28186f471edfe8cac627affd31535535995.tar.bz2 gentoo-2-450cb28186f471edfe8cac627affd31535535995.zip |
clean old impl
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r-- | dev-python/httplib2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/httplib2/httplib2-0.8.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/httplib2/ChangeLog b/dev-python/httplib2/ChangeLog index 41808a0194df..267f432ad5d4 100644 --- a/dev-python/httplib2/ChangeLog +++ b/dev-python/httplib2/ChangeLog @@ -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 <idella4@gentoo.org> httplib2-0.8.ebuild: + clean old impl 05 Nov 2014; Mike Gilbert <floppym@gentoo.org> -httplib2-0.6.0.ebuild, -httplib2-0.7.7.ebuild, httplib2-0.7.6.ebuild, httplib2-0.8.ebuild: diff --git a/dev-python/httplib2/httplib2-0.8.ebuild b/dev-python/httplib2/httplib2-0.8.ebuild index 1a7b9dc97917..107a263d18b4 100644 --- a/dev-python/httplib2/httplib2-0.8.ebuild +++ b/dev-python/httplib2/httplib2-0.8.ebuild @@ -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 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RESTRICT="test" python_test() { - if [[ ${EPYTHON} == python2.* ]] ; then + if [[ ${EPYTHON} == python2.7 ]] ; then cd python2 else cd python3 |