Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/nlopt: metadata.xml ChangeLog nlopt-2.2.4.ebuild
Date: Sun, 01 Apr 2012 05:26:01
Message-Id: 20120401052543.EE3C32004B@flycatcher.gentoo.org
1 jlec 12/04/01 05:25:43
2
3 Modified: metadata.xml ChangeLog nlopt-2.2.4.ebuild
4 Log:
5 Disable build of matlab plugin per default, #410211
6
7 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sci-libs/nlopt/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 20 Jul 2010 19:43:50 -0000 1.2
23 +++ metadata.xml 1 Apr 2012 05:25:43 -0000 1.3
24 @@ -1,8 +1,8 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>sci</herd>
29 -<longdescription lang="en">
30 + <herd>sci</herd>
31 + <longdescription lang="en">
32 NLopt is a library for nonlinear optimization,
33 providing a common interface for a number of different free
34 optimization routines available online as well as original
35 @@ -15,7 +15,7 @@
36 * Algorithms for unconstrained optimization, bound-constrained
37 optimization, and general nonlinear inequality constraints.
38 </longdescription>
39 -<use>
40 - <flag name='octave'>Add plugin for <pkg>sci-mathematics/octave</pkg></flag>
41 -</use>
42 + <use>
43 + <flag name="octave">Add plugin for <pkg>sci-mathematics/octave</pkg></flag>
44 + </use>
45 </pkgmetadata>
46
47
48
49 1.15 sci-libs/nlopt/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.15&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.15&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?r1=1.14&r2=1.15
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v
58 retrieving revision 1.14
59 retrieving revision 1.15
60 diff -u -r1.14 -r1.15
61 --- ChangeLog 24 Feb 2012 15:09:03 -0000 1.14
62 +++ ChangeLog 1 Apr 2012 05:25:43 -0000 1.15
63 @@ -1,6 +1,10 @@
64 # ChangeLog for sci-libs/nlopt
65 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.14 2012/02/24 15:09:03 phajdan.jr Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.15 2012/04/01 05:25:43 jlec Exp $
68 +
69 + 01 Apr 2012; Justin Lecher <jlec@g.o> nlopt-2.2.4.ebuild,
70 + metadata.xml:
71 + Disable build of matlab plugin per default, #410211
72
73 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@g.o> nlopt-2.2.4.ebuild:
74 x86 stable wrt bug #386953
75
76
77
78 1.7 sci-libs/nlopt/nlopt-2.2.4.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.7&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?rev=1.7&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild?r1=1.6&r2=1.7
83
84 Index: nlopt-2.2.4.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v
87 retrieving revision 1.6
88 retrieving revision 1.7
89 diff -u -r1.6 -r1.7
90 --- nlopt-2.2.4.ebuild 24 Feb 2012 15:09:03 -0000 1.6
91 +++ nlopt-2.2.4.ebuild 1 Apr 2012 05:25:43 -0000 1.7
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2012 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $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 $
96 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.4.ebuild,v 1.7 2012/04/01 05:25:43 jlec Exp $
97
98 EAPI=4
99
100 @@ -48,6 +48,7 @@
101 $(use_with guile)
102 $(use_with octave)
103 $(use_with python)
104 + --without-matlab
105 )
106 use python && python_copy_sources swig
107 autotools-utils_src_configure