diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-29 14:57:02 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-29 14:57:02 +0000 |
commit | 772521cfa40ed997dd524c71e1efff60fceec96a (patch) | |
tree | 21e7f50751a2ee7430a2cce4c5bc72bea60e6600 /sci-libs | |
parent | Version bump from NX overlay, update to qt4-r2, drop 2.x versions (diff) | |
download | gentoo-2-772521cfa40ed997dd524c71e1efff60fceec96a.tar.gz gentoo-2-772521cfa40ed997dd524c71e1efff60fceec96a.tar.bz2 gentoo-2-772521cfa40ed997dd524c71e1efff60fceec96a.zip |
Corrected usage of PYTHON_MODNAME, restrict to <python-3, thanks Arfrever for watching my python stuff
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/pycifrw/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/pycifrw/pycifrw-3.3-r1.ebuild (renamed from sci-libs/pycifrw/pycifrw-3.3.ebuild) | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sci-libs/pycifrw/ChangeLog b/sci-libs/pycifrw/ChangeLog index 09288674804f..06a7e7eb0314 100644 --- a/sci-libs/pycifrw/ChangeLog +++ b/sci-libs/pycifrw/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/pycifrw # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/ChangeLog,v 1.1 2010/04/28 20:14:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/ChangeLog,v 1.2 2010/04/29 14:57:02 jlec Exp $ + +*pycifrw-3.3-r1 (29 Apr 2010) + + 29 Apr 2010; Justin Lecher <jlec@gentoo.org> -pycifrw-3.3.ebuild, + +pycifrw-3.3-r1.ebuild: + Corrected usage of PYTHON_MODNAME, restrict to <python-3 *pycifrw-3.3 (28 Apr 2010) diff --git a/sci-libs/pycifrw/pycifrw-3.3.ebuild b/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild index ec41e937b935..9c65d8634068 100644 --- a/sci-libs/pycifrw/pycifrw-3.3.ebuild +++ b/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/pycifrw-3.3.ebuild,v 1.1 2010/04/28 20:14:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild,v 1.1 2010/04/29 14:57:02 jlec Exp $ SUPPORT_PYTHON_ABIS="1" -PYTHON_MODNAME="" inherit distutils +PYTHON_MODNAME="CifFile.py StarFile.py yapps3_compiled_rt.py YappsStarParser_1_0.py YappsStarParser_1_1.py YappsStarParser_DDLm.py" MY_PN="PyCifRW" MY_P="${MY_PN}-${PV}" @@ -19,4 +19,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT_PYTHON_ABIS="3.*" + S="${WORKDIR}/${MY_P}" |