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/extundelete: ChangeLog extundelete-0.2.0-r1.ebuild
Date: Sun, 26 Feb 2012 17:38:27
Message-Id: 20120226173817.3C35C2004B@flycatcher.gentoo.org
1 ssuominen 12/02/26 17:38:17
2
3 Modified: ChangeLog
4 Added: extundelete-0.2.0-r1.ebuild
5 Log:
6 Fix building against recent e2fsprogs wrt #402633 by Richard Yao
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 sys-fs/extundelete/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/extundelete/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/extundelete/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/extundelete/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/extundelete/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 19 Jun 2011 13:59:20 -0000 1.3
24 +++ ChangeLog 26 Feb 2012 17:38:17 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-fs/extundelete
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/extundelete/ChangeLog,v 1.3 2011/06/19 13:59:20 maekke Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/extundelete/ChangeLog,v 1.4 2012/02/26 17:38:17 ssuominen Exp $
31 +
32 +*extundelete-0.2.0-r1 (26 Feb 2012)
33 +
34 + 26 Feb 2012; Samuli Suominen <ssuominen@g.o>
35 + +extundelete-0.2.0-r1.ebuild, +files/extundelete-0.2.0-build.patch:
36 + Fix building against recent e2fsprogs wrt #402633 by Richard Yao
37
38 19 Jun 2011; Markus Meier <maekke@g.o> extundelete-0.2.0.ebuild:
39 x86 stable, bug #370789
40
41
42
43 1.1 sys-fs/extundelete/extundelete-0.2.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/extundelete/extundelete-0.2.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/extundelete/extundelete-0.2.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: extundelete-0.2.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-fs/extundelete/extundelete-0.2.0-r1.ebuild,v 1.1 2012/02/26 17:38:17 ssuominen Exp $
53
54 EAPI=4
55 inherit eutils
56
57 _E2FS=1.42
58
59 DESCRIPTION="A utility to undelete files from an ext3 or ext4 partition"
60 HOMEPAGE="http://extundelete.sourceforge.net/"
61 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND=">=sys-fs/e2fsprogs-${_E2FS}
69 >=sys-libs/e2fsprogs-libs-${_E2FS}"
70 DEPEND="${RDEPEND}"
71
72 DOCS="README"
73
74 src_prepare() {
75 epatch "${FILESDIR}"/${P}-build.patch
76 }