From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 78FC713888F for ; Mon, 19 Oct 2015 12:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EE5F21C051; Mon, 19 Oct 2015 12:06:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE02121C04B for ; Mon, 19 Oct 2015 12:06:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DAA5340566 for ; Mon, 19 Oct 2015 12:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87BDF1351 for ; Mon, 19 Oct 2015 12:06:25 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445256378.78c188a4b1d604cbf68ae0b1e2dac96c78f2ebcd.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/html-xml-utils/Manifest app-text/html-xml-utils/html-xml-utils-6.8.ebuild X-VCS-Directories: app-text/html-xml-utils/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 78c188a4b1d604cbf68ae0b1e2dac96c78f2ebcd X-VCS-Branch: master Date: Mon, 19 Oct 2015 12:06:25 +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-Archives-Salt: 73d004ec-b979-4604-a4a1-21c60311676c X-Archives-Hash: e31b310b070aa57dd636925ec7153078 commit: 78c188a4b1d604cbf68ae0b1e2dac96c78f2ebcd Author: Justin Lecher gentoo org> AuthorDate: Mon Oct 19 11:19:15 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Oct 19 12:06:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c188a4 app-text/html-xml-utils: Drop old Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> app-text/html-xml-utils/Manifest | 1 - app-text/html-xml-utils/html-xml-utils-6.8.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/app-text/html-xml-utils/Manifest b/app-text/html-xml-utils/Manifest index 2208f99..63da240 100644 --- a/app-text/html-xml-utils/Manifest +++ b/app-text/html-xml-utils/Manifest @@ -1,2 +1 @@ -DIST html-xml-utils-6.8.tar.gz 310688 SHA256 f09b7de5e427ea930ed9ceaf0ee7e6a816cf51113149a040fa84a1664ddfa189 SHA512 f4e942636064727da08b32989353e7d260d981363346f7654d65aa561aa01a1e70c478fbc9257bc5d027d34dc62d896c29dc7bff8d50c67b382387d540395546 WHIRLPOOL e31796f24fcf173da2e29d9e0f2f45be54de468fc8a93b56380a7e0ad25d9e61b78cf9b643b77e62820ec6bfc4dfa78c14f13204df0c3210c69bde411a95e645 DIST html-xml-utils-6.9.tar.gz 311449 SHA256 9cf401dc84ca01752adf1f2d9862c4f227bb089504ed9d03d7fd40603e87fab2 SHA512 590a04e91130d7daecc4c1935808d872f3d49967be345060039bae5986b70be3be40104bc215524017a08c5492671a1fd96b63028f26f84faa400a9fbd283778 WHIRLPOOL b89b0bf5225256af2a0464429f2aa7eb1171ea982afc02ae0377e7cbd0633ee33cd39069bb0cd9056c712c20e7568b3716e448b1b8e47a9eb92193076734c353 diff --git a/app-text/html-xml-utils/html-xml-utils-6.8.ebuild b/app-text/html-xml-utils/html-xml-utils-6.8.ebuild deleted file mode 100644 index 1c53a49..0000000 --- a/app-text/html-xml-utils/html-xml-utils-6.8.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="A number of simple utilities for manipulating HTML and XML files" -SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz" -HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/" - -LICENSE="W3C" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -src_prepare() { - sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die -} - -RDEPEND="net-misc/curl" -DEPEND="${RDEPEND}"