dev-util/hxtools: Bump, fix collisions (#468244) and deps (#514636)

Package-Manager: Portage-2.3.27, Repoman-2.3.9
This commit is contained in:
Pacho Ramos
2018-04-03 20:41:13 +02:00
parent 74184ff1c2
commit f2de5f9bb0
2 changed files with 36 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST hxtools-20121125.tar.xz 287716 BLAKE2B 66c125e4db14b6a6adb49e0d45944969f6c4a4a238d58a03a2d678eda3e5f8bec002c3fa401c1c9458b4840816a0cc3c357e9e5c8c5ed6a062309785c51ec1a7 SHA512 fa15331d8c961b0a3b1a99f592e2b4f9b0531ac294a2fef0f9a5067b5e427ca57e0c62798b1048a1d6005c9655af45136636255f684a129bc997864e8c7c4915
DIST hxtools-20180301.tar.xz 301516 BLAKE2B 6b768e316de6d9b724cdca5beef1ec14e3482aaf1aa34abc138861782266eac32565cdf7713cc65d3863fb1b3463a21446165ecc7df4f39c4fed168d8efdd3df SHA512 10b6a59367a9d5127116a81ae46c4c0f10dd4cecd60ff78b2dfeb2a304c7a34112df2355b9f939558c8e27d0e255e2df6277da9cc558d4368bcbe4d7130d5326

View File

@@ -0,0 +1,35 @@
# 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
}