From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R80B3-00054K-U8 for garchives@archives.gentoo.org; Mon, 26 Sep 2011 01:40:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FD0121C28E; Mon, 26 Sep 2011 01:40:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EBCC221C0E6 for ; Mon, 26 Sep 2011 01:40:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FD6E1B40E0 for ; Mon, 26 Sep 2011 01:40:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5739F80042 for ; Mon, 26 Sep 2011 01:40:04 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Authority/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dist-Zilla-Plugin-Authority/ChangeLog dev-perl/Dist-Zilla-Plugin-Authority/Dist-Zilla-Plugin-Authority-1.5.0.ebuild dev-perl/Dist-Zilla-Plugin-Authority/metadata.xml X-VCS-Directories: dev-perl/Dist-Zilla-Plugin-Authority/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a5975ab403365e04f8827a6d3087878732fc670c Date: Mon, 26 Sep 2011 01:40:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1a312f0dc20588df5631c73b69a3b3f9 commit: a5975ab403365e04f8827a6d3087878732fc670c Author: Kent Fredric gmail com> AuthorDate: Mon Sep 26 01:29:32 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Sep 26 01:29:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Da5975ab4 [added] Dist-Zilla-Plugin-Authority-1.5.0 (Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- dev-perl/Dist-Zilla-Plugin-Authority/ChangeLog | 10 ++++ .../Dist-Zilla-Plugin-Authority-1.5.0.ebuild | 54 ++++++++++++++= ++++++ dev-perl/Dist-Zilla-Plugin-Authority/metadata.xml | 9 +++ 3 files changed, 73 insertions(+), 0 deletions(-) diff --git a/dev-perl/Dist-Zilla-Plugin-Authority/ChangeLog b/dev-perl/Di= st-Zilla-Plugin-Authority/ChangeLog new file mode 100644 index 0000000..2c7b279 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-Authority/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Dist-Zilla-Plugin-Authority +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Dist-Zilla-Plugin-Authority-1.5.0 (26 Sep 2011) + + 26 Sep 2011; Kent Fredric + +Dist-Zilla-Plugin-Authority-1.5.0.ebuild, +metadata.xml: + Added + diff --git a/dev-perl/Dist-Zilla-Plugin-Authority/Dist-Zilla-Plugin-Autho= rity-1.5.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Authority/Dist-Zilla-Plugi= n-Authority-1.5.0.ebuild new file mode 100644 index 0000000..7b7f289 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-Authority/Dist-Zilla-Plugin-Authority-1.= 5.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D"4" +MODULE_AUTHOR=3DAPOCAL +MODULE_VERSION=3D1.005 +inherit perl-module + +DESCRIPTION=3D'Add the $AUTHORITY variable and metadata to your distribu= tion' +LICENSE=3D"|| ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +perl_mb_build() { + # File::Find + + # File::Temp + echo virtual/perl-File-Temp + + # Module::Build 0.3601 + echo \>=3Dvirtual/perl-Module-Build-0.36.01 +} +perl_mb_configure() { + # strict + + # warnings + + # Module::Build 0.3601 + echo \>=3Dvirtual/perl-Module-Build-0.36.01 +} +perl_mb_requires() { + # Dist::Zilla::Role::FileFinderUser 4.102345 + echo \>=3Ddev-perl/Dist-Zilla-4.102.345 + # Dist::Zilla::Role::FileMunger 4.102345 + echo \>=3Ddev-perl/Dist-Zilla-4.102.345 + # Dist::Zilla::Role::MetaProvider 4.102345 + echo \>=3Ddev-perl/Dist-Zilla-4.102.345 + # File::HomeDir + echo dev-perl/File-HomeDir + # File::Spec + echo virtual/perl-File-Spec + # Moose 1.03 + echo \>=3Ddev-perl/Moose-1.30.0 + # Moose::Util::TypeConstraints 1.01 + echo \>=3Ddev-perl/Moose-1.10.0 + # PPI 1.206 + echo \>=3Ddev-perl/PPI-1.206 + # perl 5.006 +} +DEPEND=3D"$(perl_mb_configure) + $(perl_mb_build) + $(perl_mb_requires)" +RDEPEND=3D"$(perl_mb_requires)" +SRC_TEST=3D"do" diff --git a/dev-perl/Dist-Zilla-Plugin-Authority/metadata.xml b/dev-perl= /Dist-Zilla-Plugin-Authority/metadata.xml new file mode 100644 index 0000000..ccc7e0f --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-Authority/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + kentfredric@gmail.com + Kent Fredric + +