public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-ObjectDriver/
Date: Thu, 10 Nov 2016 19:24:01 +0000 (UTC)	[thread overview]
Message-ID: <1478805543.3d960657c6c04ba00d571cb3bd7d34856ff147cd.kentnl@gentoo> (raw)

commit:     3d960657c6c04ba00d571cb3bd7d34856ff147cd
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 18:06:17 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 19:19:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d960657

dev-perl/Data-ObjectDriver: bump to 0.140.0

- EAPI6

Upstream:
- Fix broken tests
- Fallback driver now passed all args
- Remove a joined table from the "FROM" phase to avoid errors with
  mysql.
- Fix broken statement handler at inserting new records
- Fixes for SQLite 3.10 compat

Package-Manager: portage-2.3.2

 .../Data-ObjectDriver-0.140.0.ebuild               | 32 ++++++++++++++++++++++
 dev-perl/Data-ObjectDriver/Manifest                |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.140.0.ebuild b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.140.0.ebuild
new file mode 100644
index 00000000..6c0d694
--- /dev/null
+++ b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.140.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SIXAPART
+DIST_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="Simple, transparent data interface, with caching"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Class-Trigger
+	dev-perl/Class-Data-Inheritable
+	dev-perl/Class-Accessor
+	dev-perl/DBI
+	virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.35.0
+	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	test? (
+		dev-perl/Test-Exception
+		dev-perl/DBD-SQLite
+		virtual/perl-version
+	)
+"
+DIST_TEST="do"

diff --git a/dev-perl/Data-ObjectDriver/Manifest b/dev-perl/Data-ObjectDriver/Manifest
index 79d8cf9..760bfc0 100644
--- a/dev-perl/Data-ObjectDriver/Manifest
+++ b/dev-perl/Data-ObjectDriver/Manifest
@@ -1 +1,2 @@
 DIST Data-ObjectDriver-0.09.tar.gz 108863 SHA256 b0ffe505415dc3dfa14cab4236519d85308011ee31cd13578cd7c2a6bd944e1f SHA512 dae39750c787525de855caffef8819f3af6f48deeaa1916f824ad502fc0f3fd6badeb98b7b8699624493d75cb827f98588d2915617cf7376636de91cd1fce311 WHIRLPOOL 6abc45aedcacfc8ac49e8fde8f8c8d2280235d7677a559d225a5cfe2c6c233beb21f9926beb3852feb4cbd27d9ef6b61b4bc9793b2f753e11642a53a44949985
+DIST Data-ObjectDriver-0.14.tar.gz 84311 SHA256 ada52f63b42acc0c23caa54c4c17ca4c2f9f174af9470edc97ed2968fb6c075c SHA512 34a19e4f678fd0ebd0fa24f9f873ebf0bdac657dfb5bd480298abfa2859b53eb9cb00571a97bc0b969393530b992d112eda649fb545b49153b58c7322618683f WHIRLPOOL 76a1ddbbdf96b056119a3373b0dad93d0012e63714a03d00f4e870b3539314319ace62274df4b11ba44e8f50a23c285ab8261c3aa5a469d71038c433dbe40d70


             reply	other threads:[~2016-11-10 19:24 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-10 19:24 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-21  9:31 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-ObjectDriver/ Ettore Di Giacinto
2017-05-20  8:49 Agostino Sarubbo
2017-05-20  9:34 Agostino Sarubbo
2017-05-22  0:43 Michael Weber
2017-06-03 20:48 Kent Fredric
2020-07-16 12:25 Kent Fredric
2020-09-16  9:08 Kent Fredric
2020-10-19  5:22 Kent Fredric
2021-05-15  0:26 Andreas K. Hüttel
2021-05-15  2:01 Sam James
2021-05-15  2:35 Sam James
2021-05-15 18:04 Sam James
2021-05-15 18:04 Sam James
2021-08-13  1:05 Sam James
2023-06-21  7:53 Sam James
2023-07-24 12:07 Jakov Smolić
2023-07-24 12:07 Jakov Smolić
2023-08-04 22:40 Sam James
2024-10-24 10:23 Sam James
2024-12-01 22:36 Jakov Smolić
2024-12-05 21:54 Sam James

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=1478805543.3d960657c6c04ba00d571cb3bd7d34856ff147cd.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --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