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/KiokuDB/
Date: Fri,  5 Jun 2015 13:45:58 +0000 (UTC)	[thread overview]
Message-ID: <1433510866.eb6212ac2fb5b40540d80c88eec880e0740f99f3.kent@gentoo> (raw)

commit:     eb6212ac2fb5b40540d80c88eec880e0740f99f3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  5 13:27:46 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  5 13:27:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=eb6212ac

[bump] KiokuDB 0.570.0

Package-Manager: portage-2.2.17

 dev-perl/KiokuDB/KiokuDB-0.520.0.ebuild | 56 --------------------
 dev-perl/KiokuDB/KiokuDB-0.570.0.ebuild | 91 +++++++++++++++++++++++++++++++++
 2 files changed, 91 insertions(+), 56 deletions(-)

diff --git a/dev-perl/KiokuDB/KiokuDB-0.520.0.ebuild b/dev-perl/KiokuDB/KiokuDB-0.520.0.ebuild
deleted file mode 100644
index d8aed38..0000000
--- a/dev-perl/KiokuDB/KiokuDB-0.520.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=DOY
-MODULE_VERSION=0.52
-inherit perl-module
-
-DESCRIPTION="Object Graph storage engine"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	>=dev-perl/Cache-Ref-0.20.0
-	>=dev-perl/Moose-1.990.0
-	>=dev-perl/Data-Stream-Bulk-0.80.0
-	>=dev-perl/Data-Visitor-0.240.0
-	>=dev-perl/JSON-2.120.0
-	>=dev-perl/JSON-XS-2.2.3.1
-	>=dev-perl/Moose-1.170.0
-	>=dev-perl/MooseX-Clone-0.04
-	>=dev-perl/MooseX-Role-Parameterized-0.100.0
-	>=dev-perl/MooseX-YAML-0.04
-	>=dev-perl/PadWalker-1.9
-	>=dev-perl/Search-GIN-0.30.0
-	>=dev-perl/Set-Object-1.26
-	>=dev-perl/YAML-LibYAML-0.300.0
-	>=dev-perl/namespace-clean-0.80.0
-	>=virtual/perl-IO-1.23
-	>=dev-perl/Data-UUID-1.203
-	dev-perl/Hash-Util-FieldHash-Compat
-	dev-perl/Path-Class
-	dev-perl/Scope-Guard
-	dev-perl/Task-Weaken
-	dev-perl/Test-Exception
-	dev-perl/Test-use-ok
-	dev-perl/Throwable
-	dev-perl/Tie-ToObject
-	dev-perl/Try-Tiny
-	virtual/perl-Digest-SHA
-	virtual/perl-Module-Pluggable
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/KiokuDB/KiokuDB-0.570.0.ebuild b/dev-perl/KiokuDB/KiokuDB-0.570.0.ebuild
new file mode 100644
index 0000000..247b182
--- /dev/null
+++ b/dev-perl/KiokuDB/KiokuDB-0.570.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=DOY
+MODULE_VERSION=0.57
+inherit perl-module
+
+DESCRIPTION="Object Graph storage engine"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# B -> perl
+# B::Deparse -> perl
+# Data::Stream::Bulk::Util -> Data-Stream-Bulk
+# Data::Stream::Bulk::Callback -> Data-Stream-Bulk
+# IO::Handle -> IO
+# List::Util -> Scalar-List-Utils
+# Module::Pluggable::Object -> Module-Pluggable
+# Moose::Exporter -> Moose
+# Moose::Role -> Moose
+# Moose::Util -> Moose
+# Moose::Util::MetaRole -> Moose
+# Moose::Util::TypeConstraints -> Moose
+# MooseX::Clone::Meta::Attribute::Trait::NoClone -> MooseX-Clone
+# POSIX -> perl
+# Scalar::Util -> Scalar-List-Utils
+# Test::More -> Test-Simple
+# Test::Moose -> Moose
+# Symbol -> perl
+# YAML::XS -> YAML-LibYAML
+# IPC::Open3 -> Perl
+# Search::GIN::Driver -> Search-GIN
+# Search::GIN::Driver::Hash -> Search-GIN
+# Search::GIN::Extract -> Search-GIN
+# Search::GIN::Extract::Class -> Search-GIN
+# Search::GIN::Extract::Delegate -> Search-GIN
+# Search::GIN::Query::Class -> Search-GIN
+# Cache::Ref::CART -> Cache-Ref
+# Cache::Ref::CLOCK -> Cache-Ref
+RDEPEND="
+	>=dev-perl/Cache-Ref-0.20.0
+	virtual/perl-Carp
+	dev-perl/Class-Load
+	>=dev-perl/Data-Stream-Bulk-0.80.0
+	dev-perl/Data-Swap
+	>=dev-perl/Data-UUID-1.203.0
+	>=dev-perl/Data-Visitor-0.240.0
+	virtual/perl-Digest-SHA
+	virtual/perl-Encode
+	dev-perl/Hash-Util-FieldHash-Compat
+	virtual/perl-IO
+	>=dev-perl/JSON-2.120.0
+	>=dev-perl/JSON-XS-2.231.0
+	virtual/perl-Module-Pluggable
+	>=dev-perl/Moose-2.0.0
+	>=dev-perl/MooseX-Clone-0.40.0
+	>=dev-perl/MooseX-Role-Parameterized-0.100.0
+	>=dev-perl/MooseX-YAML-0.40.0
+	>=dev-perl/PadWalker-1.900.0
+	dev-perl/Path-Class
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Scope-Guard
+	>=dev-perl/Search-GIN-0.30.0
+	>=dev-perl/Set-Object-1.260.0
+	virtual/perl-Storable
+	dev-perl/Sub-Exporter
+	dev-perl/Test-Exception
+	>=virtual/perl-Test-Simple-0.880.0
+	dev-perl/Throwable
+	virtual/perl-Tie-RefHash
+	dev-perl/Tie-ToObject
+	dev-perl/Try-Tiny
+	>=dev-perl/YAML-LibYAML-0.300.0
+	virtual/perl-constant
+	>=dev-perl/namespace-clean-0.80.0
+"
+DEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	test? (
+		dev-perl/Cache-Ref
+		virtual/perl-Data-Dumper
+		virtual/perl-File-Spec
+		virtual/perl-if
+	)
+"


             reply	other threads:[~2015-06-05 13:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-05 13:45 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-13 15:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuDB/ Kent Fredric
2015-03-26 22:05 Kent Fredric
2013-05-03  7:51 Kent Fredric
2013-05-03  4:12 Kent Fredric
2013-04-28 22:52 Kent Fredric
2012-06-08 18:42 Kent Fredric
2012-04-08 10:51 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-07-15 16:15 Kent Fredric
2011-07-15 16:15 Kent Fredric
2011-04-05 18:16 Kent Fredric
2011-04-04  0:10 Kent Fredric
2011-04-01 12:34 Torsten Veller
2011-03-10 22:20 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=1433510866.eb6212ac2fb5b40540d80c88eec880e0740f99f3.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