summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-06-09 21:32:16 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-06-09 21:32:16 +0000
commitbbdc03bfd89df91634adf3b843f768154a375002 (patch)
tree3460b36181500336d39005012589621b9bb59cf4 /sci-libs
parentUpdate test tarball to version 171, bug #370849. (diff)
downloadgentoo-2-bbdc03bfd89df91634adf3b843f768154a375002.tar.gz
gentoo-2-bbdc03bfd89df91634adf3b843f768154a375002.tar.bz2
gentoo-2-bbdc03bfd89df91634adf3b843f768154a375002.zip
Version bump
(Portage version: 2.1.10/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/nlopt/ChangeLog10
-rw-r--r--sci-libs/nlopt/nlopt-1.2.ebuild38
-rw-r--r--sci-libs/nlopt/nlopt-2.2.3.ebuild (renamed from sci-libs/nlopt/nlopt-2.2.ebuild)4
3 files changed, 10 insertions, 42 deletions
diff --git a/sci-libs/nlopt/ChangeLog b/sci-libs/nlopt/ChangeLog
index 03f61728b2fc..b3a2c172e470 100644
--- a/sci-libs/nlopt/ChangeLog
+++ b/sci-libs/nlopt/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/nlopt
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.7 2010/12/02 10:34:58 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.8 2011/06/09 21:32:16 bicatali Exp $
+
+*nlopt-2.2.3 (09 Jun 2011)
+
+ 09 Jun 2011; Sébastien Fabbro <bicatali@gentoo.org> -nlopt-1.2.ebuild,
+ -nlopt-2.2.ebuild, +nlopt-2.2.3.ebuild:
+ Version bump
02 Dec 2010; Justin Lecher <jlec@gentoo.org> nlopt-2.2.ebuild,
nlopt-2.2.1.ebuild:
diff --git a/sci-libs/nlopt/nlopt-1.2.ebuild b/sci-libs/nlopt/nlopt-1.2.ebuild
deleted file mode 100644
index 7c5638148643..000000000000
--- a/sci-libs/nlopt/nlopt-1.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-1.2.ebuild,v 1.2 2009/11/24 13:52:00 markusle Exp $
-
-EAPI=2
-inherit eutils
-
-DESCRIPTION="Non-linear optimization library"
-SRC_URI="http://ab-initio.mit.edu/nlopt/${P}.tar.gz"
-HOMEPAGE="http://ab-initio.mit.edu/nlopt/"
-
-LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~amd64 ~x86"
-
-SLOT="0"
-IUSE="octave cxx"
-
-DEPEND="octave? ( sci-mathematics/octave )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- if use octave; then
- export OCT_INSTALL_DIR=/usr/libexec/octave/site/oct/${CHOST}
- export M_INSTALL_DIR=/usr/share/octave/site/m
- else
- export MKOCTFILE=None
- fi
- econf \
- --enable-shared \
- $(use_with cxx) \
- $(use_with octave)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README
- for r in */README; do newdoc ${r} README.$(dirname ${r}); done
-}
diff --git a/sci-libs/nlopt/nlopt-2.2.ebuild b/sci-libs/nlopt/nlopt-2.2.3.ebuild
index c6797014ad2d..bc9c426eb6f5 100644
--- a/sci-libs/nlopt/nlopt-2.2.ebuild
+++ b/sci-libs/nlopt/nlopt-2.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.ebuild,v 1.4 2010/12/02 10:34:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.3.ebuild,v 1.1 2011/06/09 21:32:16 bicatali Exp $
EAPI=3