From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-DBIC-Schema/
Date: Fri, 11 Nov 2011 14:38:17 +0000 (UTC) [thread overview]
Message-ID: <5d8a62589eace096336cc92afc1869574fb6bc74.kent@gentoo> (raw)
commit: 5d8a62589eace096336cc92afc1869574fb6bc74
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 10:16:36 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 10:16:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5d8a6258
[newversion] Catalyst-Model-DBIC-Schema-0.590.0
(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Catalyst-Model-DBIC-Schema-0.590.0.ebuild | 80 ++++++++++++++++++++
dev-perl/Catalyst-Model-DBIC-Schema/ChangeLog | 6 ++
2 files changed, 86 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.590.0.ebuild b/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.590.0.ebuild
new file mode 100644
index 0000000..fce3286
--- /dev/null
+++ b/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.590.0.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RKITOVER
+MODULE_VERSION=0.59
+inherit perl-module
+
+DESCRIPTION='DBIx::Class::Schema Model Class'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_build() {
+ # DBD::SQLite
+ echo dev-perl/DBD-SQLite
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+ # Storable
+ echo virtual/perl-Storable
+ # Test::Exception
+ echo dev-perl/Test-Exception
+ # Test::More 0.94 ( 0.940.0 )
+ echo \>=virtual/perl-Test-Simple-0.94
+ # Test::Requires
+ echo dev-perl/Test-Requires
+}
+perl_meta_runtime() {
+ # Carp::Clan
+ echo dev-perl/Carp-Clan
+ # Catalyst::Component::InstancePerContext
+ echo dev-perl/Catalyst-Component-InstancePerContext
+ # Catalyst::Devel 1.0 ( 1.0.0 )
+ echo \>=dev-perl/Catalyst-Devel-1.0.0
+ # Catalyst::Runtime 5.80005 ( 5.800.50 )
+ echo \>=dev-perl/Catalyst-Runtime-5.800.50
+ # CatalystX::Component::Traits 0.14 ( 0.140.0 )
+ echo \>=dev-perl/CatalystX-Component-Traits-0.140.0
+ # DBIx::Class 0.08114 ( 0.81.140 )
+ echo \>=dev-perl/DBIx-Class-0.81.140
+ # DBIx::Class::Cursor::Cached
+ echo dev-perl/DBIx-Class-Cursor-Cached
+ # DBIx::Class::Schema::Loader 0.04005 ( 0.40.50 )
+ echo \>=dev-perl/DBIx-Class-Schema-Loader-0.40.50
+ # Hash::Merge
+ echo dev-perl/Hash-Merge
+ # List::MoreUtils
+ echo dev-perl/List-MoreUtils
+ # Moose 1.12 ( 1.120.0 )
+ echo \>=dev-perl/Moose-1.120
+ # MooseX::MarkAsMethods 0.13 ( 0.130.0 )
+ echo \>=dev-perl/MooseX-MarkAsMethods-0.130.0
+ # MooseX::NonMoose 0.16 ( 0.160.0 )
+ echo \>=dev-perl/MooseX-NonMoose-0.160.0
+ # MooseX::Types
+ echo dev-perl/MooseX-Types
+ # Tie::IxHash
+ echo dev-perl/Tie-IxHash
+ # Try::Tiny
+ echo dev-perl/Try-Tiny
+ # namespace::autoclean 0.09 ( 0.90.0 )
+ echo \>=dev-perl/namespace-autoclean-0.90
+ # namespace::clean
+ echo dev-perl/namespace-clean
+ # perl v5.8.1 ( 5.8.1 )
+ echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Model-DBIC-Schema/ChangeLog b/dev-perl/Catalyst-Model-DBIC-Schema/ChangeLog
index 38cb59f..728a4ac 100644
--- a/dev-perl/Catalyst-Model-DBIC-Schema/ChangeLog
+++ b/dev-perl/Catalyst-Model-DBIC-Schema/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Model-DBIC-Schema-0.590.0 (11 Nov 2011)
+
+ 11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Model-DBIC-Schema-0.590.0.ebuild:
+ Version Bump
+
*Catalyst-Model-DBIC-Schema-0.550.0 (22 Sep 2011)
22 Sep 2011; Kent Fredric <kentfredric@gmail.com>
next reply other threads:[~2011-11-11 14:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-11 14:38 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-19 9:48 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-DBIC-Schema/ Kent Fredric
2014-12-23 20:18 Kent Fredric
2012-10-27 8:36 Kent Fredric
2012-06-23 14:09 Kent Fredric
2012-06-23 14:09 Kent Fredric
2011-11-11 14:38 Kent Fredric
2011-09-23 6:17 Kent Fredric
2011-08-26 12:14 Kent Fredric
2011-08-03 18:19 Kent Fredric
2011-07-31 9:41 Kent Fredric
2011-07-31 9:41 Kent Fredric
2011-05-23 5:21 Kent Fredric
2011-05-14 7:11 Torsten Veller
2011-03-23 6:19 Kent Fredric
2011-03-22 17:56 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=5d8a62589eace096336cc92afc1869574fb6bc74.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