diff options
author | Justin Lecher <jlec@gentoo.org> | 2009-05-11 11:08:36 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2009-05-11 11:08:36 +0000 |
commit | 1d445490c9ca8511d0a4af04892903cdb7d4ff4f (patch) | |
tree | 578553f1f1bb6dd4e808195b3de99de8e39235eb /sys-fs/ext3grep/ext3grep-0.10.1.ebuild | |
parent | sys-fs/ext3grep: sys-fs/ext3grep update thanks to hanno for new ebuild (diff) | |
download | sunrise-1d445490c9ca8511d0a4af04892903cdb7d4ff4f.tar.gz sunrise-1d445490c9ca8511d0a4af04892903cdb7d4ff4f.tar.bz2 sunrise-1d445490c9ca8511d0a4af04892903cdb7d4ff4f.zip |
sys-fs/ext3grep: sys-fs/ext3grep use base eclass
svn path=/sunrise/; revision=8523
Diffstat (limited to 'sys-fs/ext3grep/ext3grep-0.10.1.ebuild')
-rw-r--r-- | sys-fs/ext3grep/ext3grep-0.10.1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
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 |