Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/shhopt: shhopt-1.1.7-r2.ebuild ChangeLog shhopt-1.1.7.ebuild
Date: Wed, 29 Jul 2009 22:45:26
Message-Id: E1MWHtj-0002ed-D3@stork.gentoo.org
1 vostorga 09/07/29 22:45:23
2
3 Modified: shhopt-1.1.7-r2.ebuild ChangeLog
4 shhopt-1.1.7.ebuild
5 Log:
6 Respecting CC variable, closes bug #243944
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 dev-libs/shhopt/shhopt-1.1.7-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild?r1=1.5&r2=1.6
15
16 Index: shhopt-1.1.7-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- shhopt-1.1.7-r2.ebuild 22 Mar 2009 12:43:03 -0000 1.5
23 +++ shhopt-1.1.7-r2.ebuild 29 Jul 2009 22:45:23 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild,v 1.5 2009/03/22 12:43:03 jmbsvicetto Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild,v 1.6 2009/07/29 22:45:23 vostorga Exp $
29
30 inherit eutils
31
32 @@ -22,6 +22,11 @@
33 epatch "${FILESDIR}"/${P}-build.patch
34 }
35
36 +src_compile() {
37 + emake CC=$(tc-getCC) || die
38 +}
39 +
40 +
41 src_install() {
42 dolib.a libshhopt.a || die
43 ln -s libshhopt.so.${PV} libshhopt.so
44
45
46
47 1.14 dev-libs/shhopt/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/ChangeLog?rev=1.14&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/ChangeLog?rev=1.14&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/ChangeLog?r1=1.13&r2=1.14
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v
56 retrieving revision 1.13
57 retrieving revision 1.14
58 diff -u -r1.13 -r1.14
59 --- ChangeLog 22 Mar 2009 12:43:03 -0000 1.13
60 +++ ChangeLog 29 Jul 2009 22:45:23 -0000 1.14
61 @@ -1,6 +1,10 @@
62 # ChangeLog for dev-libs/shhopt
63 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.13 2009/03/22 12:43:03 jmbsvicetto Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.14 2009/07/29 22:45:23 vostorga Exp $
66 +
67 + 29 Jul 2009; VĂ­ctor Ostorga <vostorga@g.o> shhopt-1.1.7.ebuild,
68 + shhopt-1.1.7-r2.ebuild:
69 + Respecting CC variable, closes bug #243944
70
71 22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
72 metadata.xml:
73
74
75
76 1.7 dev-libs/shhopt/shhopt-1.1.7.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild?rev=1.7&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild?rev=1.7&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild?r1=1.6&r2=1.7
81
82 Index: shhopt-1.1.7.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v
85 retrieving revision 1.6
86 retrieving revision 1.7
87 diff -u -r1.6 -r1.7
88 --- shhopt-1.1.7.ebuild 22 Mar 2009 12:43:03 -0000 1.6
89 +++ shhopt-1.1.7.ebuild 29 Jul 2009 22:45:23 -0000 1.7
90 @@ -1,6 +1,8 @@
91 # Copyright 1999-2009 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v 1.6 2009/03/22 12:43:03 jmbsvicetto Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v 1.7 2009/07/29 22:45:23 vostorga Exp $
95 +
96 +inherit toolchain-funcs
97
98 DESCRIPTION="library for parsing command line options"
99 SRC_URI="http://shh.thathost.com/pub-unix/files/${P}.tar.gz"
100 @@ -15,7 +17,7 @@
101 RDEPEND=""
102
103 src_compile() {
104 - emake || die
105 + emake CC=$(tc-getCC) || die
106 }
107
108 src_install () {