From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-util/hxtools/hxtools-20180301.ebuild | 35 -------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 dev-util/hxtools/hxtools-20180301.ebuild (limited to 'dev-util/hxtools/hxtools-20180301.ebuild') diff --git a/dev-util/hxtools/hxtools-20180301.ebuild b/dev-util/hxtools/hxtools-20180301.ebuild deleted file mode 100644 index 38fb9a949d55..000000000000 --- a/dev-util/hxtools/hxtools-20180301.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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-apps/util-linux-2.19 - sys-libs/libcap - >=sys-libs/libhx-3.12.1 - >=sys-apps/pciutils-3 - x11-libs/libxcb:0= -" -DEPEND="${RDEPEND}" - -src_install() { - default - - # man2html is provided by man - rm -rf "${ED}"/usr/bin/man2html - rm -rf "${ED}"/usr/share/man/man1/man2html* - - # Don't collide with dev-util/cwdiff - mv "${ED}"/usr/bin/cwdiff "${ED}"/usr/bin/cwdiff.hx || die - mv "${ED}"/usr/share/man/man1/cwdiff.1 "${ED}"/usr/share/man/man1/cwdiff.hx.1 || die -} -- cgit v1.2.3