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 621B213893C for ; Sat, 9 Feb 2013 13:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA4CC21C0BA; Sat, 9 Feb 2013 13:27:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70B6521C0BB for ; Sat, 9 Feb 2013 13:27:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 447B833E33A for ; Sat, 9 Feb 2013 13:27:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B922CE4095 for ; Sat, 9 Feb 2013 13:27: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: <1360365035.4293b2d341041cc793c5ba9962dabdf88702c87a.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/PodParser/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: perl-core/PodParser/ChangeLog perl-core/PodParser/PodParser-1.600.0.ebuild perl-core/PodParser/metadata.xml X-VCS-Directories: perl-core/PodParser/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4293b2d341041cc793c5ba9962dabdf88702c87a X-VCS-Branch: master Date: Sat, 9 Feb 2013 13:27: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: 41948e02-854f-4cde-a1f8-d2abe46ca8ae X-Archives-Hash: 3e01674af18ccd1481fc6a7f15f5657c commit: 4293b2d341041cc793c5ba9962dabdf88702c87a Author: Kent Fredric gmail com> AuthorDate: Fri Feb 8 23:10:35 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Feb 8 23:10:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4293b2d3 [newversion] perl-core/PodParser-1.600.0 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- perl-core/PodParser/ChangeLog | 8 ++++- perl-core/PodParser/PodParser-1.600.0.ebuild | 39 ++++++++++++++++++++++++++ perl-core/PodParser/metadata.xml | 2 - 3 files changed, 46 insertions(+), 3 deletions(-) diff --git a/perl-core/PodParser/ChangeLog b/perl-core/PodParser/ChangeLog index 2d8375d..ef00d71 100644 --- a/perl-core/PodParser/ChangeLog +++ b/perl-core/PodParser/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for perl-core/PodParser -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.56 2012/06/24 15:39:01 tove Exp $ +*PodParser-1.600.0 (08 Feb 2013) + + 08 Feb 2013; Kent Fredric +PodParser-1.600.0.ebuild, + metadata.xml: + Bump to 1.60, first version without Pod::Usage and Pod::Checker + 24 Jun 2012; Torsten Veller metadata.xml: Update CPAN upstream info diff --git a/perl-core/PodParser/PodParser-1.600.0.ebuild b/perl-core/PodParser/PodParser-1.600.0.ebuild new file mode 100644 index 0000000..f94921a --- /dev/null +++ b/perl-core/PodParser/PodParser-1.600.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MY_PN=Pod-Parser +MODULE_AUTHOR=MAREKR +MODULE_VERSION=1.60 +inherit perl-module + +DESCRIPTION='Modules for parsing/translating POD format documents' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_build() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_runtime() { + # Cwd + echo virtual/perl-File-Spec + # File::Basename + echo dev-lang/perl + # Test::More 0.6 ( 0.600.0 ) + echo \>=virtual/perl-Test-Simple-0.60 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do" diff --git a/perl-core/PodParser/metadata.xml b/perl-core/PodParser/metadata.xml index 7dfe68c..408b107 100644 --- a/perl-core/PodParser/metadata.xml +++ b/perl-core/PodParser/metadata.xml @@ -6,7 +6,6 @@ Pod-Parser Pod::Cache Pod::Cache::Item - Pod::Checker Pod::Find Pod::Hyperlink Pod::InputObjects @@ -19,6 +18,5 @@ Pod::Parser Pod::PlainText Pod::Select - Pod::Usage