Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/palo: ChangeLog palo-1.92.ebuild palo-9999.ebuild
Date: Thu, 23 Jan 2014 14:43:45
Message-Id: 20140123144342.BAC2D2004C@flycatcher.gentoo.org
1 jer 14/01/23 14:43:42
2
3 Modified: ChangeLog palo-1.92.ebuild palo-9999.ebuild
4 Log:
5 Setting MACHINE= is not longer needed.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.46 sys-boot/palo/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 23 Jan 2014 14:21:28 -0000 1.45
23 +++ ChangeLog 23 Jan 2014 14:43:42 -0000 1.46
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-boot/palo
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.45 2014/01/23 14:21:28 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.46 2014/01/23 14:43:42 jer Exp $
29 +
30 + 23 Jan 2014; Jeroen Roovers <jer@g.o> palo-1.92.ebuild,
31 + palo-9999.ebuild:
32 + Setting MACHINE= is not longer needed.
33
34 23 Jan 2014; Jeroen Roovers <jer@g.o> -palo-1.91.ebuild,
35 -files/palo-9999-open.patch:
36
37
38
39 1.6 sys-boot/palo/palo-1.92.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-1.92.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-1.92.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-1.92.ebuild?r1=1.5&r2=1.6
44
45 Index: palo-1.92.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.92.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- palo-1.92.ebuild 23 Jan 2014 14:20:25 -0000 1.5
52 +++ palo-1.92.ebuild 23 Jan 2014 14:43:42 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.92.ebuild,v 1.5 2014/01/23 14:20:25 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.92.ebuild,v 1.6 2014/01/23 14:43:42 jer Exp $
58
59 EAPI=5
60
61 @@ -23,7 +23,7 @@
62
63 src_compile() {
64 local target
65 - for target in '-C palo' '-C ipl' 'MACHINE=parisc iplboot'; do
66 + for target in '-C palo' '-C ipl' 'iplboot'; do
67 emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) ${target}
68 done
69 }
70
71
72
73 1.6 sys-boot/palo/palo-9999.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-9999.ebuild?rev=1.6&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-9999.ebuild?rev=1.6&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-9999.ebuild?r1=1.5&r2=1.6
78
79 Index: palo-9999.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v
82 retrieving revision 1.5
83 retrieving revision 1.6
84 diff -u -r1.5 -r1.6
85 --- palo-9999.ebuild 23 Jan 2014 14:14:20 -0000 1.5
86 +++ palo-9999.ebuild 23 Jan 2014 14:43:42 -0000 1.6
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2014 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v 1.5 2014/01/23 14:14:20 jer Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v 1.6 2014/01/23 14:43:42 jer Exp $
92
93 EAPI=5
94
95 @@ -23,9 +23,9 @@
96 }
97
98 src_compile() {
99 - emake MACHINE=parisc AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) \
100 + emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) \
101 makepalo makeipl || die
102 - emake MACHINE=parisc CC=$(tc-getCC) iplboot || die
103 + emake CC=$(tc-getCC) iplboot || die
104 }
105
106 src_install() {