Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBI/
Date: Sun, 06 Nov 2016 09:08:55
Message-Id: 1478423317.83dde078362b66346e7bb659ef8cf250f548eb1b.kentnl@gentoo
1 commit: 83dde078362b66346e7bb659ef8cf250f548eb1b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 09:07:59 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 09:08:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83dde078
7
8 dev-perl/DBI: Bump to version 1.636.0
9
10 - EAPI6
11 - Add USE="examples"
12 - Removed restriction on parallel compilation and tests
13
14 Upstream:
15 - Fix compilation on threadperls <= 5.12
16 - Fix race condition in destroy tests
17 - Handle UTF8 in RaiseError/PrintError correctly
18 - Fix ShowErrorStatement showing the wrong statement
19 - DBD::Gofer handles UTF8 STDIN/STDOUT correctly
20 - Fix no-column fetchall_arrayref({}) failing to bind_columns by
21 returning an empty set instead
22 - Fix memory leak with tied CachedKids attribute cache
23 - Fix commit() or rollback() raising fatal "panic: attempt to copy
24 freed scalar" in non-null context.
25 - Avoid spurious extra warning when passing undef to DBI::Profile as
26 a Path.
27 - SQL::Nano parser now ignores trailing semicolon
28 - New dbh->selectall_array method akin for simplifed dereferencing.
29 - Killed DBI::FAQ
30
31 Package-Manager: portage-2.3.2
32
33 dev-perl/DBI/DBI-1.636.0.ebuild | 33 +++++++++++++++++++++++++++++++++
34 dev-perl/DBI/Manifest | 1 +
35 dev-perl/DBI/metadata.xml | 2 --
36 3 files changed, 34 insertions(+), 2 deletions(-)
37
38 diff --git a/dev-perl/DBI/DBI-1.636.0.ebuild b/dev-perl/DBI/DBI-1.636.0.ebuild
39 new file mode 100644
40 index 00000000..a73e925
41 --- /dev/null
42 +++ b/dev-perl/DBI/DBI-1.636.0.ebuild
43 @@ -0,0 +1,33 @@
44 +# Copyright 1999-2016 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Id$
47 +
48 +EAPI=6
49 +
50 +DIST_AUTHOR=TIMB
51 +DIST_VERSION=1.636
52 +DIST_EXAMPLES=("ex/*")
53 +inherit perl-module eutils
54 +
55 +DESCRIPTION="Database independent interface for Perl"
56 +
57 +SLOT="0"
58 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
59 +IUSE="test"
60 +
61 +RDEPEND="
62 + >=dev-perl/PlRPC-0.200.0
63 + >=virtual/perl-Sys-Syslog-0.170.0
64 + virtual/perl-File-Spec
65 + !<=dev-perl/SQL-Statement-1.330.0
66 +"
67 +DEPEND="${RDEPEND}
68 + >=virtual/perl-ExtUtils-MakeMaker-6.480.0
69 + test? (
70 + >=virtual/perl-Test-Simple-0.900.0
71 + )
72 +"
73 +src_test() {
74 + perl_rm_files t/pod-coverage.t t/pod.t
75 + perl-module_src_test
76 +}
77
78 diff --git a/dev-perl/DBI/Manifest b/dev-perl/DBI/Manifest
79 index 5f08f1d..4bf0d2d 100644
80 --- a/dev-perl/DBI/Manifest
81 +++ b/dev-perl/DBI/Manifest
82 @@ -1 +1,2 @@
83 DIST DBI-1.634.tar.gz 595020 SHA256 250712f385864818abfba409420d16d9ee61f1cc73ac85159d054a5ee86d1450 SHA512 42e2b94d5e4cdcd57aaa43519fa1464a4d7132ed09426bb8cb7092b0ee57edde168105a25d02dcdeb304c6bc13c1ad97bc27b54b5f6af05eeaba011d5dab3c44 WHIRLPOOL 53b4b8caa8161b6d6fd999b039c31018060e018bc1b0e24163017e1128db1b29e2c798f8d91e64d2e3653088fd502efb440f21ae0fd8754d3d29803ea405057d
84 +DIST DBI-1.636.tar.gz 595433 SHA256 8f7ddce97c04b4b7a000e65e5d05f679c964d62c8b02c94c1a7d815bb2dd676c SHA512 8d541ada1fabb7e82dd4f47c43edf79cc70c783ef3582a9911b13239734876aee9f27095f2526e6923d07b7ac86df48ee081af1ca6000df0559a13c75b6f6ed3 WHIRLPOOL 15f437a0288458b3405cdc6b8f08c0f89f72bc77776cbcae33eb3a25bb92b8b7b3aae6e1e12fee9aae81723425b307a0017d65186d066c374062e9c4455eaf02
85
86 diff --git a/dev-perl/DBI/metadata.xml b/dev-perl/DBI/metadata.xml
87 index c4bb752..162537f 100644
88 --- a/dev-perl/DBI/metadata.xml
89 +++ b/dev-perl/DBI/metadata.xml
90 @@ -71,7 +71,6 @@
91 <remote-id type="cpan-module">DBI::DBD::SqlEngine::db</remote-id>
92 <remote-id type="cpan-module">DBI::DBD::SqlEngine::dr</remote-id>
93 <remote-id type="cpan-module">DBI::DBD::SqlEngine::st</remote-id>
94 - <remote-id type="cpan-module">DBI::FAQ</remote-id>
95 <remote-id type="cpan-module">DBI::Gofer::Execute</remote-id>
96 <remote-id type="cpan-module">DBI::Gofer::Request</remote-id>
97 <remote-id type="cpan-module">DBI::Gofer::Response</remote-id>
98 @@ -90,7 +89,6 @@
99 <remote-id type="cpan-module">DBI::ProxyServer::db</remote-id>
100 <remote-id type="cpan-module">DBI::ProxyServer::dr</remote-id>
101 <remote-id type="cpan-module">DBI::ProxyServer::st</remote-id>
102 - <remote-id type="cpan-module">DBI::PurePerl</remote-id>
103 <remote-id type="cpan-module">DBI::SQL::Nano</remote-id>
104 <remote-id type="cpan-module">DBI::SQL::Nano::Statement_</remote-id>
105 <remote-id type="cpan-module">DBI::SQL::Nano::Table_</remote-id>