public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/cvxopt/
@ 2011-05-09 12:01 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2011-05-09 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     71ffadba4a558b4473dcfe0e2afd9a215b70b494
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 12:00:54 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon May  9 12:00:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=71ffadba

manifest fix

(Portage version: 2.2.0_alpha32/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 dev-python/cvxopt/ChangeLog           |    5 ++++-
 dev-python/cvxopt/cvxopt-1.1.3.ebuild |   10 +++++++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/dev-python/cvxopt/ChangeLog b/dev-python/cvxopt/ChangeLog
index 496244d..21370e0 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/cvxopt-1.1.3.ebuild b/dev-python/cvxopt/cvxopt-1.1.3.ebuild
index 6315f73..9357122 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/cvxopt/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     fc74a22b606b887671de3a82c4c0245b02b18771
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 12:12:31 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 12:12:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fc74a22b

Sort inherit and/or USE

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 dev-python/cvxopt/ChangeLog           |    3 +++
 dev-python/cvxopt/cvxopt-1.1.3.ebuild |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/dev-python/cvxopt/ChangeLog b/dev-python/cvxopt/ChangeLog
index b7d5321..2d4bb92 100644
--- a/dev-python/cvxopt/ChangeLog
+++ b/dev-python/cvxopt/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> cvxopt-1.1.3.ebuild:
+  Sort inherit and/or USE
+
   20 Jun 2011; François Bissey <francois.bissey@canterbury.ac.nz>
   cvxopt-1.1.3.ebuild, +files/cvxopt-1.1.3-blas.patch, metadata.xml:
   Add useflag description in metadata

diff --git a/dev-python/cvxopt/cvxopt-1.1.3.ebuild b/dev-python/cvxopt/cvxopt-1.1.3.ebuild
index cfdfbba..3539f07 100644
--- a/dev-python/cvxopt/cvxopt-1.1.3.ebuild
+++ b/dev-python/cvxopt/cvxopt-1.1.3.ebuild
@@ -8,7 +8,7 @@ SUPPORT_PYTHON_ABIS=1
 RESTRICT_PYTHON_ABIS="2.4 3.*"
 DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES=1
 
-inherit eutils distutils python
+inherit distutils eutils python
 
 DESCRIPTION="A Python Package for Convex Optimization"
 HOMEPAGE="http://abel.ee.ucla.edu/cvxopt"



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-24 17:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-09 12:01 [gentoo-commits] proj/sci:master commit in: dev-python/cvxopt/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2011-06-24 17:09 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox