aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-05-09 14:00:54 +0200
committerJustin Lecher <jlec@gentoo.org>2011-05-09 14:00:54 +0200
commit71ffadba4a558b4473dcfe0e2afd9a215b70b494 (patch)
tree652f413d3bd116ba57e62b3f5c495b2f05ccbe7f /dev-python/cvxopt
parentManifest fix (diff)
downloadsci-71ffadba4a558b4473dcfe0e2afd9a215b70b494.tar.gz
sci-71ffadba4a558b4473dcfe0e2afd9a215b70b494.tar.bz2
sci-71ffadba4a558b4473dcfe0e2afd9a215b70b494.zip
manifest fix
(Portage version: 2.2.0_alpha32/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'dev-python/cvxopt')
-rw-r--r--dev-python/cvxopt/ChangeLog5
-rw-r--r--dev-python/cvxopt/Manifest14
-rw-r--r--dev-python/cvxopt/cvxopt-1.1.3.ebuild10
3 files changed, 23 insertions, 6 deletions
diff --git a/dev-python/cvxopt/ChangeLog b/dev-python/cvxopt/ChangeLog
index 496244db0..21370e049 100644
--- a/dev-python/cvxopt/ChangeLog
+++ b/dev-python/cvxopt/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for dev-python/cvxopt
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 May 2011; Justin Lecher <jlec@gentoo.org> cvxopt-1.1.3.ebuild:
+ Smaller reorganization of the ebuild
+
29 Dec 2010; François Bissey <f.r.bissey@massey.ac.nz> cvxopt-1.1.3.ebuild:
Add a changelog :), synchronize with the version in sage-on-gentoo overlay
and discussions on bug #230457
diff --git a/dev-python/cvxopt/Manifest b/dev-python/cvxopt/Manifest
index 166d1429e..a931b4c5b 100644
--- a/dev-python/cvxopt/Manifest
+++ b/dev-python/cvxopt/Manifest
@@ -1,4 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
DIST cvxopt-1.1.3.tar.gz 2927536 RMD160 cd0fdf51db957b388803b305f43ff323415b2252 SHA1 fe048bd21bb33eb99adb2759eda6f06d7520aa31 SHA256 c9563f04a31516e7b042d9e25344ae24bf6bc3e905c53ed077f9974c0efd9a7a
-EBUILD cvxopt-1.1.3.ebuild 983 RMD160 d7fd79659275a0b6c71bce0fdf7081f653fca59c SHA1 35719ebc394870dd50010f3ab5cead83c954fdd8 SHA256 f324cd798a9485859b55f4d14b4acdd99410ba19edbe231dc293df2c5a0e786f
-MISC ChangeLog 308 RMD160 1951c1f349e9d42c024b189869af44faf770507c SHA1 19b9ed53f49675884cb8061b829edb2e14772aec SHA256 fd408d817e5f61e756618e5e277f88db8f1152126f07573bb4b983cc0a37c600
+EBUILD cvxopt-1.1.3.ebuild 988 RMD160 e9df1b914aafaecd26b2adc31a44809d9332a263 SHA1 46e8ee5f96758f617ddb49554a2d571dcd548751 SHA256 e4bf5ddae25eb74d6c52b12d94544ee88af8e69daab3aec59adba25d4dc3d4b6
+MISC ChangeLog 416 RMD160 346711378b73c764ead2af3e1fad3bc34082138f SHA1 ee21b8f97824ece336d3a68e9d9bbe7fee9d00a1 SHA256 ec73bd52a0eebeeacf03e198d80da24245ea08a934e64c837afee98cfa63acd3
MISC metadata.xml 700 RMD160 0f7133c6997bcc9f6628892cd14df58396b2e964 SHA1 eaff2b19a0158437ebfa252de4b0dddc9cbe38ca SHA256 964ca6fb3e432ca9769b37fd063ce2268749334db92bde64fb4ea373790a6a50
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEARECAAYFAk3H13YACgkQgAnW8HDreRZXegCeNfdmESZDT6m88P/q+v3wN3QJ
+nLcAmgJy+l70/ylpiw+4EbSsxAkfRevr
+=k38k
+-----END PGP SIGNATURE-----
diff --git a/dev-python/cvxopt/cvxopt-1.1.3.ebuild b/dev-python/cvxopt/cvxopt-1.1.3.ebuild
index 6315f73ef..93571221b 100644
--- a/dev-python/cvxopt/cvxopt-1.1.3.ebuild
+++ b/dev-python/cvxopt/cvxopt-1.1.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
+
PYTHON_DEPEND=2:2.5
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="2.4 3.*"
@@ -21,12 +22,15 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="fftw glpk gsl"
-DEPEND="virtual/blas
- virtual/lapack
+DEPEND="
+ virtual/blas
virtual/cblas
+ virtual/lapack
+
fftw? ( sci-libs/fftw )
glpk? ( sci-mathematics/glpk )
gsl? ( sci-libs/gsl )"
+
RDEPEND="${DEPEND}"
S=${WORKDIR}/${P}/src