diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-06 21:11:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-06 21:11:35 +0000 |
commit | ae363c96731c1a81d439869524b4bc77053549ce (patch) | |
tree | 4c564884d30458d7c612dadfe96ef274bcfacb49 /dev-python | |
parent | Add idn USE flag for bug #464884. (diff) | |
download | gentoo-2-ae363c96731c1a81d439869524b4bc77053549ce.tar.gz gentoo-2-ae363c96731c1a81d439869524b4bc77053549ce.tar.bz2 gentoo-2-ae363c96731c1a81d439869524b4bc77053549ce.zip |
Stable for amd64, wrt bug #462616
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pip/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pip/pip-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/pip/ChangeLog b/dev-python/pip/ChangeLog index b4c6cccf0d6f..7977545180aa 100644 --- a/dev-python/pip/ChangeLog +++ b/dev-python/pip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pip # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.15 2013/03/09 20:41:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.16 2013/04/06 21:11:35 ago Exp $ + + 06 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pip-1.3.1.ebuild: + Stable for amd64, wrt bug #462616 *pip-1.3.1 (09 Mar 2013) @@ -62,4 +65,3 @@ +files/pip-1.0.1-unversioned.patch, +metadata.xml: Initial import from sunrise (bug #317791). Thanks to Michail Denev for the initial ebuild work. - diff --git a/dev-python/pip/pip-1.3.1.ebuild b/dev-python/pip/pip-1.3.1.ebuild index c31871d7721f..0de1eae93194 100644 --- a/dev-python/pip/pip-1.3.1.ebuild +++ b/dev-python/pip/pip-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.3.1.ebuild,v 1.1 2013/03/09 20:41:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.3.1.ebuild,v 1.2 2013/04/06 21:11:35 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -12,7 +12,7 @@ HOMEPAGE="http://www.pip-installer.org/ http://pypi.python.org/pypi/pip/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="zsh-completion" |