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
Date: Thu, 23 Jan 2014 14:20:29
Message-Id: 20140123142025.2BDB42004C@flycatcher.gentoo.org
1 jer 14/01/23 14:20:25
2
3 Modified: ChangeLog palo-1.92.ebuild
4 Log:
5 Fix patching 1.92.
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.44 sys-boot/palo/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 23 Jan 2014 14:14:20 -0000 1.43
23 +++ ChangeLog 23 Jan 2014 14:20:25 -0000 1.44
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.43 2014/01/23 14:14:20 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.44 2014/01/23 14:20:25 jer Exp $
29 +
30 + 23 Jan 2014; Jeroen Roovers <jer@g.o> palo-1.92.ebuild,
31 + +files/palo-1.92-toolchain.patch:
32 + Fix patching 1.92.
33
34 23 Jan 2014; Jeroen Roovers <jer@g.o> palo-1.92.ebuild,
35 palo-9999.ebuild, files/palo-9999-toolchain.patch:
36
37
38
39 1.5 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.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-1.92.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-1.92.ebuild?r1=1.4&r2=1.5
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.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- palo-1.92.ebuild 23 Jan 2014 14:14:20 -0000 1.4
52 +++ palo-1.92.ebuild 23 Jan 2014 14:20:25 -0000 1.5
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.4 2014/01/23 14:14:20 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.92.ebuild,v 1.5 2014/01/23 14:20:25 jer Exp $
58
59 EAPI=5
60
61 @@ -17,7 +17,7 @@
62
63 src_prepare() {
64 epatch \
65 - "${FILESDIR}"/${PN}-9999-toolchain.patch
66 + "${FILESDIR}"/${PN}-1.92-toolchain.patch
67 sed -i palo/Makefile -e '/^LDFLAGS=/d' || die
68 }