Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/ext3grep: ext3grep-0.10.2.ebuild ext3grep-0.10.1.ebuild ChangeLog
Date: Sun, 26 Feb 2012 17:51:54
Message-Id: 20120226175144.518442004B@flycatcher.gentoo.org
1 hanno 12/02/26 17:51:44
2
3 Modified: ext3grep-0.10.2.ebuild ext3grep-0.10.1.ebuild
4 ChangeLog
5 Log:
6 ext3grep: fix build with e2fsprogs
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sys-fs/ext3grep/ext3grep-0.10.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild?r1=1.2&r2=1.3
16
17 Index: ext3grep-0.10.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ext3grep-0.10.2.ebuild 8 Jul 2010 05:13:10 -0000 1.2
24 +++ ext3grep-0.10.2.ebuild 26 Feb 2012 17:51:44 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v 1.2 2010/07/08 05:13:10 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v 1.3 2012/02/26 17:51:44 hanno Exp $
31
32 EAPI=3
33 inherit eutils
34 @@ -16,6 +16,10 @@
35
36 src_prepare() {
37 epatch "${FILESDIR}"/${PN}-0.10.1-gcc44.patch
38 +
39 + # Fix build against latest e2fsprogs, taken from
40 + # https://code.google.com/p/ext3grep/issues/detail?id=34
41 + epatch "${FILESDIR}"/${P}-new-e2fsprogs.diff
42 }
43
44 src_configure() {
45
46
47
48 1.4 sys-fs/ext3grep/ext3grep-0.10.1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild?rev=1.4&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild?rev=1.4&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild?r1=1.3&r2=1.4
53
54 Index: ext3grep-0.10.1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild,v
57 retrieving revision 1.3
58 retrieving revision 1.4
59 diff -u -r1.3 -r1.4
60 --- ext3grep-0.10.1.ebuild 23 Sep 2009 20:50:19 -0000 1.3
61 +++ ext3grep-0.10.1.ebuild 26 Feb 2012 17:51:44 -0000 1.4
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2009 Gentoo Foundation
64 +# Copyright 1999-2012 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild,v 1.3 2009/09/23 20:50:19 patrick Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild,v 1.4 2012/02/26 17:51:44 hanno Exp $
68
69 inherit eutils
70
71
72
73
74 1.5 sys-fs/ext3grep/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ChangeLog?rev=1.5&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ChangeLog?rev=1.5&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ChangeLog?r1=1.4&r2=1.5
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v
83 retrieving revision 1.4
84 retrieving revision 1.5
85 diff -u -r1.4 -r1.5
86 --- ChangeLog 8 Jul 2010 05:13:10 -0000 1.4
87 +++ ChangeLog 26 Feb 2012 17:51:44 -0000 1.5
88 @@ -1,6 +1,10 @@
89 # ChangeLog for sys-fs/ext3grep
90 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.4 2010/07/08 05:13:10 ssuominen Exp $
92 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.5 2012/02/26 17:51:44 hanno Exp $
94 +
95 + 26 Feb 2012; Hanno Boeck <hanno@g.o> ext3grep-0.10.2.ebuild,
96 + +files/ext3grep-0.10.2-new-e2fsprogs.diff:
97 + Fix build with latest e2fsprogs.
98
99 08 Jul 2010; Samuli Suominen <ssuominen@g.o>
100 ext3grep-0.10.2.ebuild: