public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-MinimumPerl/
@ 2011-10-31  4:52 Kent Fredric
  0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2011-10-31  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b4ab4846780084ceca4c1f79c574b6e229ac2cfc
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Oct 31 03:47:20 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Oct 31 03:47:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b4ab4846

[added] Dist-Zilla-Plugin-MinimumPerl

(Portage version: 2.2.0_alpha70/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Dist-Zilla-Plugin-MinimumPerl/ChangeLog   |   10 ++++
 .../Dist-Zilla-Plugin-MinimumPerl-1.3.0.ebuild     |   55 ++++++++++++++++++++
 .../Dist-Zilla-Plugin-MinimumPerl/metadata.xml     |    9 +++
 3 files changed, 74 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-MinimumPerl/ChangeLog b/dev-perl/Dist-Zilla-Plugin-MinimumPerl/ChangeLog
new file mode 100644
index 0000000..8435ab6
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-MinimumPerl/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Dist-Zilla-Plugin-MinimumPerl
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Dist-Zilla-Plugin-MinimumPerl-1.3.0 (31 Oct 2011)
+
+  31 Oct 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-MinimumPerl-1.3.0.ebuild, +metadata.xml:
+  Added
+

diff --git a/dev-perl/Dist-Zilla-Plugin-MinimumPerl/Dist-Zilla-Plugin-MinimumPerl-1.3.0.ebuild b/dev-perl/Dist-Zilla-Plugin-MinimumPerl/Dist-Zilla-Plugin-MinimumPerl-1.3.0.ebuild
new file mode 100644
index 0000000..18a6987
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-MinimumPerl/Dist-Zilla-Plugin-MinimumPerl-1.3.0.ebuild
@@ -0,0 +1,55 @@
+# 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.003
+inherit perl-module
+
+DESCRIPTION='Detects the minimum version of Perl required for your dist'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+	# Dist::Zilla::Role::FileFinderUser 4.102345 ( 4.102.345 )
+	echo \>=dev-perl/Dist-Zilla-4.102.345
+	# Dist::Zilla::Role::PrereqSource 4.102345 ( 4.102.345 )
+	echo \>=dev-perl/Dist-Zilla-4.102.345
+	# Moose 1.03 ( 1.30.0 )
+	echo \>=dev-perl/Moose-1.30.0
+	# Moose::Util::TypeConstraints 1.01 ( 1.10.0 )
+	echo \>=dev-perl/Moose-1.10.0
+	# MooseX::Types::Perl 0.101340 ( 0.101.340 )
+	echo \>=dev-perl/MooseX-Types-Perl-0.101.340
+	# Perl::MinimumVersion 1.26 ( 1.260.0 )
+	echo \>=dev-perl/Perl-MinimumVersion-1.260.0
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+perl_meta_test() {
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-MinimumPerl/metadata.xml b/dev-perl/Dist-Zilla-Plugin-MinimumPerl/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-MinimumPerl/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>



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-31  4:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-31  4:52 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-MinimumPerl/ Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox