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-4.1.0-r1.ebuild acml-4.1.0.ebuild
Date: Tue, 27 May 2008 10:16:20
Message-Id: E1K0wE5-0000o6-PL@stork.gentoo.org
1 bicatali 08/05/27 10:16:17
2
3 Modified: ChangeLog acml-4.1.0-r1.ebuild
4 Removed: acml-4.1.0.ebuild
5 Log:
6 Fixed a bad link in the eselect profiles
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.36 sci-libs/acml/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 6 May 2008 17:57:49 -0000 1.35
23 +++ ChangeLog 27 May 2008 10:16:17 -0000 1.36
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-libs/acml
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.35 2008/05/06 17:57:49 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.36 2008/05/27 10:16:17 bicatali Exp $
29 +
30 + 27 May 2008; Sébastien Fabbro <bicatali@g.o> -acml-4.1.0.ebuild,
31 + acml-4.1.0-r1.ebuild:
32 + Fixed a bad link in the eselect profiles
33
34 *acml-4.1.0-r1 (06 May 2008)
35
36
37
38
39 1.2 sci-libs/acml/acml-4.1.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: acml-4.1.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- acml-4.1.0-r1.ebuild 6 May 2008 17:57:49 -0000 1.1
52 +++ acml-4.1.0-r1.ebuild 27 May 2008 10:16:17 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.1 2008/05/06 17:57:49 bicatali Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.2 2008/05/27 10:16:17 bicatali Exp $
58
59 EAPI="1"
60
61 @@ -170,9 +170,9 @@
62
63 # eselect files
64 cat > eselect.${prof}.${x} <<-EOF
65 - ${libname}.so /usr/@LIBDIR@/lib${l}.so.0
66 - ${libname}.so /usr/@LIBDIR@/lib${l}.so
67 - ${libname}.a /usr/@LIBDIR@/lib${l}.a
68 + ${libname}.so /usr/@LIBDIR@/lib${x}.so.0
69 + ${libname}.so /usr/@LIBDIR@/lib${x}.so
70 + ${libname}.a /usr/@LIBDIR@/lib${x}.a
71 ${acmldir}/lib/${x}.pc /usr/@LIBDIR@/pkgconfig/${x}.pc
72 EOF
73 eselect ${x} add $(get_libdir) eselect.${prof}.${x} ${prof}
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list