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 D232A138353 for ; Wed, 15 Apr 2020 17:05:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8C16E08F7; Wed, 15 Apr 2020 17:05:12 +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 74DD5E08F5 for ; Wed, 15 Apr 2020 17:05:12 +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 591F934EFE6 for ; Wed, 15 Apr 2020 17:05:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B11AF1D8 for ; Wed, 15 Apr 2020 17:05:09 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1586970254.a157478f8b965db052b48c6c9e1a74fd50e0c7ce.kentnl@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/XML-Catalog-1.30.0.ebuild X-VCS-Directories: dev-perl/XML-Catalog/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a157478f8b965db052b48c6c9e1a74fd50e0c7ce X-VCS-Branch: master Date: Wed, 15 Apr 2020 17:05:09 +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: 467726ca-b2c8-4fc2-84a0-c6b6df4eea1b X-Archives-Hash: 6b29249d6d7d26242e1e11a2661ba89d commit: a157478f8b965db052b48c6c9e1a74fd50e0c7ce Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 15 16:39:47 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 15 17:04:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a157478f dev-perl/XML-Catalog: Remove old 1.30.0 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/XML-Catalog/XML-Catalog-1.30.0.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-perl/XML-Catalog/XML-Catalog-1.30.0.ebuild b/dev-perl/XML-Catalog/XML-Catalog-1.30.0.ebuild deleted file mode 100644 index 44d9ecf1b79..00000000000 --- a/dev-perl/XML-Catalog/XML-Catalog-1.30.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=JFEARN -MODULE_VERSION=1.03 -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 - >=dev-perl/libwww-perl-5.48" -DEPEND="${RDEPEND} - dev-perl/Module-Build"