Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/acml: ChangeLog acml-3.6.0-r1.ebuild acml-4.0.0.ebuild acml-3.6.1-r1.ebuild
Date: Wed, 21 Nov 2007 00:25:46
Message-Id: E1IudPM-0000nC-Qj@stork.gentoo.org
1 bicatali 07/11/21 00:25:36
2
3 Modified: ChangeLog acml-3.6.0-r1.ebuild acml-4.0.0.ebuild
4 acml-3.6.1-r1.ebuild
5 Log:
6 Removed PROVIDE, now lapack is new style virtual
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.26 sci-libs/acml/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 18 Oct 2007 14:18:28 -0000 1.25
23 +++ ChangeLog 21 Nov 2007 00:25:36 -0000 1.26
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-libs/acml
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.25 2007/10/18 14:18:28 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.26 2007/11/21 00:25:36 bicatali Exp $
29 +
30 + 21 Nov 2007; Sébastien Fabbro <bicatali@g.o> acml-3.6.0-r1.ebuild,
31 + acml-3.6.1-r1.ebuild, acml-4.0.0.ebuild:
32 + Removed PROVIDE, now lapack is new style virtual
33
34 18 Oct 2007; Sébastien Fabbro <bicatali@g.o> acml-3.6.0-r1.ebuild,
35 acml-3.6.1-r1.ebuild, acml-4.0.0.ebuild:
36
37
38
39 1.5 sci-libs/acml/acml-3.6.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild?r1=1.4&r2=1.5
44
45 Index: acml-3.6.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- acml-3.6.0-r1.ebuild 18 Oct 2007 14:18:28 -0000 1.4
52 +++ acml-3.6.0-r1.ebuild 21 Nov 2007 00:25:36 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v 1.4 2007/10/18 14:18:28 bicatali Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v 1.5 2007/11/21 00:25:36 bicatali Exp $
58
59 inherit eutils toolchain-funcs fortran
60
61 @@ -31,8 +31,6 @@
62 RDEPEND="${DEPEND}
63 doc? ( app-doc/blas-docs app-doc/lapack-docs )"
64
65 -PROVIDE="virtual/lapack"
66 -
67 S="${WORKDIR}"
68
69 pkg_nofetch() {
70
71
72
73 1.5 sci-libs/acml/acml-4.0.0.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild?rev=1.5&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild?rev=1.5&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild?r1=1.4&r2=1.5
78
79 Index: acml-4.0.0.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild,v
82 retrieving revision 1.4
83 retrieving revision 1.5
84 diff -u -r1.4 -r1.5
85 --- acml-4.0.0.ebuild 18 Oct 2007 14:18:28 -0000 1.4
86 +++ acml-4.0.0.ebuild 21 Nov 2007 00:25:36 -0000 1.5
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2007 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild,v 1.4 2007/10/18 14:18:28 bicatali Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild,v 1.5 2007/11/21 00:25:36 bicatali Exp $
92
93 inherit eutils toolchain-funcs fortran
94
95 @@ -28,8 +28,6 @@
96 RDEPEND="${DEPEND}
97 doc? ( app-doc/blas-docs app-doc/lapack-docs )"
98
99 -PROVIDE="virtual/lapack"
100 -
101 S="${WORKDIR}"
102
103 pkg_nofetch() {
104
105
106
107 1.5 sci-libs/acml/acml-3.6.1-r1.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild?rev=1.5&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild?rev=1.5&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild?r1=1.4&r2=1.5
112
113 Index: acml-3.6.1-r1.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v
116 retrieving revision 1.4
117 retrieving revision 1.5
118 diff -u -r1.4 -r1.5
119 --- acml-3.6.1-r1.ebuild 18 Oct 2007 14:18:28 -0000 1.4
120 +++ acml-3.6.1-r1.ebuild 21 Nov 2007 00:25:36 -0000 1.5
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2007 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.4 2007/10/18 14:18:28 bicatali Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.5 2007/11/21 00:25:36 bicatali Exp $
126
127 inherit eutils toolchain-funcs fortran
128
129 @@ -28,8 +28,6 @@
130 RDEPEND="${DEPEND}
131 doc? ( app-doc/blas-docs app-doc/lapack-docs )"
132
133 -PROVIDE="virtual/lapack"
134 -
135 pkg_nofetch() {
136 einfo "Please download the ACML from:"
137 einfo "${HOMEPAGE}"
138
139
140
141 --
142 gentoo-commits@g.o mailing list