diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-04-10 15:26:22 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-04-10 15:31:04 -0700 |
commit | 7f8b44ca222d006555ffc659ab8b0a06a9be7363 (patch) | |
tree | 1b692efc81f38c49e0ff278beb6e70c126e64bd1 /dev-util/hxtools | |
parent | sys-auth/pam_mount: Drop old versions (diff) | |
download | gentoo-7f8b44ca222d006555ffc659ab8b0a06a9be7363.tar.gz gentoo-7f8b44ca222d006555ffc659ab8b0a06a9be7363.tar.bz2 gentoo-7f8b44ca222d006555ffc659ab8b0a06a9be7363.zip |
dev-util/hxtools: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/hxtools')
-rw-r--r-- | dev-util/hxtools/Manifest | 1 | ||||
-rw-r--r-- | dev-util/hxtools/hxtools-20121125-r1.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-util/hxtools/Manifest b/dev-util/hxtools/Manifest index d83b19e9b666..949ede019aa2 100644 --- a/dev-util/hxtools/Manifest +++ b/dev-util/hxtools/Manifest @@ -1,2 +1 @@ -DIST hxtools-20121125.tar.xz 287716 BLAKE2B 66c125e4db14b6a6adb49e0d45944969f6c4a4a238d58a03a2d678eda3e5f8bec002c3fa401c1c9458b4840816a0cc3c357e9e5c8c5ed6a062309785c51ec1a7 SHA512 fa15331d8c961b0a3b1a99f592e2b4f9b0531ac294a2fef0f9a5067b5e427ca57e0c62798b1048a1d6005c9655af45136636255f684a129bc997864e8c7c4915 DIST hxtools-20180301.tar.xz 301516 BLAKE2B 6b768e316de6d9b724cdca5beef1ec14e3482aaf1aa34abc138861782266eac32565cdf7713cc65d3863fb1b3463a21446165ecc7df4f39c4fed168d8efdd3df SHA512 10b6a59367a9d5127116a81ae46c4c0f10dd4cecd60ff78b2dfeb2a304c7a34112df2355b9f939558c8e27d0e255e2df6277da9cc558d4368bcbe4d7130d5326 diff --git a/dev-util/hxtools/hxtools-20121125-r1.ebuild b/dev-util/hxtools/hxtools-20121125-r1.ebuild deleted file mode 100644 index 6f624335e2d0..000000000000 --- a/dev-util/hxtools/hxtools-20121125-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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* -} |