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 D22961395E2 for ; Tue, 22 Nov 2016 06:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FF3021C07E; Tue, 22 Nov 2016 06:55:16 +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 E76FC21C07E for ; Tue, 22 Nov 2016 06:55:05 +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 6C2C734162D for ; Tue, 22 Nov 2016 06:54:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B28CD24BE for ; Tue, 22 Nov 2016 06:54:46 +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: <1479797640.20cfb3cac4b63004a7292b4ba0b76064633fd2fc.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/XML-RSS-LibXML/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/XML-RSS-LibXML/XML-RSS-LibXML-0.310.200.ebuild dev-perl/XML-RSS-LibXML/metadata.xml X-VCS-Directories: dev-perl/XML-RSS-LibXML/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 20cfb3cac4b63004a7292b4ba0b76064633fd2fc X-VCS-Branch: master Date: Tue, 22 Nov 2016 06:54:46 +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: 28c911f3-4a3c-4718-a93f-67383f71f892 X-Archives-Hash: ce4ba95f2390ad256a65781ff62058ea commit: 20cfb3cac4b63004a7292b4ba0b76064633fd2fc Author: Kent Fredric gentoo org> AuthorDate: Tue Nov 22 06:54:00 2016 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Nov 22 06:54:00 2016 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=20cfb3ca dev-perl/XML-RSS-LibXML: Gone to ::gentoo .../XML-RSS-LibXML/XML-RSS-LibXML-0.310.200.ebuild | 46 ---------------------- dev-perl/XML-RSS-LibXML/metadata.xml | 25 ------------ 2 files changed, 71 deletions(-) diff --git a/dev-perl/XML-RSS-LibXML/XML-RSS-LibXML-0.310.200.ebuild b/dev-perl/XML-RSS-LibXML/XML-RSS-LibXML-0.310.200.ebuild deleted file mode 100644 index fed2f0b..0000000 --- a/dev-perl/XML-RSS-LibXML/XML-RSS-LibXML-0.310.200.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 -MODULE_AUTHOR=DMAKI -MODULE_VERSION=0.3102 -inherit perl-module - -DESCRIPTION='XML::RSS with XML::LibXML' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.42 -} -perl_meta_build() { - # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.42 -} -perl_meta_runtime() { - # Class::Accessor::Fast - echo dev-perl/Class-Accessor - # DateTime::Format::Mail - echo dev-perl/DateTime-Format-Mail - # DateTime::Format::W3CDTF - echo dev-perl/DateTime-Format-W3CDTF - # Encode - echo virtual/perl-Encode - # UNIVERSAL::require - echo dev-perl/UNIVERSAL-require - # XML::LibXML 1.66 ( 1.660.0 ) - echo \>=dev-perl/XML-LibXML-1.660.0 - # XML::LibXML::XPathContext - echo dev-perl/XML-LibXML -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/XML-RSS-LibXML/metadata.xml b/dev-perl/XML-RSS-LibXML/metadata.xml deleted file mode 100644 index e2e3eb5..0000000 --- a/dev-perl/XML-RSS-LibXML/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - dwc@pobox.com - Daniel Westermann-Clark - - - XML-RSS-LibXML - XML::RSS::LibXML - XML::RSS::LibXML::ImplBase - XML::RSS::LibXML::MagicElement - XML::RSS::LibXML::Namespaces - XML::RSS::LibXML::Null - XML::RSS::LibXML::V0_9 - XML::RSS::LibXML::V0_91 - XML::RSS::LibXML::V0_92 - XML::RSS::LibXML::V1_0 - XML::RSS::LibXML::V2_0 - -