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-libs/lapack-atlas: ChangeLog lapack-atlas-3.9.21.ebuild
Date: Fri, 29 Jan 2010 04:44:16
Message-Id: E1NaiiI-0002AT-3s@stork.gentoo.org
1 markusle 10/01/29 04:44:10
2
3 Modified: ChangeLog lapack-atlas-3.9.21.ebuild
4 Log:
5 Updated version of shared libs patch to make sure we don't use libtool for linking executables (fixes #302235).
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.76 sci-libs/lapack-atlas/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/lapack-atlas/ChangeLog?rev=1.76&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/lapack-atlas/ChangeLog?rev=1.76&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/lapack-atlas/ChangeLog?r1=1.75&r2=1.76
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v
18 retrieving revision 1.75
19 retrieving revision 1.76
20 diff -u -r1.75 -r1.76
21 --- ChangeLog 23 Jan 2010 16:27:33 -0000 1.75
22 +++ ChangeLog 29 Jan 2010 04:44:09 -0000 1.76
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-libs/lapack-atlas
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.75 2010/01/23 16:27:33 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.76 2010/01/29 04:44:09 markusle Exp $
28 +
29 + 29 Jan 2010; Markus Dittrich <markusle@g.o>
30 + lapack-atlas-3.9.21.ebuild:
31 + Updated version of shared libs patch to make sure we don't use
32 + libtool for linking executables (fixes #302235).
33
34 23 Jan 2010; Markus Dittrich <markusle@g.o>
35 lapack-atlas-3.9.21.ebuild:
36
37
38
39 1.3 sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild?r1=1.2&r2=1.3
44
45 Index: lapack-atlas-3.9.21.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- lapack-atlas-3.9.21.ebuild 23 Jan 2010 16:27:33 -0000 1.2
52 +++ lapack-atlas-3.9.21.ebuild 29 Jan 2010 04:44:09 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild,v 1.2 2010/01/23 16:27:33 markusle Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild,v 1.3 2010/01/29 04:44:09 markusle Exp $
58
59 inherit eutils flag-o-matic toolchain-funcs fortran autotools versionator
60
61 @@ -16,7 +16,7 @@
62 SRC_URI1="mirror://sourceforge/math-atlas/${MY_PN}${PV}.tar.bz2"
63 SRC_URI2="http://www.netlib.org/${L_PN}/${L_PN}-lite-${L_PV}.tgz"
64 SRC_URI="${SRC_URI1} ${SRC_URI2}
65 - mirror://gentoo/${MY_PN}-${PV}-shared-libs.1.patch.bz2
66 + mirror://gentoo/${MY_PN}-${PV}-shared-libs.2.patch.bz2
67 mirror://gentoo/${L_PN}-reference-${L_PV}-autotools.patch.bz2"
68
69 SLOT="0"
70 @@ -44,7 +44,7 @@
71 unpack ${A}
72
73 cd "${S}"
74 - epatch "${DISTDIR}"/${MY_PN}-${PV}-shared-libs.1.patch.bz2
75 + epatch "${DISTDIR}"/${MY_PN}-${PV}-shared-libs.2.patch.bz2
76 epatch "${FILESDIR}"/${MY_PN}-asm-gentoo.patch
77 epatch "${FILESDIR}"/${P}-lam.patch