summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-13 21:01:50 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-13 21:01:50 +0000
commit9c8f45ad699c616b0c65c23080250480c86a219b (patch)
tree8a820d5a8eeb7ce66bc23afa54cf6c6ff5280717 /dev-python/pyclimate
parentgnome-keyring does not depend on the gtk USE flag. (diff)
downloadgentoo-2-9c8f45ad699c616b0c65c23080250480c86a219b.tar.gz
gentoo-2-9c8f45ad699c616b0c65c23080250480c86a219b.tar.bz2
gentoo-2-9c8f45ad699c616b0c65c23080250480c86a219b.zip
Update EAPI.
(Portage version: 2.2_rc81_p9/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyclimate')
-rw-r--r--dev-python/pyclimate/ChangeLog6
-rw-r--r--dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild9
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-python/pyclimate/ChangeLog b/dev-python/pyclimate/ChangeLog
index f215162c4779..a9128c1dd29e 100644
--- a/dev-python/pyclimate/ChangeLog
+++ b/dev-python/pyclimate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyclimate
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.17 2010/04/15 19:28:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.18 2010/09/13 21:01:50 arfrever Exp $
+
+ 13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pyclimate-1.2.2-r1.ebuild:
+ Update EAPI.
*pyclimate-1.2.2-r1 (15 Apr 2010)
diff --git a/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild b/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
index 1b2714876226..7d87093b5d42 100644
--- a/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
+++ b/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
@@ -1,20 +1,22 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.2 2010/04/15 19:49:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.3 2010/09/13 21:01:50 arfrever Exp $
+EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit eutils distutils
MY_P="${P/pyclimate/PyClimate}"
DESCRIPTION="Climate Data Analysis Module for Python"
-SRC_URI="http://fisica.ehu.es/jsaenz/pyclimate_files/${MY_P}.tar.gz"
HOMEPAGE="http://www.pyclimate.org/"
+SRC_URI="http://fisica.ehu.es/jsaenz/pyclimate_files/${MY_P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="examples"
@@ -23,7 +25,6 @@ RDEPEND="
dev-python/numpy
>=dev-python/scientificpython-2.8
>=sci-libs/netcdf-3.0"
-RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"