From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuDB-Backend-DBI/
Date: Wed, 25 Jul 2012 18:30:19 +0000 (UTC) [thread overview]
Message-ID: <1343228046.50d45ff671d6b35352117d9707dc2d0c0992c55f.kent@gentoo> (raw)
commit: 50d45ff671d6b35352117d9707dc2d0c0992c55f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 25 14:54:06 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 25 14:54:06 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=50d45ff6
[newversion] KiokuDB-Backend-DBI-1.220.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/KiokuDB-Backend-DBI/ChangeLog | 6 +
.../KiokuDB-Backend-DBI-1.220.0.ebuild | 146 ++++++++++++++++++++
2 files changed, 152 insertions(+), 0 deletions(-)
diff --git a/dev-perl/KiokuDB-Backend-DBI/ChangeLog b/dev-perl/KiokuDB-Backend-DBI/ChangeLog
index 2f5e6b6..51435da 100644
--- a/dev-perl/KiokuDB-Backend-DBI/ChangeLog
+++ b/dev-perl/KiokuDB-Backend-DBI/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*KiokuDB-Backend-DBI-1.220.0 (25 Jul 2012)
+
+ 25 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+ +KiokuDB-Backend-DBI-1.220.0.ebuild:
+ Version Bump
+
*KiokuDB-Backend-DBI-1.210.0 (27 Feb 2012)
27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.220.0.ebuild b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.220.0.ebuild
new file mode 100644
index 0000000..05370c1
--- /dev/null
+++ b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.220.0.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DOY
+MODULE_VERSION=1.22
+inherit perl-module
+
+DESCRIPTION='DBI backend for KiokuDB'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+dbix_class_optional_deps() {
+ echo \>=dev-perl/SQL-Translator-0.110.60
+}
+
+perl_meta_configure() {
+ # DBIx::Class::Optional::Dependencies
+ echo dev-perl/DBIx-Class
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ dbix_class_optional_deps
+ # Carp
+ # echo virtual/perl-Carp
+ # Class::Accessor::Grouped
+ echo dev-perl/Class-Accessor-Grouped
+ # DBI 1.607 ( 1.607.0 )
+ echo \>=dev-perl/DBI-1.607
+ # DBIx::Class 0.08127 ( 0.81.270 )
+ echo \>=dev-perl/DBIx-Class-0.81.270
+ # DBIx::Class::Core
+ echo dev-perl/DBIx-Class
+ # DBIx::Class::ResultSource::Table
+ echo dev-perl/DBIx-Class
+ # DBIx::Class::Schema
+ echo dev-perl/DBIx-Class
+ # Data::Stream::Bulk 0.07 ( 0.70.0 )
+ echo \>=dev-perl/Data-Stream-Bulk-0.70.0
+ # Data::Stream::Bulk::DBI
+ echo dev-perl/Data-Stream-Bulk
+ # JSON
+ echo dev-perl/JSON
+ # KiokuDB 0.46 ( 0.460.0 )
+ echo \>=dev-perl/KiokuDB-0.460.0
+ # KiokuDB::Backend
+ echo dev-perl/KiokuDB
+ # KiokuDB::Backend::Role::Clear
+ echo dev-perl/KiokuDB
+ # KiokuDB::Backend::Role::Concurrency::POSIX
+ echo dev-perl/KiokuDB
+ # KiokuDB::Backend::Role::GC
+ echo dev-perl/KiokuDB
+ # KiokuDB::Backend::Role::Query::GIN
+ echo dev-perl/KiokuDB
+ # KiokuDB::Backend::Role::Query::Simple
+ echo dev-perl/KiokuDB
+ # KiokuDB::Backend::Role::Scan
+ echo dev-perl/KiokuDB
+ # KiokuDB::Backend::Role::TXN
+ echo dev-perl/KiokuDB
+ # KiokuDB::Backend::Serialize::Delegate
+ echo dev-perl/KiokuDB
+ # KiokuDB::TypeMap
+ echo dev-perl/KiokuDB
+ # KiokuDB::TypeMap::Entry
+ echo dev-perl/KiokuDB
+ # KiokuDB::TypeMap::Entry::Naive
+ echo dev-perl/KiokuDB
+ # List::MoreUtils
+ echo dev-perl/List-MoreUtils
+ # Moose
+ echo dev-perl/Moose
+ # Moose::Util::TypeConstraints
+ echo dev-perl/Moose
+ # MooseX::Types 0.08 ( 0.80.0 )
+ echo \>=dev-perl/MooseX-Types-0.80.0
+ # MooseX::Types::Moose
+ echo dev-perl/MooseX-Types
+ # SQL::Abstract
+ echo dev-perl/SQL-Abstract
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # Search::GIN 0.07 ( 0.70.0 )
+ echo \>=dev-perl/Search-GIN-0.70.0
+ # Search::GIN::Extract::Delegate
+ echo dev-perl/Search-GIN
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # Test::TempDir
+ echo dev-perl/Test-TempDir
+ # Test::use::ok
+ echo dev-perl/Test-use-ok
+ # Try::Tiny
+ echo dev-perl/Try-Tiny
+ # base
+ # echo virtual/perl-base
+ # namespace::autoclean
+ echo dev-perl/namespace-autoclean
+ # namespace::clean
+ echo dev-perl/namespace-clean
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # DBD::SQLite
+ echo dev-perl/DBD-SQLite
+ # DBI
+ echo dev-perl/DBI
+ # KiokuDB::Test
+ echo dev-perl/KiokuDB
+ # Search::GIN::Extract::Callback
+ echo dev-perl/Search-GIN
+ # Search::GIN::Extract::Class
+ echo dev-perl/Search-GIN
+ # Search::GIN::Query::Manual
+ echo dev-perl/Search-GIN
+ # Search::GIN::Query::Set
+ echo dev-perl/Search-GIN
+ # Test::Exception
+ echo dev-perl/Test-Exception
+ # Test::More
+ echo virtual/perl-Test-Simple
+ # Test::TempDir
+ echo dev-perl/Test-TempDir
+ # YAML::XS
+ echo dev-perl/YAML-LibYAML
+ # constant
+ # echo virtual/perl-constant
+ # ok
+ echo dev-perl/Test-use-ok
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
next reply other threads:[~2012-07-25 18:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-25 18:30 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-05 13:45 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuDB-Backend-DBI/ Kent Fredric
2014-12-23 20:18 Kent Fredric
2013-05-03 4:12 Kent Fredric
2013-04-26 20:31 Kent Fredric
2012-10-27 8:36 Kent Fredric
2012-02-27 21:01 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-07-15 16:15 Kent Fredric
2011-05-05 18:17 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-05 18:09 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-03-12 20:44 Kent Fredric
2011-03-10 22:20 Kent Fredric
2011-03-10 18:54 Kent Fredric
2011-02-27 18:40 Torsten Veller
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=1343228046.50d45ff671d6b35352117d9707dc2d0c0992c55f.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