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 156F4138A8B for ; Sun, 23 Oct 2016 18:47:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF66EE07EB; Sun, 23 Oct 2016 18:47:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4BCFE07EB for ; Sun, 23 Oct 2016 18:47:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9127433D3CE for ; Sun, 23 Oct 2016 18:42:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0826D2497 for ; Sun, 23 Oct 2016 18:47:28 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1477248440.afac1d0a2f3df5f86cb7b97b96d7a1f600352a17.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Catalog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Catalog/Manifest dev-perl/XML-Catalog/XML-Catalog-0.20.0-r1.ebuild X-VCS-Directories: dev-perl/XML-Catalog/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: afac1d0a2f3df5f86cb7b97b96d7a1f600352a17 X-VCS-Branch: master Date: Sun, 23 Oct 2016 18:47:28 +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: 471f6526-dff7-402f-a342-557722e8aea1 X-Archives-Hash: 6aecc26d16d8a4387811963307f8579f commit: afac1d0a2f3df5f86cb7b97b96d7a1f600352a17 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Oct 23 18:47:20 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Oct 23 18:47:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afac1d0a dev-perl/XML-Catalog: Remove old Package-Manager: portage-2.3.2 dev-perl/XML-Catalog/Manifest | 1 - dev-perl/XML-Catalog/XML-Catalog-0.20.0-r1.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-perl/XML-Catalog/Manifest b/dev-perl/XML-Catalog/Manifest index 3e8dffc..6b10a30 100644 --- a/dev-perl/XML-Catalog/Manifest +++ b/dev-perl/XML-Catalog/Manifest @@ -1,2 +1 @@ -DIST XML-Catalog-0.02.tar.gz 3965 SHA256 7d439d7a6e71f7d25daba6436f0a268e06b02572b23cf1f3745f57a8bef159a0 SHA512 d12d0e000a45822caa225f947004ce3d31ddb94c02f191696049f0a0ae677d92aaebf9381206f0f28fa54683af84e0cceda29ff6bc46ac7024840ed5f0688323 WHIRLPOOL 4412a3110296bcd9a4a93189904b6d4f9e797dc4e49812c7c23102bb6b41ee25b36a65123c576fd1d9f7a25c6930c5eaae7ec736329f8f56c2b4b11981b8e45e DIST XML-Catalog-1.03.tar.gz 12266 SHA256 55cd8f68ffc0899cc5d265b4f4573c88c435a2620fd85993d25f5f81bfa169d7 SHA512 a6189b4e5d53c2a764643f0e83d2aac5139d97c98ce322c305f9adb4e064d1b388583711f4e70110d7c2974162db72a20ba7f235af3fb05178080a3f37983f1f WHIRLPOOL 4e320fe502931cd9e87a351c0d4b34d6a212b07e1b72efa63999bc6cccda9e7790560a4de77028a3a84524baad0b6eae2407d9510bdd7c5896bc65e85dc2b633 diff --git a/dev-perl/XML-Catalog/XML-Catalog-0.20.0-r1.ebuild b/dev-perl/XML-Catalog/XML-Catalog-0.20.0-r1.ebuild deleted file mode 100644 index b798c76..00000000 --- a/dev-perl/XML-Catalog/XML-Catalog-0.20.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=EBOHLMAN -MODULE_VERSION=0.02 -inherit perl-module - -DESCRIPTION="Resolve public identifiers and remap system identifiers" - -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" - -RDEPEND=">=dev-perl/XML-Parser-2.29 - >=dev-perl/libwww-perl-5.48" -DEPEND="${RDEPEND}"