Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libf2c: libf2c-20090407.ebuild
Date: Wed, 31 Mar 2010 19:49:54
Message-Id: E1Nx3vF-0007nw-1S@stork.gentoo.org
1 jlec 10/03/31 19:49:53
2
3 Modified: libf2c-20090407.ebuild
4 Log:
5 [static] -> [static-libs], corrected. Thanks to my Watchman ssuominen
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-libs/libf2c/libf2c-20090407.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libf2c/libf2c-20090407.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libf2c/libf2c-20090407.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libf2c/libf2c-20090407.ebuild?r1=1.2&r2=1.3
14
15 Index: libf2c-20090407.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20090407.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libf2c-20090407.ebuild 31 Mar 2010 19:45:01 -0000 1.2
22 +++ libf2c-20090407.ebuild 31 Mar 2010 19:49:52 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20090407.ebuild,v 1.2 2010/03/31 19:45:01 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20090407.ebuild,v 1.3 2010/03/31 19:49:52 jlec Exp $
28
29 EAPI=2
30 inherit toolchain-funcs eutils
31 @@ -36,7 +36,7 @@
32 || die "libf2c.so failed"
33
34 # Clean up files so we can recompile without PIC for the static lib
35 - if use static; then
36 + if use static-libs; then
37 rm *.o || die "clean failed"
38 emake \
39 -f makefile.u \
40 @@ -50,7 +50,7 @@
41 src_install () {
42 dolib libf2c.so.2 || die "dolib failed"
43 dosym libf2c.so.2 /usr/$(get_libdir)/libf2c.so
44 - if use static; then
45 + if use static-libs; then
46 dolib.a libf2c.a || die "dolib.a failed"
47 fi
48 insinto /usr/include