Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-mysql/
Date: Sat, 24 Apr 2021 14:47:13
Message-Id: 1619275610.cddd731ce4e9d22381ceaa22f1deb4b8add5b02e.dilfridge@gentoo
1 commit: cddd731ce4e9d22381ceaa22f1deb4b8add5b02e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 24 11:33:12 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 24 14:46:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddd731c
7
8 dev-perl/DBD-mysql: Remove old
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/DBD-mysql/DBD-mysql-4.44.0-r1.ebuild | 65 ---------------------------
14 dev-perl/DBD-mysql/Manifest | 1 -
15 2 files changed, 66 deletions(-)
16
17 diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.44.0-r1.ebuild b/dev-perl/DBD-mysql/DBD-mysql-4.44.0-r1.ebuild
18 deleted file mode 100644
19 index 6ba7c83c6cc..00000000000
20 --- a/dev-perl/DBD-mysql/DBD-mysql-4.44.0-r1.ebuild
21 +++ /dev/null
22 @@ -1,65 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -DIST_AUTHOR=CAPTTOFU
29 -DIST_VERSION=4.044
30 -inherit perl-module
31 -
32 -DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)"
33 -
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
36 -
37 -IUSE="test +ssl"
38 -RESTRICT="!test? ( test )"
39 -
40 -RDEPEND=">=dev-perl/DBI-1.609.0
41 - dev-db/mysql-connector-c:=
42 -"
43 -DEPEND="${RDEPEND}
44 - virtual/perl-ExtUtils-MakeMaker
45 - virtual/perl-Data-Dumper
46 - test? (
47 - dev-perl/Test-Deep
48 - >=virtual/perl-Test-Simple-0.900.0
49 - virtual/perl-Time-HiRes
50 - )
51 -"
52 -PATCHES=(
53 - "${FILESDIR}/${PN}-${DIST_VERSION}-amvis-type-conversions.patch"
54 - "${FILESDIR}/${PN}-${DIST_VERSION}-no-dot-inc.patch"
55 - "${FILESDIR}/4.041-mariadb-10.2.patch"
56 -)
57 -src_configure() {
58 - if use test; then
59 - myconf="${myconf} --testdb=test \
60 - --testhost=localhost \
61 - --testuser=test \
62 - --testpassword=test"
63 - fi
64 - myconf="${myconf} --$(usex ssl ssl nossl)"
65 - perl-module_src_configure
66 -}
67 -
68 -# Parallel testing is broken as 2 tests create the same table
69 -# and mysql isn't acid compliant and can't limit visibility of tables
70 -# to a transaction...
71 -DIST_TEST="do"
72 -
73 -src_test() {
74 - einfo
75 - einfo "If tests fail, you have to configure your MySQL instance to create"
76 - einfo "and grant some privileges to the test user."
77 - einfo "You can run the following commands at the MySQL prompt: "
78 - einfo "> CREATE USER 'test'@'localhost' IDENTIFIED BY 'test';"
79 - einfo "> CREATE DATABASE test;"
80 - einfo "> GRANT ALL PRIVILEGES ON test.* TO 'test'@'localhost';"
81 - einfo
82 - sleep 5
83 - perl_rm_files t/pod.t t/manifest.t
84 - # Don't be a hero and try to do EXTENDED_TESTING=1 unless you can figure
85 - # out why 60leaks.t fails
86 - perl-module_src_test
87 -}
88
89 diff --git a/dev-perl/DBD-mysql/Manifest b/dev-perl/DBD-mysql/Manifest
90 index 7658903db07..af5b640918d 100644
91 --- a/dev-perl/DBD-mysql/Manifest
92 +++ b/dev-perl/DBD-mysql/Manifest
93 @@ -1,2 +1 @@
94 -DIST DBD-mysql-4.044.tar.gz 155006 BLAKE2B 2934224010bb09aaff9a334b25038a4c7d1eb5552f6ad2b73f44aa7e2d8cb3684644773a89f35363c156cf40867a28943320e1b8b7ef4b9d4b8ac0f6b2417b38 SHA512 e3dd9482e8f78c19dc91baba07e39e266f113ce5a014cfe6c5989c96ed0f85723a17ba6a6e00b65a1ed3c62362400bd3779eb63ed282f73587b4757da249af02
95 DIST DBD-mysql-4.050.tar.gz 161579 BLAKE2B fb17e151db730fd6955d3e4424dd495a9fcf5f3f4e2b6b79d9fdc86bc42c3314b68771f1d3c393fd80ea14aeda626a5c5d21f5b921d487350ffd79802edab1f6 SHA512 910f5b4ba7a7890d50a79f37d04ec8971a4f62acd0fe30bf3ab634f66e3128f0cd6513e5c9da8c807a0f4477d0cc766682ea8dd0d8072d02821b78df51f37879