Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/silo: ChangeLog silo-1.4.14_p20100228.ebuild silo-1.4.14.ebuild
Date: Sat, 22 Jan 2011 12:25:32
Message-Id: 20110122122521.132AD20054@flycatcher.gentoo.org
1 armin76 11/01/22 12:25:21
2
3 Modified: ChangeLog silo-1.4.14_p20100228.ebuild
4 Removed: silo-1.4.14.ebuild
5 Log:
6 sparc stable, remove old and add patch to fix build with >=e2fsprogs-1.4.14 from upstream, bug #350677
7
8 (Portage version: 2.1.9.25/cvs/Linux ia64)
9
10 Revision Changes Path
11 1.46 sys-boot/silo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/silo/ChangeLog?rev=1.46&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/silo/ChangeLog?rev=1.46&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/silo/ChangeLog?r1=1.45&r2=1.46
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v
20 retrieving revision 1.45
21 retrieving revision 1.46
22 diff -u -r1.45 -r1.46
23 --- ChangeLog 9 Jan 2011 03:25:11 -0000 1.45
24 +++ ChangeLog 22 Jan 2011 12:25:20 -0000 1.46
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-boot/silo
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.45 2011/01/09 03:25:11 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.46 2011/01/22 12:25:20 armin76 Exp $
30 +
31 + 22 Jan 2011; Raúl Porcel <armin76@g.o> -silo-1.4.14.ebuild,
32 + silo-1.4.14_p20100228.ebuild, +files/silo-e2fsprogs-1.4.14.patch,
33 + -files/silo-1.4.x-noglibc_time.patch, -files/gcc-4.3-compile.patch,
34 + -files/qa-no-strip.patch, -files/sanitized-linuxheaders.patch:
35 + sparc stable, remove old and add patch to fix build with >=e2fsprogs-1.4.14
36 + from upstream, bug #350677
37
38 09 Jan 2011; Mike Frysinger <vapier@g.o> silo-1.4.14.ebuild,
39 silo-1.4.14_p20100228.ebuild:
40
41
42
43 1.4 sys-boot/silo/silo-1.4.14_p20100228.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild?r1=1.3&r2=1.4
48
49 Index: silo-1.4.14_p20100228.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- silo-1.4.14_p20100228.ebuild 9 Jan 2011 03:25:12 -0000 1.3
56 +++ silo-1.4.14_p20100228.ebuild 22 Jan 2011 12:25:20 -0000 1.4
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2011 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v 1.3 2011/01/09 03:25:12 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v 1.4 2011/01/22 12:25:20 armin76 Exp $
62
63 inherit mount-boot flag-o-matic toolchain-funcs
64
65 @@ -17,7 +17,7 @@
66
67 SLOT="0"
68 LICENSE="GPL-2"
69 -KEYWORDS="-* ~sparc"
70 +KEYWORDS="-* sparc"
71 IUSE="hardened"
72
73 PROVIDE="virtual/bootloader"
74 @@ -31,11 +31,7 @@
75
76 src_unpack() {
77 unpack ${A}
78 -
79 -# epatch ${MY_P}-${DEB_PL}.diff
80 -
81 cd "${S}"
82 -# epatch "${WORKDIR}"/${MY_P/_/-}/debian/patches/*.patch
83
84 #Set the correct version
85 sed -i -e "s/1.4.14/1.4.14_git2010228_p1/g" Rules.make
86 @@ -43,6 +39,8 @@
87 # Fix build failure
88 sed -i -e "s/-fno-strict-aliasing/-fno-strict-aliasing -U_FORTIFY_SOURCE/g" Rules.make
89
90 + # Fix bug #350677
91 + epatch "${FILESDIR}"/silo-e2fsprogs-1.4.14.patch
92 }
93
94 src_compile() {