public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/nlopt: ChangeLog nlopt-2.2.4.ebuild
@ 2012-01-20 16:56 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-01-20 16:56 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/01/20 16:56:52

  Modified:             ChangeLog nlopt-2.2.4.ebuild
  Log:
  Switched to autotools-utils
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sci-libs/nlopt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	28 Jul 2011 23:51:13 -0000	1.9
+++ ChangeLog	20 Jan 2012 16:56:52 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/nlopt
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.9 2011/07/28 23:51:13 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.10 2012/01/20 16:56:52 bicatali Exp $
+
+  20 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> nlopt-2.2.4.ebuild:
+  Switched to autotools-utils
 
 *nlopt-2.2.4 (28 Jul 2011)
 



1.2                  sci-libs/nlopt/nlopt-2.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?r1=1.1&r2=1.2

Index: nlopt-2.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nlopt-2.2.4.ebuild	28 Jul 2011 23:51:14 -0000	1.1
+++ nlopt-2.2.4.ebuild	20 Jan 2012 16:56:52 -0000	1.2
@@ -1,14 +1,14 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.1 2011/07/28 23:51:14 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.2 2012/01/20 16:56:52 bicatali Exp $
 
-EAPI=3
+EAPI=4
 
 SUPPORT_PYTHON_ABIS="1"
 PYTHON_DEPEND="python? *"
 RESTRICT_PYTHON_ABIS="3.*"
 
-inherit eutils python
+inherit python autotools-utils
 
 DESCRIPTION="Non-linear optimization library"
 HOMEPAGE="http://ab-initio.mit.edu/nlopt/"
@@ -41,21 +41,21 @@
 	else
 		export MKOCTFILE=None
 	fi
-	econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		$(use_with cxx) \
-		$(use_with guile) \
-		$(use_with octave) \
+	myeconfargs+=(
+		$(use_with cxx)
+		$(use_with guile)
+		$(use_with octave)
 		$(use_with python)
+	)
 	use python && python_copy_sources swig
+	autotools-utils_src_configure
 }
 
 src_compile() {
-	default
+	autotools-utils_src_compile
 	if use python; then
 		compilation() {
-			emake \
+			autotools-utils_src_compile \
 				PYTHON_CPPFLAGS="-I$(python_get_includedir)" \
 				PYTHON_LDFLAGS="$(python_get_library -l)" \
 				PYTHON_SITE_PKG="$(python_get_sitedir)" \
@@ -67,20 +67,17 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	autotools-utils_src_install
 	if use python; then
 		installation() {
-			emake \
-				DESTDIR="${D}" \
+			autotools-utils_src_install \
 				pyexecdir="$(python_get_sitedir)" \
-				pythondir="$(python_get_sitedir)" \
-				install
+				pythondir="$(python_get_sitedir)"
 		}
 		python_execute_function -s --source-dir swig installation
 		python_clean_installation_image
 	fi
-
-	dodoc AUTHORS ChangeLog NEWS README || die
+	local r
 	for r in */README; do newdoc ${r} README.$(dirname ${r}); done
 }
 






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/nlopt: ChangeLog nlopt-2.2.4.ebuild
@ 2012-02-07 13:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-07 13:53 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/07 13:53:02

  Modified:             ChangeLog nlopt-2.2.4.ebuild
  Log:
  Stable for amd64, wrt bug #386953
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sci-libs/nlopt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	20 Jan 2012 16:56:52 -0000	1.10
+++ ChangeLog	7 Feb 2012 13:53:02 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/nlopt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.10 2012/01/20 16:56:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.11 2012/02/07 13:53:02 ago Exp $
+
+  07 Feb 2012; Agostino Sarubbo <ago@gentoo.org> nlopt-2.2.4.ebuild:
+  Stable for amd64, wrt bug #386953
 
   20 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> nlopt-2.2.4.ebuild:
   Switched to autotools-utils



1.3                  sci-libs/nlopt/nlopt-2.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?r1=1.2&r2=1.3

Index: nlopt-2.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nlopt-2.2.4.ebuild	20 Jan 2012 16:56:52 -0000	1.2
+++ nlopt-2.2.4.ebuild	7 Feb 2012 13:53:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.2 2012/01/20 16:56:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.3 2012/02/07 13:53:02 ago Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 SRC_URI="${HOMEPAGE}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE="cxx guile octave python static-libs"
 






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/nlopt: ChangeLog nlopt-2.2.4.ebuild
@ 2012-02-09 17:50 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-02-09 17:50 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/02/09 17:50:14

  Modified:             ChangeLog nlopt-2.2.4.ebuild
  Log:
  Fixed directory location for swig generated pfiles, thanks Dustin Polke, bug #402513
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sci-libs/nlopt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Feb 2012 13:53:02 -0000	1.11
+++ ChangeLog	9 Feb 2012 17:50:14 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/nlopt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.11 2012/02/07 13:53:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.12 2012/02/09 17:50:14 bicatali Exp $
+
+  09 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> nlopt-2.2.4.ebuild,
+  +files/nlopt-2.2.4-fix-nlopt_hpp-location.patch:
+  Fixed directory location for swig generated pfiles, thanks Dustin Polke, bug
+  #402513
 
   07 Feb 2012; Agostino Sarubbo <ago@gentoo.org> nlopt-2.2.4.ebuild:
   Stable for amd64, wrt bug #386953



1.4                  sci-libs/nlopt/nlopt-2.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?r1=1.3&r2=1.4

Index: nlopt-2.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nlopt-2.2.4.ebuild	7 Feb 2012 13:53:02 -0000	1.3
+++ nlopt-2.2.4.ebuild	9 Feb 2012 17:50:14 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.3 2012/02/07 13:53:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.4 2012/02/09 17:50:14 bicatali Exp $
 
 EAPI=4
 
@@ -32,6 +32,8 @@
 			swig/Makefile.in || die
 		echo '#!/bin/sh' > py-compile
 	fi
+	epatch "${FILESDIR}"/${P}-fix-nlopt_hpp-location.patch
+	eautoreconf
 }
 
 src_configure() {






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/nlopt: ChangeLog nlopt-2.2.4.ebuild
@ 2012-02-24 15:09 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-24 15:09 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/24 15:09:03

  Modified:             ChangeLog nlopt-2.2.4.ebuild
  Log:
  x86 stable wrt bug #386953
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.14                 sci-libs/nlopt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 Feb 2012 10:09:50 -0000	1.13
+++ ChangeLog	24 Feb 2012 15:09:03 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/nlopt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.13 2012/02/22 10:09:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.14 2012/02/24 15:09:03 phajdan.jr Exp $
+
+  24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> nlopt-2.2.4.ebuild:
+  x86 stable wrt bug #386953
 
   22 Feb 2012; Patrick Lauer <patrick@gentoo.org> nlopt-2.2.4.ebuild:
   Restricting pypy and jython



1.6                  sci-libs/nlopt/nlopt-2.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?r1=1.5&r2=1.6

Index: nlopt-2.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nlopt-2.2.4.ebuild	22 Feb 2012 10:09:50 -0000	1.5
+++ nlopt-2.2.4.ebuild	24 Feb 2012 15:09:03 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.5 2012/02/22 10:09:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.6 2012/02/24 15:09:03 phajdan.jr Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 SRC_URI="${HOMEPAGE}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1 MIT"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 IUSE="cxx guile octave python static-libs"
 






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/nlopt: ChangeLog nlopt-2.2.4.ebuild
@ 2012-04-04  8:07 Justin Lecher (jlec)
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2012-04-04  8:07 UTC (permalink / raw
  To: gentoo-commits

jlec        12/04/04 08:07:04

  Modified:             ChangeLog nlopt-2.2.4.ebuild
  Log:
  sci-libs/nlopt: Correct handling of PYABI things, #405255
  
  (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 sci-libs/nlopt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	1 Apr 2012 05:25:43 -0000	1.15
+++ ChangeLog	4 Apr 2012 08:07:04 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/nlopt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.15 2012/04/01 05:25:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.16 2012/04/04 08:07:04 jlec Exp $
+
+  04 Apr 2012; Justin Lecher <jlec@gentoo.org> nlopt-2.2.4.ebuild:
+  Correct handling of PYABI things, #405255
 
   01 Apr 2012; Justin Lecher <jlec@gentoo.org> nlopt-2.2.4.ebuild,
   metadata.xml:



1.8                  sci-libs/nlopt/nlopt-2.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?r1=1.7&r2=1.8

Index: nlopt-2.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nlopt-2.2.4.ebuild	1 Apr 2012 05:25:43 -0000	1.7
+++ nlopt-2.2.4.ebuild	4 Apr 2012 08:07:04 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.7 2012/04/01 05:25:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.8 2012/04/04 08:07:04 jlec Exp $
 
 EAPI=4
 
@@ -25,6 +25,8 @@
 	python? ( dev-python/numpy )"
 RDEPEND="${DEPEND}"
 
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
 src_prepare() {
 	if use python; then
 		sed -i \
@@ -50,19 +52,21 @@
 		$(use_with python)
 		--without-matlab
 	)
-	use python && python_copy_sources swig
 	autotools-utils_src_configure
 }
 
 src_compile() {
 	autotools-utils_src_compile
 	if use python; then
+		python_copy_sources swig
 		compilation() {
 			autotools-utils_src_compile \
 				PYTHON_CPPFLAGS="-I$(python_get_includedir)" \
 				PYTHON_LDFLAGS="$(python_get_library -l)" \
 				PYTHON_SITE_PKG="$(python_get_sitedir)" \
 				PYTHON_VERSION="$(python_get_version)" \
+				PYTHON_INCLUDES="$(python_get_includedir)" \
+				pythondir="$(python_get_sitedir)" \
 				pyexecdir="$(python_get_sitedir)"
 		}
 		python_execute_function -s --source-dir swig compilation
@@ -73,7 +77,8 @@
 	autotools-utils_src_install
 	if use python; then
 		installation() {
-			autotools-utils_src_install \
+			rm *.la
+			emake DESTDIR=${D} install \
 				pyexecdir="$(python_get_sitedir)" \
 				pythondir="$(python_get_sitedir)"
 		}






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/nlopt: ChangeLog nlopt-2.2.4.ebuild
@ 2012-07-09 17:14 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-07-09 17:14 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/07/09 17:14:28

  Modified:             ChangeLog nlopt-2.2.4.ebuild
  Log:
  keyword amd64-linux and x86-linux
  
  (Portage version: 2.2.01.20757-prefix/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 sci-libs/nlopt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 Apr 2012 08:07:04 -0000	1.16
+++ ChangeLog	9 Jul 2012 17:14:28 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/nlopt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.16 2012/04/04 08:07:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.17 2012/07/09 17:14:28 bicatali Exp $
+
+  09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> nlopt-2.2.4.ebuild:
+  keyword amd64-linux and x86-linux
 
   04 Apr 2012; Justin Lecher <jlec@gentoo.org> nlopt-2.2.4.ebuild:
   Correct handling of PYABI things, #405255



1.9                  sci-libs/nlopt/nlopt-2.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?r1=1.8&r2=1.9

Index: nlopt-2.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nlopt-2.2.4.ebuild	4 Apr 2012 08:07:04 -0000	1.8
+++ nlopt-2.2.4.ebuild	9 Jul 2012 17:14:28 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.8 2012/04/04 08:07:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.9 2012/07/09 17:14:28 bicatali Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 SRC_URI="${HOMEPAGE}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1 MIT"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE="cxx guile octave python static-libs"
 
@@ -61,13 +61,13 @@
 		python_copy_sources swig
 		compilation() {
 			autotools-utils_src_compile \
-				PYTHON_CPPFLAGS="-I$(python_get_includedir)" \
-				PYTHON_LDFLAGS="$(python_get_library -l)" \
-				PYTHON_SITE_PKG="$(python_get_sitedir)" \
-				PYTHON_VERSION="$(python_get_version)" \
-				PYTHON_INCLUDES="$(python_get_includedir)" \
-				pythondir="$(python_get_sitedir)" \
-				pyexecdir="$(python_get_sitedir)"
+				PYTHON_CPPFLAGS="-I${EPREFIX}$(python_get_includedir)" \
+				PYTHON_LDFLAGS="${EPREFIX}$(python_get_library -l)" \
+				PYTHON_SITE_PKG="${EPREFIX}$(python_get_sitedir)" \
+				PYTHON_VERSION="${EPREFIX}$(python_get_version)" \
+				PYTHON_INCLUDES="${EPREFIX}$(python_get_includedir)" \
+				pythondir="${EPREFIX}$(python_get_sitedir)" \
+				pyexecdir="${EPREFIX}$(python_get_sitedir)"
 		}
 		python_execute_function -s --source-dir swig compilation
 	fi
@@ -79,8 +79,8 @@
 		installation() {
 			rm *.la
 			emake DESTDIR=${D} install \
-				pyexecdir="$(python_get_sitedir)" \
-				pythondir="$(python_get_sitedir)"
+				pyexecdir="${EPREFIX}$(python_get_sitedir)" \
+				pythondir="${EPREFIX}$(python_get_sitedir)"
 		}
 		python_execute_function -s --source-dir swig installation
 		python_clean_installation_image






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

end of thread, other threads:[~2012-07-09 17:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07 13:53 [gentoo-commits] gentoo-x86 commit in sci-libs/nlopt: ChangeLog nlopt-2.2.4.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-09 17:14 Sebastien Fabbro (bicatali)
2012-04-04  8:07 Justin Lecher (jlec)
2012-02-24 15:09 PaweA Hajdan (phajdan.jr)
2012-02-09 17:50 Sebastien Fabbro (bicatali)
2012-01-20 16:56 Sebastien Fabbro (bicatali)

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