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: nlopt-2.2.1.ebuild ChangeLog nlopt-2.2.ebuild
Date: Thu, 02 Dec 2010 10:35:38
Message-Id: 20101202103458.EF96C20054@flycatcher.gentoo.org
1 jlec 10/12/02 10:34:58
2
3 Modified: nlopt-2.2.1.ebuild ChangeLog nlopt-2.2.ebuild
4 Log:
5 Restrict Py 3.*
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-libs/nlopt/nlopt-2.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.1.ebuild?r1=1.1&r2=1.2
15
16 Index: nlopt-2.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- nlopt-2.2.1.ebuild 27 Sep 2010 06:35:45 -0000 1.1
23 +++ nlopt-2.2.1.ebuild 2 Dec 2010 10:34:58 -0000 1.2
24 @@ -1,10 +1,13 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.1.ebuild,v 1.1 2010/09/27 06:35:45 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.1.ebuild,v 1.2 2010/12/02 10:34:58 jlec Exp $
29
30 EAPI=3
31 +
32 SUPPORT_PYTHON_ABIS="1"
33 PYTHON_DEPEND="python? *"
34 +RESTRICT_PYTHON_ABIS="3.*"
35 +
36 inherit eutils python
37
38 DESCRIPTION="Non-linear optimization library"
39 @@ -13,11 +16,11 @@
40
41 LICENSE="LGPL-2.1 MIT"
42 KEYWORDS="~amd64 ~x86"
43 -
44 SLOT="0"
45 IUSE="cxx guile octave python static-libs"
46
47 -DEPEND="guile? ( dev-scheme/guile )
48 +DEPEND="
49 + guile? ( dev-scheme/guile )
50 octave? ( sci-mathematics/octave )
51 python? ( dev-python/numpy )"
52 RDEPEND="${DEPEND}"
53 @@ -77,7 +80,7 @@
54 python_clean_installation_image
55 fi
56
57 - dodoc AUTHORS ChangeLog NEWS README
58 + dodoc AUTHORS ChangeLog NEWS README || die
59 for r in */README; do newdoc ${r} README.$(dirname ${r}); done
60 }
61
62
63
64
65 1.7 sci-libs/nlopt/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.7&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?rev=1.7&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/ChangeLog?r1=1.6&r2=1.7
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v
74 retrieving revision 1.6
75 retrieving revision 1.7
76 diff -u -r1.6 -r1.7
77 --- ChangeLog 27 Sep 2010 06:35:45 -0000 1.6
78 +++ ChangeLog 2 Dec 2010 10:34:58 -0000 1.7
79 @@ -1,6 +1,10 @@
80 # ChangeLog for sci-libs/nlopt
81 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.6 2010/09/27 06:35:45 bicatali Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/ChangeLog,v 1.7 2010/12/02 10:34:58 jlec Exp $
84 +
85 + 02 Dec 2010; Justin Lecher <jlec@g.o> nlopt-2.2.ebuild,
86 + nlopt-2.2.1.ebuild:
87 + Restrict Py 3.*
88
89 *nlopt-2.2.1 (27 Sep 2010)
90
91
92
93
94 1.4 sci-libs/nlopt/nlopt-2.2.ebuild
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.ebuild?rev=1.4&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.ebuild?rev=1.4&content-type=text/plain
98 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nlopt/nlopt-2.2.ebuild?r1=1.3&r2=1.4
99
100 Index: nlopt-2.2.ebuild
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.ebuild,v
103 retrieving revision 1.3
104 retrieving revision 1.4
105 diff -u -r1.3 -r1.4
106 --- nlopt-2.2.ebuild 10 Aug 2010 22:04:01 -0000 1.3
107 +++ nlopt-2.2.ebuild 2 Dec 2010 10:34:58 -0000 1.4
108 @@ -1,10 +1,13 @@
109 # Copyright 1999-2010 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.ebuild,v 1.3 2010/08/10 22:04:01 bicatali Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-2.2.ebuild,v 1.4 2010/12/02 10:34:58 jlec Exp $
113
114 EAPI=3
115 +
116 SUPPORT_PYTHON_ABIS="1"
117 PYTHON_DEPEND="python? *"
118 +RESTRICT_PYTHON_ABIS="3.*"
119 +
120 inherit eutils python
121
122 DESCRIPTION="Non-linear optimization library"
123 @@ -13,11 +16,11 @@
124
125 LICENSE="LGPL-2.1 MIT"
126 KEYWORDS="~amd64 ~x86"
127 -
128 SLOT="0"
129 IUSE="cxx guile octave python static-libs"
130
131 -DEPEND="guile? ( dev-scheme/guile )
132 +DEPEND="
133 + guile? ( dev-scheme/guile )
134 octave? ( sci-mathematics/octave )
135 python? ( dev-python/numpy )"
136 RDEPEND="${DEPEND}"
137 @@ -77,7 +80,7 @@
138 python_clean_installation_image
139 fi
140
141 - dodoc AUTHORS ChangeLog NEWS README
142 + dodoc AUTHORS ChangeLog NEWS README || die
143 for r in */README; do newdoc ${r} README.$(dirname ${r}); done
144 }