Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/memtest86: ChangeLog memtest86-3.5.ebuild
Date: Wed, 31 Mar 2010 19:49:34
Message-Id: E1Nx3uu-0007ml-8A@stork.gentoo.org
1 robbat2 10/03/31 19:49:32
2
3 Modified: ChangeLog memtest86-3.5.ebuild
4 Log:
5 Bug #312441: fix parallel make issue.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.37 sys-apps/memtest86/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/memtest86/ChangeLog?rev=1.37&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/memtest86/ChangeLog?rev=1.37&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/memtest86/ChangeLog?r1=1.36&r2=1.37
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/memtest86/ChangeLog,v
18 retrieving revision 1.36
19 retrieving revision 1.37
20 diff -p -w -b -B -u -u -r1.36 -r1.37
21 --- ChangeLog 9 Oct 2009 08:21:12 -0000 1.36
22 +++ ChangeLog 31 Mar 2010 19:49:32 -0000 1.37
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/memtest86
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86/ChangeLog,v 1.36 2009/10/09 08:21:12 vapier Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86/ChangeLog,v 1.37 2010/03/31 19:49:32 robbat2 Exp $
29 +
30 + 31 Mar 2010; Robin H. Johnson <robbat2@g.o> memtest86-3.5.ebuild,
31 + files/memtest86-3.5-build.patch:
32 + Bug #312441: fix parallel make issue.
33
34 *memtest86-3.5 (09 Oct 2009)
35
36
37
38
39 1.2 sys-apps/memtest86/memtest86-3.5.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/memtest86/memtest86-3.5.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/memtest86/memtest86-3.5.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/memtest86/memtest86-3.5.ebuild?r1=1.1&r2=1.2
44
45 Index: memtest86-3.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/memtest86/memtest86-3.5.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -p -w -b -B -u -u -r1.1 -r1.2
51 --- memtest86-3.5.ebuild 9 Oct 2009 08:21:12 -0000 1.1
52 +++ memtest86-3.5.ebuild 31 Mar 2010 19:49:32 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86/memtest86-3.5.ebuild,v 1.1 2009/10/09 08:21:12 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86/memtest86-3.5.ebuild,v 1.2 2010/03/31 19:49:32 robbat2 Exp $
59
60 inherit mount-boot eutils toolchain-funcs
61
62 @@ -28,6 +28,8 @@ src_unpack() {
63 fi
64
65 tc-export AS CC LD
66 +
67 +
68 }
69
70 src_install() {