summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-10 18:29:29 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-10 18:29:29 +0000
commite7e72c82a7ff151677f949c15311659a29960c91 (patch)
tree4faae6256fff3ceaeb8c2aa4b8e23e057aa979ac /sci-libs/pycifrw
parentalpha/arm/ia64/m68k/s390/sh stable wrt #338113 (diff)
downloadgentoo-2-e7e72c82a7ff151677f949c15311659a29960c91.tar.gz
gentoo-2-e7e72c82a7ff151677f949c15311659a29960c91.tar.bz2
gentoo-2-e7e72c82a7ff151677f949c15311659a29960c91.zip
Update EAPI. Fix dependencies.
(Portage version: 2.2_rc91_p7/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/pycifrw')
-rw-r--r--sci-libs/pycifrw/ChangeLog6
-rw-r--r--sci-libs/pycifrw/pycifrw-3.3-r1.ebuild10
2 files changed, 11 insertions, 5 deletions
diff --git a/sci-libs/pycifrw/ChangeLog b/sci-libs/pycifrw/ChangeLog
index 06a7e7eb0314..e2f5d46d3ce7 100644
--- a/sci-libs/pycifrw/ChangeLog
+++ b/sci-libs/pycifrw/ChangeLog
@@ -1,6 +1,10 @@
# 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.2 2010/04/29 14:57:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/ChangeLog,v 1.3 2010/10/10 18:29:29 arfrever Exp $
+
+ 10 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pycifrw-3.3-r1.ebuild:
+ Update EAPI. Fix dependencies.
*pycifrw-3.3-r1 (29 Apr 2010)
diff --git a/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild b/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild
index 9c65d8634068..a8230d6ab8d6 100644
--- a/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild
+++ b/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild
@@ -1,12 +1,14 @@
# 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-r1.ebuild,v 1.1 2010/04/29 14:57:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pycifrw/pycifrw-3.3-r1.ebuild,v 1.2 2010/10/10 18:29:29 arfrever Exp $
+EAPI="3"
+PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
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,6 +21,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RESTRICT_PYTHON_ABIS="3.*"
-
S="${WORKDIR}/${MY_P}"
+
+PYTHON_MODNAME="CifFile.py StarFile.py yapps3_compiled_rt.py YappsStarParser_1_0.py YappsStarParser_1_1.py YappsStarParser_DDLm.py"