extundelete-0.2.4.ebuild 470 B

123456789101112131415161718192021
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="A utility to undelete files from an ext3 or ext4 partition"
  5. HOMEPAGE="http://extundelete.sourceforge.net/"
  6. SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
  7. LICENSE="GPL-2"
  8. SLOT=0
  9. KEYWORDS="amd64 x86"
  10. IUSE=""
  11. E2FSPROGS=1.42.6
  12. RDEPEND=">=sys-fs/e2fsprogs-${E2FSPROGS}
  13. >=sys-libs/e2fsprogs-libs-${E2FSPROGS}"
  14. DEPEND=${RDEPEND}
  15. DOCS=README