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 513341381F3 for ; Mon, 5 Nov 2012 07:44:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB90EE011E; Mon, 5 Nov 2012 07:43:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1BDC1E019D for ; Mon, 5 Nov 2012 07:43:15 +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 25E1733D860 for ; Mon, 5 Nov 2012 07:43:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 98CDFE544B for ; Mon, 5 Nov 2012 07:43:13 +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: <1352097658.c7de3bc8063b3653630ce035d57ebbc643848351.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Constants/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Pod-Constants/ChangeLog dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild dev-perl/Pod-Constants/metadata.xml X-VCS-Directories: dev-perl/Pod-Constants/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c7de3bc8063b3653630ce035d57ebbc643848351 X-VCS-Branch: master Date: Mon, 5 Nov 2012 07:43:13 +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: 9b4c232d-06a8-44c5-8e6d-09e1ce0944a6 X-Archives-Hash: b9f25d0f9db174553c201693c0d83217 commit: c7de3bc8063b3653630ce035d57ebbc643848351 Author: Daniel Westermann-Clark pobox com> AuthorDate: Thu Jul 9 15:59:58 2009 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Nov 5 06:40:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c7de3bc8 [import/dwc/pod-constants] Convert to EAPI=2 and add metadata.xml (Portage version: 2.1.6.13/git/Linux x86_64) (Signed Manifest commit) --- dev-perl/Pod-Constants/ChangeLog | 8 ++++++++ dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild | 17 ++++++++--------- dev-perl/Pod-Constants/metadata.xml | 9 +++++++++ 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/dev-perl/Pod-Constants/ChangeLog b/dev-perl/Pod-Constants/ChangeLog new file mode 100644 index 0000000..9197f15 --- /dev/null +++ b/dev-perl/Pod-Constants/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/Pod-Constants +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 09 Jul 2009; Daniel Westermann-Clark + Pod-Constants-0.16.ebuild, +metadata.xml: + Convert to EAPI=2 and add metadata.xml + diff --git a/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild b/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild index 78d06ea..bd4cd25 100644 --- a/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild +++ b/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild @@ -1,21 +1,20 @@ -# Copyright Daniel Westermann-Clark +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header$ +# $Header: $ +EAPI=2 + +MODULE_AUTHOR=SAMV inherit perl-module DESCRIPTION="Include constants from POD" -HOMEPAGE="http://search.cpan.org/dist/${PN}/" -SRC_URI="mirror://cpan/authors/id/S/SA/SAMV/${P}.tar.gz" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" -RESTRICT="nomirror" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" SRC_TEST="do" IUSE="test" -RDEPEND="dev-lang/perl - >=virtual/perl-PodParser-1.13" +RDEPEND=">=virtual/perl-PodParser-1.13" DEPEND="${RDEPEND} test? ( >=virtual/perl-Test-Simple-0.18 )" diff --git a/dev-perl/Pod-Constants/metadata.xml b/dev-perl/Pod-Constants/metadata.xml new file mode 100644 index 0000000..743b271 --- /dev/null +++ b/dev-perl/Pod-Constants/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + dwc@pobox.com + Daniel Westermann-Clark + +