summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-15 21:57:01 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-15 21:57:01 +0000
commit19dbab40751fba42a86e2f332afd42c55040fd1e (patch)
treec85757e61c73fa587d4c4ba8773335e42dc27f3f /dev-python/ets
parentarm/x86 stable, bug #328261 (diff)
downloadhistorical-19dbab40751fba42a86e2f332afd42c55040fd1e.tar.gz
historical-19dbab40751fba42a86e2f332afd42c55040fd1e.tar.bz2
historical-19dbab40751fba42a86e2f332afd42c55040fd1e.zip
Update dependency on dev-python/traitsgui.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'dev-python/ets')
-rw-r--r--dev-python/ets/Manifest12
-rw-r--r--dev-python/ets/ets-3.4.1.ebuild13
2 files changed, 8 insertions, 17 deletions
diff --git a/dev-python/ets/Manifest b/dev-python/ets/Manifest
index af89aa6778dd..0b86b11df609 100644
--- a/dev-python/ets/Manifest
+++ b/dev-python/ets/Manifest
@@ -1,15 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
EBUILD ets-3.3.0.ebuild 1000 RMD160 bd2f94ced13354af1fd72816349b220572c301b9 SHA1 4bf661938cf47423e9fcdb7aa1c0f89431ecdf80 SHA256 030dfed71762236b08a5b2f5047c7cdf3050e899b2e539613ba440f6b4d878bd
EBUILD ets-3.4.0.ebuild 1000 RMD160 0ce93615d26de4dc7d28d46a46b2ecfc06893edb SHA1 528a6d18202f987fa4d35b637c641471b7d2b5b4 SHA256 ac19a23e484ce7aa3042416fc45b0dc62a819005add3f3962782804c541f07f0
-EBUILD ets-3.4.1.ebuild 1000 RMD160 bc757844590b6f6ae0638be0f44f20b3b53f526f SHA1 e137553ecdd705d64c152d86b44bd78eb85752e2 SHA256 93367bf5114b57c247fd662bf024ef0e41bfa8170e5b5b078202674ae6eebe80
+EBUILD ets-3.4.1.ebuild 1043 RMD160 83b948cb7821dbb508c5c50466d05e95fd48589f SHA1 6fbb054c97f092f427dcd028dbf126eb1c67aaed SHA256 35a0db1d1bd48df34e494d0646cf553150da0630261da3eddd57ff123b32b54b
MISC ChangeLog 1023 RMD160 26f15231f28488fdcddf8d978e214bdf79fae171 SHA1 ee8e80a6c9f666698b5ac8d0a9d05d602562f8f3 SHA256 b07e3e3f8902bd5f6efa9865b3820385b2d2d86e32a5d4963ffe2a77cd622a94
MISC metadata.xml 729 RMD160 81fc6a2b76fad99a54b4eb3ac6940e107ca1e791 SHA1 e047ef92e24b7d7a23c64291ab69233e891ec865 SHA256 f32e6ac09207498ae319e917e8adde222212a0fcdc773a229fd7bc42f82a73ec
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.15 (GNU/Linux)
-
-iEYEARECAAYFAkw/MK0ACgkQ1ycZbhPLE2CqbACfUXZXoCNrxLg57w9SBUKcwPxv
-8m8AoJMha1y7NrkysZnhhOtl1CnDWuXa
-=ewGS
------END PGP SIGNATURE-----
diff --git a/dev-python/ets/ets-3.4.1.ebuild b/dev-python/ets/ets-3.4.1.ebuild
index f966fe577af8..270e77900783 100644
--- a/dev-python/ets/ets-3.4.1.ebuild
+++ b/dev-python/ets/ets-3.4.1.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ets/ets-3.4.1.ebuild,v 1.1 2010/07/15 16:00:37 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ets/ets-3.4.1.ebuild,v 1.2 2010/07/15 21:57:01 arfrever Exp $
-EAPI="2"
+EAPI="3"
DESCRIPTION="Meta package for the Enthought Tool Suite"
-HOMEPAGE="http://code.enthought.com/projects/"
+HOMEPAGE="http://code.enthought.com/projects/ http://pypi.python.org/pypi/ETS"
+SRC_URI=""
-IUSE="doc examples"
+LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-LICENSE="BSD"
+IUSE="doc examples"
RDEPEND="
>=dev-python/apptools-3.3.2[doc?,examples?]
@@ -26,4 +27,4 @@ RDEPEND="
>=sci-visualization/mayavi-3.3.2:2[doc?]
>=dev-python/scimath-3.0.5
>=dev-python/traits-3.4.0[doc?,examples?]
- >=dev-python/traitsgui-3.3.0[doc?,examples?]"
+ >=dev-python/traitsgui-3.4.0[doc?,examples?]"