diff options
Diffstat (limited to 'dev-util/hxtools/hxtools-20121125-r1.ebuild')
-rw-r--r-- | dev-util/hxtools/hxtools-20121125-r1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-util/hxtools/hxtools-20121125-r1.ebuild b/dev-util/hxtools/hxtools-20121125-r1.ebuild new file mode 100644 index 000000000000..1b279507e36a --- /dev/null +++ b/dev-util/hxtools/hxtools-20121125-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="A collection of tools and scripts" +HOMEPAGE="http://inai.de/projects/hxtools/" +SRC_URI="http://jftp.inai.de/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=" + dev-lang/perl + sys-libs/libcap + >=sys-libs/libhx-3.12.1 + sys-apps/pciutils +" +DEPEND="${RDEPEND}" + +src_install() { + default + + # man2html is provided by man + rm -rf "${ED}"/usr/bin/man2html + rm -rf "${ED}"/usr/share/man/man1/man2html* +} |