public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-Authority/
Date: Thu, 16 Feb 2012 00:26:49 +0000 (UTC)	[thread overview]
Message-ID: <1317000572.a5975ab403365e04f8827a6d3087878732fc670c.kent@gentoo> (raw)

commit:     a5975ab403365e04f8827a6d3087878732fc670c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep 26 01:29:32 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep 26 01:29:32 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a5975ab4

[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/Dist-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 <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-Authority-1.5.0.ebuild, +metadata.xml:
+  Added
+

diff --git a/dev-perl/Dist-Zilla-Plugin-Authority/Dist-Zilla-Plugin-Authority-1.5.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Authority/Dist-Zilla-Plugin-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="4"
+MODULE_AUTHOR=APOCAL
+MODULE_VERSION=1.005
+inherit perl-module
+
+DESCRIPTION='Add the $AUTHORITY variable and metadata to your distribution'
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_mb_build() {
+	# File::Find
+
+	# File::Temp
+	echo virtual/perl-File-Temp
+
+	# Module::Build 0.3601
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_mb_configure() {
+	# strict
+
+	# warnings
+
+	# Module::Build 0.3601
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_mb_requires() {
+	# Dist::Zilla::Role::FileFinderUser 4.102345
+	echo \>=dev-perl/Dist-Zilla-4.102.345
+	# Dist::Zilla::Role::FileMunger 4.102345
+	echo \>=dev-perl/Dist-Zilla-4.102.345
+	# Dist::Zilla::Role::MetaProvider 4.102345
+	echo \>=dev-perl/Dist-Zilla-4.102.345
+	# File::HomeDir
+	echo dev-perl/File-HomeDir
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# Moose 1.03
+	echo \>=dev-perl/Moose-1.30.0
+	# Moose::Util::TypeConstraints 1.01
+	echo \>=dev-perl/Moose-1.10.0
+	# PPI 1.206
+	echo \>=dev-perl/PPI-1.206
+	# perl 5.006
+}
+DEPEND="$(perl_mb_configure)
+		$(perl_mb_build)
+		$(perl_mb_requires)"
+RDEPEND="$(perl_mb_requires)"
+SRC_TEST="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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>kentfredric@gmail.com</email>
+        <name>Kent Fredric</name>
+    </maintainer>
+</pkgmetadata>



                 reply	other threads:[~2012-02-16  0:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1317000572.a5975ab403365e04f8827a6d3087878732fc670c.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox