public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Catalyst-Model-DBIC-Schema/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     294e682a7e6cb5cd271985fa12d464e859438dd6
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 12:13:16 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 12:13:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=294e682a

[newversion] Catalyst-Model-DBIC-Schema-0.540.0

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

---
 .../Catalyst-Model-DBIC-Schema-0.540.0.ebuild      |   48 ++++++++++++++++++++
 dev-perl/Catalyst-Model-DBIC-Schema/ChangeLog      |    6 +++
 2 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.540.0.ebuild b/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.540.0.ebuild
new file mode 100644
index 0000000..551df1a
--- /dev/null
+++ b/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.540.0.ebuild
@@ -0,0 +1,48 @@
+# 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.54
+inherit perl-module
+
+DESCRIPTION="DBIx::Class::Schema Model Class"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+comment() { true;}
+IUSE="catalyst_helper caching replication test"
+RDEPEND="
+	>=dev-perl/DBIx-Class-0.08114 $(comment 0.81.140)
+	>=dev-perl/Catalyst-Runtime-5.800.50
+	>=dev-perl/CatalystX-Component-Traits-0.14 $(comment 0.140.0)
+	>=dev-perl/Moose-1.12 $(comment 1.120.0)
+	dev-perl/MooseX-Types
+	>=dev-perl/namespace-autoclean-0.90.0
+	dev-perl/Carp-Clan
+	dev-perl/List-MoreUtils
+	dev-perl/Tie-IxHash
+	dev-perl/Try-Tiny
+	catalyst_helper? (
+		>=dev-perl/Catalyst-Devel-1.0.0
+		>=dev-perl/DBIx-Class-Schema-Loader-0.40.50
+		>=dev-perl/MooseX-NonMoose-0.150.0
+	)
+	caching? (
+		dev-perl/DBIx-Class-Cursor-Cached
+	)
+	replication? (
+		dev-perl/namespace-clean
+		dev-perl/Hash-Merge
+	)
+"
+DEPEND="${RDEPEND}
+	test? (
+		>=virtual/perl-Test-Simple-0.94 $(comment 0.940.0)
+		dev-perl/Test-Exception
+		virtual/perl-Storable
+		dev-perl/Test-Requires
+	)
+"
+SRC_TEST=do

diff --git a/dev-perl/Catalyst-Model-DBIC-Schema/ChangeLog b/dev-perl/Catalyst-Model-DBIC-Schema/ChangeLog
index ef49bd1..0be4604 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.540.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Model-DBIC-Schema-0.540.0.ebuild:
+  Version Bump
+
 *Catalyst-Model-DBIC-Schema-0.530.0 (03 Aug 2011)
 
   03 Aug 2011; Kent Fredric <kentfredric@gmail.com>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Catalyst-Model-DBIC-Schema/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     ec9bb1488b7f850260d7420b01e8688013ac8c2b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Sep 22 07:47:03 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Sep 22 07:47:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ec9bb148

[newversion] Catalyst-Model-DBIC-Schema-0.550.0

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

---
 .../Catalyst-Model-DBIC-Schema-0.550.0.ebuild      |   71 ++++++++++++++++++++
 dev-perl/Catalyst-Model-DBIC-Schema/ChangeLog      |    6 ++
 2 files changed, 77 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.550.0.ebuild b/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.550.0.ebuild
new file mode 100644
index 0000000..95d07ce
--- /dev/null
+++ b/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.550.0.ebuild
@@ -0,0 +1,71 @@
+# 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.55
+inherit perl-module
+
+DESCRIPTION="DBIx::Class::Schema Model Class"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+comment() { true;}
+IUSE="catalyst_helper caching replication test"
+RDEPEND="
+	$(comment DBIX::Class 0.08114)
+	>=dev-perl/DBIx-Class-0.08114
+	$(comment Catalyst::Runtime 5.80005)
+	>=dev-perl/Catalyst-Runtime-5.800.50
+	$(comment CatalystX::Component::Traits 0.14)
+	>=dev-perl/CatalystX-Component-Traits-0.14 $(comment 0.140.0)
+	$(comment Moose 1.12)
+	>=dev-perl/Moose-1.12
+	$(comment MooseX::Types)
+	dev-perl/MooseX-Types
+	$(comment namespace::autoclean 0.09)
+	>=dev-perl/namespace-autoclean-0.90.0
+	$(comment Carp::Clan)
+	dev-perl/Carp-Clan
+	$(comment List::MoreUtils)
+	dev-perl/List-MoreUtils
+	$(comment Tie::IxHash)
+	dev-perl/Tie-IxHash
+	$(comment Try::Tiny)
+	dev-perl/Try-Tiny
+
+	catalyst_helper? (
+		$(comment Catalyst::Devel 1.0)
+		>=dev-perl/Catalyst-Devel-1.0.0
+		$(comment DBIx::Class::Schema::Loader 0.04005)
+		>=dev-perl/DBIx-Class-Schema-Loader-0.40.50
+		$(comment MooseX::NonMoose 0.16)
+		>=dev-perl/MooseX-NonMoose-0.160.0
+	)
+	caching? (
+		$(comment DBIx::Class::Cursor::Cached)
+		dev-perl/DBIx-Class-Cursor-Cached
+	)
+	replication? (
+		$(comment namespace::clean)
+		dev-perl/namespace-clean
+		$(comment Hash::Merge)
+		dev-perl/Hash-Merge
+	)
+"
+DEPEND="${RDEPEND}
+	test? (
+		$(comment Test::More 0.94)
+		>=virtual/perl-Test-Simple-0.94
+		$(comment Test::Exception)
+		dev-perl/Test-Exception
+		$(comment Storable)
+		virtual/perl-Storable
+		$(comment Test::Requires)
+		dev-perl/Test-Requires
+		$(comment DBD::SQLite)
+		dev-perl/DBD-SQLite
+	)
+"
+SRC_TEST=do

diff --git a/dev-perl/Catalyst-Model-DBIC-Schema/ChangeLog b/dev-perl/Catalyst-Model-DBIC-Schema/ChangeLog
index 0be4604..38cb59f 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.550.0 (22 Sep 2011)
+
+  22 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Model-DBIC-Schema-0.550.0.ebuild:
+  Version Bump
+
 *Catalyst-Model-DBIC-Schema-0.540.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-16  0:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16  0:26 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Catalyst-Model-DBIC-Schema/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-16  0:26 Kent Fredric

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