Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/timezone-data: ChangeLog timezone-data-2008c.ebuild
Date: Sat, 21 Jun 2008 06:11:54
Message-Id: E1K9wKD-0002VU-2g@stork.gentoo.org
1 vapier 08/06/21 06:11:49
2
3 Modified: ChangeLog timezone-data-2008c.ebuild
4 Log:
5 Use emake rather than make.
6 (Portage version: 2.2_pre8/cvs/Linux 2.6.25 x86_64)
7
8 Revision Changes Path
9 1.135 sys-libs/timezone-data/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/timezone-data/ChangeLog?rev=1.135&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/timezone-data/ChangeLog?rev=1.135&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/timezone-data/ChangeLog?r1=1.134&r2=1.135
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v
18 retrieving revision 1.134
19 retrieving revision 1.135
20 diff -u -r1.134 -r1.135
21 --- ChangeLog 21 Jun 2008 06:01:30 -0000 1.134
22 +++ ChangeLog 21 Jun 2008 06:11:48 -0000 1.135
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-libs/timezone-data
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.134 2008/06/21 06:01:30 fmccor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.135 2008/06/21 06:11:48 vapier Exp $
28 +
29 + 21 Jun 2008; Mike Frysinger <vapier@g.o>
30 + timezone-data-2008c.ebuild:
31 + Use emake rather than make.
32
33 21 Jun 2008; Ferris McCormick <fmccor@g.o>
34 timezone-data-2008c.ebuild:
35
36
37
38 1.5 sys-libs/timezone-data/timezone-data-2008c.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/timezone-data/timezone-data-2008c.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/timezone-data/timezone-data-2008c.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/timezone-data/timezone-data-2008c.ebuild?r1=1.4&r2=1.5
43
44 Index: timezone-data-2008c.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2008c.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- timezone-data-2008c.ebuild 21 Jun 2008 06:01:30 -0000 1.4
51 +++ timezone-data-2008c.ebuild 21 Jun 2008 06:11:48 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2008c.ebuild,v 1.4 2008/06/21 06:01:30 fmccor Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2008c.ebuild,v 1.5 2008/06/21 06:11:48 vapier Exp $
57
58 inherit eutils toolchain-funcs flag-o-matic
59
60 @@ -39,14 +39,14 @@
61 fi
62 emake || die "emake failed"
63 if tc-is-cross-compiler ; then
64 - make -C "${S}"-native CC=$(tc-getBUILD_CC) CFLAGS="${BUILD_CFLAGS}" zic || die
65 + emake -C "${S}"-native CC=$(tc-getBUILD_CC) CFLAGS="${BUILD_CFLAGS}" zic || die
66 fi
67 }
68
69 src_install() {
70 local zic=""
71 tc-is-cross-compiler && zic="zic=${S}-native/zic"
72 - make install ${zic} DESTDIR="${D}" || die
73 + emake install ${zic} DESTDIR="${D}" || die
74 rm -rf "${D}"/usr/share/zoneinfo-leaps
75 dodoc README Theory
76 dohtml *.htm *.jpg
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list