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-devel/gnuconfig: gnuconfig-20070724.ebuild ChangeLog
Date: Sat, 15 Sep 2007 01:23:22
Message-Id: E1IWMGG-0005ps-SR@stork.gentoo.org
1 vapier 07/09/15 01:15:52
2
3 Modified: gnuconfig-20070724.ebuild ChangeLog
4 Log:
5 Tweak testsuite when running on a uClibc setup #180637.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 sys-devel/gnuconfig/gnuconfig-20070724.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20070724.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20070724.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20070724.ebuild?r1=1.1&r2=1.2
14
15 Index: gnuconfig-20070724.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20070724.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gnuconfig-20070724.ebuild 24 Jul 2007 18:34:55 -0000 1.1
22 +++ gnuconfig-20070724.ebuild 15 Sep 2007 01:15:52 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20070724.ebuild,v 1.1 2007/07/24 18:34:55 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20070724.ebuild,v 1.2 2007/09/15 01:15:52 vapier Exp $
28
29 inherit eutils
30
31 @@ -18,6 +18,7 @@
32 src_unpack() {
33 unpack ${A}
34 epatch "${WORKDIR}"/*.patch
35 + use elibc_uclibc && sed -i 's:linux-gnu:linux-uclibc:' testsuite/config-guess.data #180637
36 }
37
38 src_compile() { :;}
39
40
41
42 1.30 sys-devel/gnuconfig/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.30&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.30&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/ChangeLog?r1=1.29&r2=1.30
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v
51 retrieving revision 1.29
52 retrieving revision 1.30
53 diff -u -r1.29 -r1.30
54 --- ChangeLog 24 Jul 2007 18:34:55 -0000 1.29
55 +++ ChangeLog 15 Sep 2007 01:15:52 -0000 1.30
56 @@ -1,6 +1,9 @@
57 # ChangeLog for sys-devel/gnuconfig
58 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.29 2007/07/24 18:34:55 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.30 2007/09/15 01:15:52 vapier Exp $
61 +
62 + 15 Sep 2007; Mike Frysinger <vapier@g.o> gnuconfig-20070724.ebuild:
63 + Tweak testsuite when running on a uClibc setup #180637.
64
65 *gnuconfig-20070724 (24 Jul 2007)
66
67
68
69
70 --
71 gentoo-commits@g.o mailing list