From 1d445490c9ca8511d0a4af04892903cdb7d4ff4f Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 11 May 2009 11:08:36 +0000 Subject: sys-fs/ext3grep: sys-fs/ext3grep use base eclass svn path=/sunrise/; revision=8523 --- sys-fs/ext3grep/ext3grep-0.10.1.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sys-fs/ext3grep/ext3grep-0.10.1.ebuild') diff --git a/sys-fs/ext3grep/ext3grep-0.10.1.ebuild b/sys-fs/ext3grep/ext3grep-0.10.1.ebuild index 156e1c48f..6112cc346 100644 --- a/sys-fs/ext3grep/ext3grep-0.10.1.ebuild +++ b/sys-fs/ext3grep/ext3grep-0.10.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit eutils +inherit eutils base DESCRIPTION="recover deleted files on an ext3 file system" HOMEPAGE="http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html" @@ -18,11 +18,7 @@ RDEPEND="" DEPEND="${RDEPEND} debug? ( libcwd? ( dev-cpp/libcwd ) )" -src_unpack(){ - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/gcc-4.3.patch -} +PATCHES=( "${FILESDIR}"/gcc-4.3.patch ) src_compile() { local myconf -- cgit v1.2.3-65-gdbad