dev-util/hxtools: Drop old versions
authorMatt Turner <mattst88@gentoo.org>
Wed, 10 Apr 2019 22:26:22 +0000 (15:26 -0700)
committerMatt Turner <mattst88@gentoo.org>
Wed, 10 Apr 2019 22:31:04 +0000 (15:31 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
dev-util/hxtools/Manifest
dev-util/hxtools/hxtools-20121125-r1.ebuild [deleted file]

index d83b19e9b66674061617b21fea092f87b2a45d34..949ede019aa229ad787dc58aa10b654b9c6f7cec 100644 (file)
@@ -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 (file)
index 6f62433..0000000
+++ /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*
-}