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-fs/mtd-utils: ChangeLog mtd-utils-20080907.ebuild
Date: Tue, 01 Dec 2009 03:27:14
Message-Id: E1NFJOQ-00073J-UF@stork.gentoo.org
1 vapier 09/12/01 03:27:10
2
3 Modified: ChangeLog mtd-utils-20080907.ebuild
4 Log:
5 Set AR/RANLIB so correct tools are used.
6 (Portage version: 2.2_rc51/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.24 sys-fs/mtd-utils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.24&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.24&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?r1=1.23&r2=1.24
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v
18 retrieving revision 1.23
19 retrieving revision 1.24
20 diff -u -r1.23 -r1.24
21 --- ChangeLog 1 Dec 2009 03:13:00 -0000 1.23
22 +++ ChangeLog 1 Dec 2009 03:27:10 -0000 1.24
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-fs/mtd-utils
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.23 2009/12/01 03:13:00 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.24 2009/12/01 03:27:10 vapier Exp $
28 +
29 + 01 Dec 2009; Mike Frysinger <vapier@g.o> mtd-utils-20080907.ebuild:
30 + Set AR/RANLIB so correct tools are used.
31
32 01 Dec 2009; Mike Frysinger <vapier@g.o> mtd-utils-20090630.ebuild,
33 mtd-utils-99999999.ebuild:
34
35
36
37 1.7 sys-fs/mtd-utils/mtd-utils-20080907.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild?r1=1.6&r2=1.7
42
43 Index: mtd-utils-20080907.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- mtd-utils-20080907.ebuild 8 Mar 2009 00:23:04 -0000 1.6
50 +++ mtd-utils-20080907.ebuild 1 Dec 2009 03:27:10 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild,v 1.6 2009/03/08 00:23:04 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild,v 1.7 2009/12/01 03:27:10 vapier Exp $
56
57 inherit toolchain-funcs eutils
58
59 @@ -30,9 +30,11 @@
60 cd "${S}"
61 sed -i 's:-Werror::' $(find . -name Makefile)
62 epatch "${FILESDIR}"/mtd-utils-fixup.patch
63 + sed -i -e 's:\<ar\>:$(AR):' tests/ubi-tests/Makefile || die
64 }
65
66 src_compile() {
67 + tc-export AR RANLIB
68 emake \
69 CC="$(tc-getCC)" \
70 OPTFLAGS="${CFLAGS}" \