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, 16 Jul 2020 12:25:21 +0000 (UTC) [thread overview]
Message-ID: <1594902310.28dfde7e878f44d511ca3746c74dae82196b6f29.kentnl@gentoo> (raw)
commit: 28dfde7e878f44d511ca3746c74dae82196b6f29
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 12:23:10 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 12:25:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28dfde7e
dev-perl/Data-ObjectDriver: Bump to version 0.190.0
- EAPI7
- Parallel tests restored
Upstream:
- Fix parallel tests
- Fix add_complex_where not handling some cases of nested groups
- Avoid SQL syntax error with 'column' IN ( )
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Data-ObjectDriver-0.190.0.ebuild | 35 ++++++++++++++++++++++
dev-perl/Data-ObjectDriver/Manifest | 1 +
2 files changed, 36 insertions(+)
diff --git a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.190.0.ebuild b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.190.0.ebuild
new file mode 100644
index 00000000000..c21cf0f9941
--- /dev/null
+++ b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.190.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SIXAPART
+DIST_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION="Simple, transparent data interface, with caching"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-perl/Class-Accessor
+ dev-perl/Class-Data-Inheritable
+ dev-perl/Class-Trigger
+ dev-perl/DBI
+ virtual/perl-Scalar-List-Utils
+"
+DEPEND="
+ dev-perl/Module-Build-Tiny
+"
+BDEPEND="${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-1.110.0
+ virtual/perl-version
+ )
+"
diff --git a/dev-perl/Data-ObjectDriver/Manifest b/dev-perl/Data-ObjectDriver/Manifest
index ba452956161..946dd384feb 100644
--- a/dev-perl/Data-ObjectDriver/Manifest
+++ b/dev-perl/Data-ObjectDriver/Manifest
@@ -1 +1,2 @@
DIST Data-ObjectDriver-0.15.tar.gz 84386 BLAKE2B b554673970061af445c4c4996dd15c0a418617c534af07ab17a99d21cfc44bc9dc43f8c8095eb30d1c2847a8942820481b4bbe86346bd144b21ec0a69ab1122b SHA512 5be77086f2aa646e9bc80fc8d3de2edb6726946a17149573efbce2bbe83d2ec1b294aa20cd66330f0827ee26a5113b9e02ea542111aed94804c0ccdce1e89c1b
+DIST Data-ObjectDriver-0.19.tar.gz 86523 BLAKE2B 68a3966ee7e248200acc612836e7462fb20f3ab7ce290941033d7ab8b8ec1d2149d6e0754d574baf4fc8371d117541a914820c134e213f8b1c7e7c9d925ba0de SHA512 317118c946da9e6e0b4ebbfc35af2ed82c3d083bbede06042ac988fcb29d2b3b7abba6834c7b42ea54a45c75340b2314e3bbacad1c047cc3512e74757c8d9ad1
next reply other threads:[~2020-07-16 12:25 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-16 12:25 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-30 7:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-ObjectDriver/ Arthur Zamarin
2025-08-18 14:08 Sam James
2025-07-11 21:11 Sam James
2024-12-05 21:54 Sam James
2024-12-01 22:36 Jakov Smolić
2024-10-24 10:23 Sam James
2023-08-04 22:40 Sam James
2023-07-24 12:07 Jakov Smolić
2023-07-24 12:07 Jakov Smolić
2023-06-21 7:53 Sam James
2021-08-13 1:05 Sam James
2021-05-15 18:04 Sam James
2021-05-15 18:04 Sam James
2021-05-15 2:35 Sam James
2021-05-15 2:01 Sam James
2021-05-15 0:26 Andreas K. Hüttel
2020-10-19 5:22 Kent Fredric
2020-09-16 9:08 Kent Fredric
2017-06-03 20:48 Kent Fredric
2017-05-22 0:43 Michael Weber
2017-05-20 9:34 Agostino Sarubbo
2017-05-20 8:49 Agostino Sarubbo
2017-04-21 9:31 Ettore Di Giacinto
2016-11-10 19:24 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=1594902310.28dfde7e878f44d511ca3746c74dae82196b6f29.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