1 |
# Copyright 1999-2012 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ext4magic-0.3.0.ebuild,v 1.2 2012/07/04 20:31:35 ssuominen Exp $ |
4 |
|
5 |
EAPI=4 |
6 |
|
7 |
DESCRIPTION="Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems" |
8 |
HOMEPAGE="http://developer.berlios.de/projects/ext4magic/" |
9 |
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" |
10 |
|
11 |
LICENSE="GPL-2" |
12 |
SLOT="0" |
13 |
KEYWORDS="~amd64 ~x86" |
14 |
IUSE="" |
15 |
|
16 |
RDEPEND="app-arch/bzip2 |
17 |
>=sys-apps/file-5.04 |
18 |
sys-apps/util-linux |
19 |
>=sys-fs/e2fsprogs-1.41.9 |
20 |
sys-libs/zlib" |
21 |
DEPEND=${RDEPEND} |
22 |
|
23 |
DOCS="AUTHORS ChangeLog NEWS README TODO" |