hxtools-20121125-r1.ebuild 565 B

123456789101112131415161718192021222324252627282930
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="A collection of tools and scripts"
  5. HOMEPAGE="http://inai.de/projects/hxtools/"
  6. SRC_URI="http://jftp.inai.de/${PN}/${P}.tar.xz"
  7. LICENSE="GPL-3"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~ppc ~x86"
  10. IUSE=""
  11. RDEPEND="
  12. dev-lang/perl
  13. sys-libs/libcap
  14. >=sys-libs/libhx-3.12.1
  15. sys-apps/pciutils
  16. "
  17. DEPEND="${RDEPEND}"
  18. src_install() {
  19. default
  20. # man2html is provided by man
  21. rm -rf "${ED}"/usr/bin/man2html
  22. rm -rf "${ED}"/usr/share/man/man1/man2html*
  23. }