From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6DD6138335 for ; Wed, 10 Apr 2019 22:31:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B084CE0835; Wed, 10 Apr 2019 22:31:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84C02E0835 for ; Wed, 10 Apr 2019 22:31:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1EAD340CB8 for ; Wed, 10 Apr 2019 22:31:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 748AE594 for ; Wed, 10 Apr 2019 22:31:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1554935464.7f8b44ca222d006555ffc659ab8b0a06a9be7363.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hxtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/hxtools/Manifest dev-util/hxtools/hxtools-20121125-r1.ebuild X-VCS-Directories: dev-util/hxtools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7f8b44ca222d006555ffc659ab8b0a06a9be7363 X-VCS-Branch: master Date: Wed, 10 Apr 2019 22:31:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9bfeb27f-8811-466f-9a68-5375a0d8ec3b X-Archives-Hash: be67529c99b4985ed1e093e352170541 commit: 7f8b44ca222d006555ffc659ab8b0a06a9be7363 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 10 22:26:22 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 10 22:31:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8b44ca dev-util/hxtools: Drop old versions Signed-off-by: Matt Turner gentoo.org> dev-util/hxtools/Manifest | 1 - dev-util/hxtools/hxtools-20121125-r1.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-util/hxtools/Manifest b/dev-util/hxtools/Manifest index d83b19e9b66..949ede019aa 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 6f624335e2d..00000000000 --- 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* -}