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/ext4magic: ext4magic-0.3.0.ebuild ChangeLog
Date: Sun, 04 Mar 2012 15:28:53
Message-Id: 20120304152841.D3BB72004B@flycatcher.gentoo.org
1 ssuominen 12/03/04 15:28:41
2
3 Modified: ChangeLog
4 Added: ext4magic-0.3.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sys-fs/ext4magic/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext4magic/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext4magic/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext4magic/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 30 Dec 2011 12:40:33 -0000 1.1
24 +++ ChangeLog 4 Mar 2012 15:28:41 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-fs/ext4magic
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ChangeLog,v 1.1 2011/12/30 12:40:33 ssuominen Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ChangeLog,v 1.2 2012/03/04 15:28:41 ssuominen Exp $
31 +
32 +*ext4magic-0.3.0 (04 Mar 2012)
33 +
34 + 04 Mar 2012; Samuli Suominen <ssuominen@g.o> +ext4magic-0.3.0.ebuild:
35 + Version bump.
36
37 *ext4magic-0.2.4 (30 Dec 2011)
38
39
40
41
42 1.1 sys-fs/ext4magic/ext4magic-0.3.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext4magic/ext4magic-0.3.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext4magic/ext4magic-0.3.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ext4magic-0.3.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ext4magic-0.3.0.ebuild,v 1.1 2012/03/04 15:28:41 ssuominen Exp $
52
53 EAPI=4
54
55 DESCRIPTION="Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems"
56 HOMEPAGE="http://developer.berlios.de/projects/ext4magic/"
57 SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND="app-arch/bzip2
65 >=sys-apps/file-5.04
66 sys-apps/util-linux
67 >=sys-fs/e2fsprogs-1.41.9
68 sys-libs/zlib"
69 DEPEND="${RDEPEND}"
70
71 DOCS="AUTHORS ChangeLog NEWS README TODO"