Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/ext3grep: ext3grep-0.10.2.ebuild ChangeLog
Date: Sat, 03 Nov 2012 10:04:01
Message-Id: 20121103100344.3D124215F3@flycatcher.gentoo.org
1 ssuominen 12/11/03 10:03:44
2
3 Modified: ext3grep-0.10.2.ebuild ChangeLog
4 Log:
5 Fix building with recent toolchain wrt #422789 by Diego Elio Pettenò. Missing dependencies of e2fsprogs, os-headers, and pkg-config.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.4 sys-fs/ext3grep/ext3grep-0.10.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild?r1=1.3&r2=1.4
15
16 Index: ext3grep-0.10.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ext3grep-0.10.2.ebuild 26 Feb 2012 17:51:44 -0000 1.3
23 +++ ext3grep-0.10.2.ebuild 3 Nov 2012 10:03:44 -0000 1.4
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v 1.3 2012/02/26 17:51:44 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.2.ebuild,v 1.4 2012/11/03 10:03:44 ssuominen Exp $
29
30 -EAPI=3
31 +EAPI=4
32 inherit eutils
33
34 DESCRIPTION="Recover deleted files on an ext3 file system"
35 @@ -14,8 +14,17 @@
36 KEYWORDS="~amd64 ~x86"
37 IUSE="debug pch"
38
39 +DOCS="NEWS README"
40 +
41 +RDEPEND=""
42 +DEPEND="sys-fs/e2fsprogs
43 + virtual/os-headers
44 + virtual/pkgconfig"
45 +
46 src_prepare() {
47 - epatch "${FILESDIR}"/${PN}-0.10.1-gcc44.patch
48 + epatch \
49 + "${FILESDIR}"/${PN}-0.10.1-gcc44.patch \
50 + "${FILESDIR}"/${P}-include-unistd_h-for-sysconf.patch
51
52 # Fix build against latest e2fsprogs, taken from
53 # https://code.google.com/p/ext3grep/issues/detail?id=34
54 @@ -24,12 +33,6 @@
55
56 src_configure() {
57 econf \
58 - --disable-dependency-tracking \
59 $(use_enable debug) \
60 $(use_enable pch)
61 }
62 -
63 -src_install() {
64 - emake DESTDIR="${D}" install || die
65 - dodoc NEWS README || die
66 -}
67
68
69
70 1.7 sys-fs/ext3grep/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ChangeLog?rev=1.7&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ChangeLog?rev=1.7&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext3grep/ChangeLog?r1=1.6&r2=1.7
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v
79 retrieving revision 1.6
80 retrieving revision 1.7
81 diff -u -r1.6 -r1.7
82 --- ChangeLog 3 Nov 2012 09:53:50 -0000 1.6
83 +++ ChangeLog 3 Nov 2012 10:03:44 -0000 1.7
84 @@ -1,6 +1,11 @@
85 # ChangeLog for sys-fs/ext3grep
86 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.6 2012/11/03 09:53:50 ssuominen Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.7 2012/11/03 10:03:44 ssuominen Exp $
89 +
90 + 03 Nov 2012; Samuli Suominen <ssuominen@g.o> ext3grep-0.10.2.ebuild,
91 + +files/ext3grep-0.10.2-include-unistd_h-for-sysconf.patch:
92 + Fix building with recent toolchain wrt #422789 by Diego Elio Pettenò.
93 + Missing dependencies of e2fsprogs, os-headers, and pkg-config.
94
95 03 Nov 2012; Samuli Suominen <ssuominen@g.o> -ext3grep-0.10.1.ebuild:
96 old