Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/fann: fann-2.0.0.ebuild fann-1.2.0.ebuild ChangeLog fann-1.2.0-r1.ebuild
Date: Mon, 12 May 2008 13:10:21
Message-Id: E1JvXnG-0002OW-48@stork.gentoo.org
1 markusle 08/05/12 13:10:18
2
3 Modified: fann-2.0.0.ebuild fann-1.2.0.ebuild ChangeLog
4 fann-1.2.0-r1.ebuild
5 Log:
6 Removed runtime dependencies on dev-lang/swig (see bug #221495).
7 (Portage version: 2.1.5_rc7)
8
9 Revision Changes Path
10 1.6 sci-mathematics/fann/fann-2.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild?r1=1.5&r2=1.6
15
16 Index: fann-2.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- fann-2.0.0.ebuild 14 Mar 2008 10:54:33 -0000 1.5
23 +++ fann-2.0.0.ebuild 12 May 2008 13:10:17 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild,v 1.5 2008/03/14 10:54:33 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-2.0.0.ebuild,v 1.6 2008/05/12 13:10:17 markusle Exp $
29
30 inherit eutils
31
32 @@ -13,7 +13,9 @@
33 KEYWORDS="~amd64 ~ppc ~x86"
34 IUSE="doc python"
35
36 -DEPEND="python? ( dev-lang/python dev-lang/swig )"
37 +RDEPEND="python? ( dev-lang/python )"
38 +DEPEND="${RDEPEND}
39 + python? ( dev-lang/swig )"
40
41 src_unpack() {
42 unpack ${A}
43
44
45
46 1.6 sci-mathematics/fann/fann-1.2.0.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/fann-1.2.0.ebuild?rev=1.6&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/fann-1.2.0.ebuild?rev=1.6&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/fann-1.2.0.ebuild?r1=1.5&r2=1.6
51
52 Index: fann-1.2.0.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0.ebuild,v
55 retrieving revision 1.5
56 retrieving revision 1.6
57 diff -u -r1.5 -r1.6
58 --- fann-1.2.0.ebuild 14 Mar 2008 10:54:33 -0000 1.5
59 +++ fann-1.2.0.ebuild 12 May 2008 13:10:17 -0000 1.6
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0.ebuild,v 1.5 2008/03/14 10:54:33 phreak Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0.ebuild,v 1.6 2008/05/12 13:10:17 markusle Exp $
65
66 inherit eutils
67
68 @@ -13,10 +13,12 @@
69 KEYWORDS="~x86"
70 IUSE="doc python"
71
72 -DEPEND="sys-devel/autoconf
73 +RDEPEND="python? ( dev-lang/python )"
74 +DEPEND="${RDEPEND}
75 + sys-devel/autoconf
76 sys-apps/sed
77 doc? ( app-text/docbook-sgml-utils )
78 - python? ( dev-lang/python dev-lang/swig )"
79 + python? ( dev-lang/swig )"
80
81 S=${WORKDIR}/${PF}
82
83
84
85
86 1.11 sci-mathematics/fann/ChangeLog
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/ChangeLog?rev=1.11&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/ChangeLog?rev=1.11&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/ChangeLog?r1=1.10&r2=1.11
91
92 Index: ChangeLog
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/fann/ChangeLog,v
95 retrieving revision 1.10
96 retrieving revision 1.11
97 diff -u -r1.10 -r1.11
98 --- ChangeLog 14 Mar 2008 10:54:33 -0000 1.10
99 +++ ChangeLog 12 May 2008 13:10:17 -0000 1.11
100 @@ -1,6 +1,10 @@
101 # ChangeLog for sci-mathematics/fann
102 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
103 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/ChangeLog,v 1.10 2008/03/14 10:54:33 phreak Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/ChangeLog,v 1.11 2008/05/12 13:10:17 markusle Exp $
105 +
106 + 12 May 2008; Markus Dittrich <markusle@g.o> fann-1.2.0.ebuild,
107 + fann-1.2.0-r1.ebuild, fann-2.0.0.ebuild:
108 + Removed runtime dependencies on dev-lang/swig (see bug #221495).
109
110 14 Mar 2008; Christian Heim <phreak@g.o> fann-1.2.0.ebuild,
111 fann-1.2.0-r1.ebuild, fann-2.0.0.ebuild:
112
113
114
115 1.5 sci-mathematics/fann/fann-1.2.0-r1.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/fann-1.2.0-r1.ebuild?rev=1.5&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/fann-1.2.0-r1.ebuild?rev=1.5&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/fann/fann-1.2.0-r1.ebuild?r1=1.4&r2=1.5
120
121 Index: fann-1.2.0-r1.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0-r1.ebuild,v
124 retrieving revision 1.4
125 retrieving revision 1.5
126 diff -u -r1.4 -r1.5
127 --- fann-1.2.0-r1.ebuild 14 Mar 2008 10:54:33 -0000 1.4
128 +++ fann-1.2.0-r1.ebuild 12 May 2008 13:10:17 -0000 1.5
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2008 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0-r1.ebuild,v 1.4 2008/03/14 10:54:33 phreak Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0-r1.ebuild,v 1.5 2008/05/12 13:10:17 markusle Exp $
134
135 inherit eutils
136
137 @@ -14,10 +14,12 @@
138 KEYWORDS="~x86"
139 IUSE="doc python"
140
141 -DEPEND="sys-devel/autoconf
142 +RDEPEND="python? ( dev-lang/python )"
143 +DEPEND="${RDEPEND}
144 + sys-devel/autoconf
145 sys-apps/sed
146 doc? ( app-text/docbook-sgml-utils )
147 - python? ( dev-lang/python dev-lang/swig )"
148 + python? ( dev-lang/swig )"
149
150 S=${WORKDIR}/${MY_PKG_NAME}
151
152
153
154
155 --
156 gentoo-commits@l.g.o mailing list