| 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/extundelete/extundelete-0.2.0-r1.ebuild,v 1.2 2012/06/19 19:49:43 ago Exp $ |
| 4 |
|
| 5 |
EAPI=4 |
| 6 |
inherit eutils |
| 7 |
|
| 8 |
_E2FS=1.42 |
| 9 |
|
| 10 |
DESCRIPTION="A utility to undelete files from an ext3 or ext4 partition" |
| 11 |
HOMEPAGE="http://extundelete.sourceforge.net/" |
| 12 |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" |
| 13 |
|
| 14 |
LICENSE="GPL-2" |
| 15 |
SLOT="0" |
| 16 |
KEYWORDS="amd64 x86" |
| 17 |
IUSE="" |
| 18 |
|
| 19 |
RDEPEND=">=sys-fs/e2fsprogs-${_E2FS} |
| 20 |
>=sys-libs/e2fsprogs-libs-${_E2FS}" |
| 21 |
DEPEND="${RDEPEND}" |
| 22 |
|
| 23 |
DOCS="README" |
| 24 |
|
| 25 |
src_prepare() { |
| 26 |
epatch "${FILESDIR}"/${P}-build.patch |
| 27 |
} |