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:master commit in: dev-perl/Gentoo-Overlay/
Date: Tue, 27 Mar 2012 09:30:33 +0000 (UTC)	[thread overview]
Message-ID: <1332832861.8bc6a8d25fea07e236c365c08a2b7c019a87190b.kent@gentoo> (raw)

commit:     8bc6a8d25fea07e236c365c08a2b7c019a87190b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 07:21:01 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 07:21:01 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8bc6a8d2

[newversion] Gentoo-Overlay-1.0.1

(Portage version: 2.2.0_alpha95/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Gentoo-Overlay/ChangeLog                  |    8 ++-
 .../Gentoo-Overlay/Gentoo-Overlay-1.0.1.ebuild     |   89 ++++++++++++++++++++
 2 files changed, 96 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Gentoo-Overlay/ChangeLog b/dev-perl/Gentoo-Overlay/ChangeLog
index 53e6b09..f096653 100644
--- a/dev-perl/Gentoo-Overlay/ChangeLog
+++ b/dev-perl/Gentoo-Overlay/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Gentoo-Overlay
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Gentoo-Overlay-1.0.1 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +Gentoo-Overlay-1.0.1.ebuild:
+  Version Bump
+
   23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
   -Gentoo-Overlay-0.10.0.200.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Gentoo-Overlay/Gentoo-Overlay-1.0.1.ebuild b/dev-perl/Gentoo-Overlay/Gentoo-Overlay-1.0.1.ebuild
new file mode 100644
index 0000000..505ee9d
--- /dev/null
+++ b/dev-perl/Gentoo-Overlay/Gentoo-Overlay-1.0.1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=1.0.1
+inherit perl-module
+
+DESCRIPTION='Tools for working with Gentoo Overlays'
+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() {
+	# Carp
+	# echo virtual/perl-Carp
+	# Data::Dump
+	echo dev-perl/Data-Dump
+	# Moose
+	echo dev-perl/Moose
+	# MooseX::ClassAttribute
+	echo dev-perl/MooseX-ClassAttribute
+	# MooseX::Has::Sugar
+	echo dev-perl/MooseX-Has-Sugar
+	# MooseX::OneArgNew
+	echo dev-perl/MooseX-OneArgNew
+	# MooseX::Types
+	echo dev-perl/MooseX-Types
+	# MooseX::Types::Moose
+	echo dev-perl/MooseX-Types
+	# MooseX::Types::Path::Class
+	echo dev-perl/MooseX-Types-Path-Class
+	# Readonly
+	echo dev-perl/Readonly
+	# Role::HasMessage::Errf
+	echo dev-perl/Role-HasMessage
+	# Role::Identifiable::HasIdent
+	echo dev-perl/Role-Identifiable
+	# Role::Identifiable::HasTags
+	echo dev-perl/Role-Identifiable
+	# StackTrace::Auto
+	echo dev-perl/Throwable
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Throwable
+	echo dev-perl/Throwable
+	# namespace::autoclean
+	echo dev-perl/namespace-autoclean
+	# overload
+	echo dev-lang/perl
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# FindBin
+	echo dev-lang/perl
+	# Test::Fatal
+	echo dev-perl/Test-Fatal
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# Test::Output
+	echo dev-perl/Test-Output
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



             reply	other threads:[~2012-03-27  9:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-27  9:30 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-14 16:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gentoo-Overlay/ Kent Fredric
2013-05-03 10:51 Kent Fredric
2013-04-30  0:01 Kent Fredric
2013-04-26 19:59 Kent Fredric
2012-06-23 14:09 Kent Fredric
2012-06-08 17:28 Kent Fredric
2011-09-23  8:27 Kent Fredric
2011-08-03  5:30 Kent Fredric
2011-08-03  5:30 Kent Fredric
2011-08-03  5:30 Kent Fredric
2011-08-03  5:30 Kent Fredric
2011-08-03  5:30 Kent Fredric
2011-08-03  5:30 Kent Fredric

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=1332832861.8bc6a8d25fea07e236c365c08a2b7c019a87190b.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