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: Thu, 19 Mar 2015 09:48:43 +0000 (UTC) [thread overview]
Message-ID: <1426757634.1540dec2cfb3d9db676883959c17fb3931b58d5c.kent@gentoo> (raw)
commit: 1540dec2cfb3d9db676883959c17fb3931b58d5c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 19 09:33:54 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 19 09:33:54 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1540dec2
[bump] Catalyst-Model-DBIC-Schema to 0.650.0
Package-Manager: portage-2.2.17
.../Catalyst-Model-DBIC-Schema-0.600.0.ebuild | 80 ----------------------
.../Catalyst-Model-DBIC-Schema-0.650.0.ebuild | 49 +++++++++++++
dev-perl/Catalyst-Model-DBIC-Schema/metadata.xml | 5 --
3 files changed, 49 insertions(+), 85 deletions(-)
diff --git a/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.600.0.ebuild b/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.600.0.ebuild
deleted file mode 100644
index 1494c28..0000000
--- a/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.600.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=RKITOVER
-MODULE_VERSION=0.60
-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.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
- # DBD::SQLite
- echo dev-perl/DBD-SQLite
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
- # 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.0
- # 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.0
- # 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/Catalyst-Model-DBIC-Schema-0.650.0.ebuild b/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.650.0.ebuild
new file mode 100644
index 0000000..e68af9a
--- /dev/null
+++ b/dev-perl/Catalyst-Model-DBIC-Schema/Catalyst-Model-DBIC-Schema-0.650.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=GBJK
+MODULE_VERSION=0.65
+inherit perl-module
+
+DESCRIPTION='DBIx::Class::Schema Model Class'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+ t/02pod.t
+)
+RDEPEND="
+ dev-perl/Carp-Clan
+ dev-perl/Catalyst-Component-InstancePerContext
+ >=dev-perl/Catalyst-Devel-1.0.0
+ >=dev-perl/Catalyst-Runtime-5.800.50
+ >=dev-perl/CatalystX-Component-Traits-0.140.0
+ >=dev-perl/DBIx-Class-0.81.140
+ dev-perl/DBIx-Class-Cursor-Cached
+ >=dev-perl/DBIx-Class-Schema-Loader-0.40.50
+ dev-perl/Hash-Merge
+ dev-perl/List-MoreUtils
+ >=dev-perl/Moose-1.120.0
+ >=dev-perl/MooseX-MarkAsMethods-0.130.0
+ >=dev-perl/MooseX-NonMoose-0.160.0
+ dev-perl/MooseX-Types
+ >=dev-perl/MooseX-Types-LoadableClass-0.9.0
+ >=dev-perl/Module-Runtime-0.12.0
+ dev-perl/Tie-IxHash
+ dev-perl/Try-Tiny
+ >=dev-perl/namespace-autoclean-0.90.0
+ dev-perl/namespace-clean
+ >=dev-lang/perl-5.8.1
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ test? (
+ dev-perl/DBD-SQLite
+ virtual/perl-Storable
+ dev-perl/Test-Exception
+ >=virtual/perl-Test-Simple-0.940.0
+ dev-perl/Test-Requires
+ )
+"
diff --git a/dev-perl/Catalyst-Model-DBIC-Schema/metadata.xml b/dev-perl/Catalyst-Model-DBIC-Schema/metadata.xml
index dc630e7..119b2b1 100644
--- a/dev-perl/Catalyst-Model-DBIC-Schema/metadata.xml
+++ b/dev-perl/Catalyst-Model-DBIC-Schema/metadata.xml
@@ -6,11 +6,6 @@
<email>mb@cattlegrid.info</email>
<name>Michele Beltrame</name>
</maintainer>
- <use>
- <flag name="catalyst_helper">Catalyst::Helper support</flag>
- <flag name="caching">Caching support</flag>
- <flag name="replication">Replication support</flag>
- </use>
<upstream>
<remote-id type="cpan">Catalyst-Model-DBIC-Schema</remote-id>
<remote-id type="cpan-module">Catalyst::Helper::Model::DBIC::Schema</remote-id>
next reply other threads:[~2015-03-19 9:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 9:48 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-12-23 20:18 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-DBIC-Schema/ 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-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=1426757634.1540dec2cfb3d9db676883959c17fb3931b58d5c.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