summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-09-24 11:23:26 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-09-24 11:23:26 +0000
commitcbabc3ffe3f170c1450fbc8c96d34c5bde8a0e64 (patch)
tree09d99f15f06b8fa9731e58217ae759daa9a166a7 /sys-fs
parentversion bump wrt #436042 (diff)
downloadgentoo-2-cbabc3ffe3f170c1450fbc8c96d34c5bde8a0e64.tar.gz
gentoo-2-cbabc3ffe3f170c1450fbc8c96d34c5bde8a0e64.tar.bz2
gentoo-2-cbabc3ffe3f170c1450fbc8c96d34c5bde8a0e64.zip
Version bump.
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ext4magic/ChangeLog7
-rw-r--r--sys-fs/ext4magic/ext4magic-0.3.1.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/sys-fs/ext4magic/ChangeLog b/sys-fs/ext4magic/ChangeLog
index a6e159229666..819c712e12e2 100644
--- a/sys-fs/ext4magic/ChangeLog
+++ b/sys-fs/ext4magic/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/ext4magic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ChangeLog,v 1.5 2012/07/04 20:31:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ChangeLog,v 1.6 2012/09/24 11:23:26 ssuominen Exp $
+
+*ext4magic-0.3.1 (24 Sep 2012)
+
+ 24 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> +ext4magic-0.3.1.ebuild:
+ Version bump.
04 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> ext4magic-0.3.0.ebuild:
amd64/x86 stable
diff --git a/sys-fs/ext4magic/ext4magic-0.3.1.ebuild b/sys-fs/ext4magic/ext4magic-0.3.1.ebuild
new file mode 100644
index 000000000000..75044d4b79ac
--- /dev/null
+++ b/sys-fs/ext4magic/ext4magic-0.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ext4magic-0.3.1.ebuild,v 1.1 2012/09/24 11:23:26 ssuominen Exp $
+
+EAPI=4
+
+DESCRIPTION="Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems"
+HOMEPAGE="http://developer.berlios.de/projects/ext4magic/"
+SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-arch/bzip2
+ >=sys-apps/file-5.04
+ sys-apps/util-linux
+ >=sys-fs/e2fsprogs-1.41.9
+ sys-libs/zlib"
+DEPEND=${RDEPEND}
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"