Gentoo Archives: gentoo-commits

From: "Joseph Jezak (josejx)" <josejx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/yaboot: yaboot-1.3.16.ebuild ChangeLog
Date: Sun, 03 Oct 2010 17:13:19
Message-Id: 20101003171316.B5B4020051@flycatcher.gentoo.org
1 josejx 10/10/03 17:13:16
2
3 Modified: yaboot-1.3.16.ebuild ChangeLog
4 Log:
5 Remove old ofpath patch and move patching to unpack phase.
6
7 (Portage version: 2.1.9.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-boot/yaboot/yaboot-1.3.16.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?r1=1.1&r2=1.2
15
16 Index: yaboot-1.3.16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- yaboot-1.3.16.ebuild 3 Oct 2010 17:09:38 -0000 1.1
23 +++ yaboot-1.3.16.ebuild 3 Oct 2010 17:13:16 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.1 2010/10/03 17:09:38 josejx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.2 2010/10/03 17:13:16 josejx Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -23,12 +23,7 @@
33 unpack ${A}
34 cd "${S}"
35 cp "${FILESDIR}/new-ofpath" "${S}/ybin/ofpath"
36 -}
37
38 -src_compile() {
39 - export -n CFLAGS
40 - export -n CXXFLAGS
41 - [ -n "$(tc-getCC)" ] || CC="gcc"
42 # dual boot patch
43 epatch "${FILESDIR}/yabootconfig-1.3.13.patch"
44 epatch "${FILESDIR}/chrpfix.patch"
45 @@ -38,7 +33,12 @@
46 if [[ "$(gcc-major-version)" -eq "4" ]]; then
47 epatch "${FILESDIR}/yaboot-nopiessp-gcc4.patch"
48 fi
49 - epatch "${FILESDIR}/sysfs-ofpath.patch"
50 +}
51 +
52 +src_compile() {
53 + export -n CFLAGS
54 + export -n CXXFLAGS
55 + [ -n "$(tc-getCC)" ] || CC="gcc"
56 emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" || die
57 }
58
59
60
61
62 1.34 sys-boot/yaboot/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?rev=1.34&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?rev=1.34&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?r1=1.33&r2=1.34
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v
71 retrieving revision 1.33
72 retrieving revision 1.34
73 diff -u -r1.33 -r1.34
74 --- ChangeLog 3 Oct 2010 17:09:38 -0000 1.33
75 +++ ChangeLog 3 Oct 2010 17:13:16 -0000 1.34
76 @@ -1,6 +1,9 @@
77 # ChangeLog for sys-boot/yaboot
78 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.33 2010/10/03 17:09:38 josejx Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.34 2010/10/03 17:13:16 josejx Exp $
81 +
82 + 03 Oct 2010; Joseph Jezak <josejx@g.o> yaboot-1.3.16.ebuild:
83 + Remove old ofpath patch and move patching to unpack phase.
84
85 *yaboot-1.3.16 (03 Oct 2010)