/[gentoo-x86]/sys-fs/extundelete/extundelete-0.2.0-r1.ebuild
Gentoo

Contents of /sys-fs/extundelete/extundelete-0.2.0-r1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Wed Jun 20 08:20:23 2012 UTC (11 months, 4 weeks ago) by jdhore
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines
marked x86 per bug 422211

(Portage version: 2.2.0_alpha110/cvs/Linux i686)

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 }

  ViewVC Help
Powered by ViewVC 1.1.20