diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-04 15:28:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-04 15:28:41 +0000 |
commit | c913216d8156f0a7a4d26f0a2afe6ddeef2efa6b (patch) | |
tree | f1f7a9d62fa34580b1dab3699f4677bf6c337dac /sys-fs | |
parent | add net-mail to maintainers (diff) | |
download | gentoo-2-c913216d8156f0a7a4d26f0a2afe6ddeef2efa6b.tar.gz gentoo-2-c913216d8156f0a7a4d26f0a2afe6ddeef2efa6b.tar.bz2 gentoo-2-c913216d8156f0a7a4d26f0a2afe6ddeef2efa6b.zip |
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ext4magic/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/ext4magic/ext4magic-0.3.0.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/sys-fs/ext4magic/ChangeLog b/sys-fs/ext4magic/ChangeLog index a91df3bf665e..9c2e9a442022 100644 --- a/sys-fs/ext4magic/ChangeLog +++ b/sys-fs/ext4magic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/ext4magic -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ChangeLog,v 1.1 2011/12/30 12:40:33 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ChangeLog,v 1.2 2012/03/04 15:28:41 ssuominen Exp $ + +*ext4magic-0.3.0 (04 Mar 2012) + + 04 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> +ext4magic-0.3.0.ebuild: + Version bump. *ext4magic-0.2.4 (30 Dec 2011) diff --git a/sys-fs/ext4magic/ext4magic-0.3.0.ebuild b/sys-fs/ext4magic/ext4magic-0.3.0.ebuild new file mode 100644 index 000000000000..69bb8cfa36cd --- /dev/null +++ b/sys-fs/ext4magic/ext4magic-0.3.0.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.0.ebuild,v 1.1 2012/03/04 15:28:41 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" |