diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-12-05 11:29:05 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-12-05 11:29:05 +0000 |
commit | 557c1b96c088f5fb57563957d2e93404c1761b16 (patch) | |
tree | 7a11825c781aff4c603cd692523c043a3c9d9ca4 /dev-python/stsci-sphinxext | |
parent | clean impl py3.2 (diff) | |
download | gentoo-2-557c1b96c088f5fb57563957d2e93404c1761b16.tar.gz gentoo-2-557c1b96c088f5fb57563957d2e93404c1761b16.tar.bz2 gentoo-2-557c1b96c088f5fb57563957d2e93404c1761b16.zip |
clean impl py3.2
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/stsci-sphinxext')
-rw-r--r-- | dev-python/stsci-sphinxext/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/stsci-sphinxext/ChangeLog b/dev-python/stsci-sphinxext/ChangeLog index 99e29e7c26cc..19e2ad74548c 100644 --- a/dev-python/stsci-sphinxext/ChangeLog +++ b/dev-python/stsci-sphinxext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/stsci-sphinxext # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-sphinxext/ChangeLog,v 1.2 2014/06/30 01:44:25 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-sphinxext/ChangeLog,v 1.3 2014/12/05 11:29:05 idella4 Exp $ + + 05 Dec 2014; Ian Delaney <idella4@gentoo.org> stsci-sphinxext-1.2.1.ebuild: + clean impl py3.2 30 Jun 2014; Ian Delaney <idella4@gentoo.org> stsci-sphinxext-1.2.1.ebuild: drop py2.6, update and add missing deps, based on patch by fau from Bug diff --git a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild b/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild index 2c124717c823..026384529c87 100644 --- a/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild +++ b/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild,v 1.2 2014/06/30 01:44:25 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild,v 1.3 2014/12/05 11:29:05 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) MY_PN=${PN/-/.} MY_P=${MY_PN}-${PV} |