mtree-1.0.ebuild 496 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. DESCRIPTION="Directory hierarchy mapping tool from FreeBSD"
  5. HOMEPAGE="https://github.com/archiecobbs/mtree-port"
  6. SRC_URI="https://mtree-port.googlecode.com/files/${P}.tar.gz"
  7. LICENSE="BSD"
  8. SLOT="0"
  9. KEYWORDS="~amd64"
  10. IUSE=""
  11. DEPEND=""
  12. RDEPEND="${DEPEND}"
  13. src_install()
  14. {
  15. default_src_install
  16. # Avoid conflict with app-arch/libarchive
  17. rm "${ED}usr/share/man/man5/mtree.5"
  18. }