dev-perl / DBD-MariaDB

MariaDB and MySQL driver for the Perl5 Database Interface (DBI)

Official package sites : https://metacpan.org/release/DBD-MariaDB ·

v1.230.0 :: 0 :: gentoo

Modified
License
|| ( Artistic GPL-1+ )
Keywords
amd64 x86 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv
USE flags
mariadb minimal mysql test

General

mariadb
Use dev-db/mariadb-connector-c as the client library
minimal
Install a very minimal build (disables, for example, plugins, fonts, most drivers, non-critical features)
mysql
Use dev-db/mysql-connector-c as the client library
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

perl_features

debug
PERL_FEATURES setting enabling internal debug support in Perl
ithreads
PERL_FEATURES setting enabling interpreter level threads, has some compatibility problems
quadmath
PERL_FEATURES setting enabling 128bit floating point arithmetic via libquadmath

dev-db / mariadb-connector-c : C client library for MariaDB/MySQL

dev-db / mysql-connector-c : C client library for MariaDB/MySQL

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

dev-db / mariadb-connector-c : C client library for MariaDB/MySQL

dev-db / mysql-connector-c : C client library for MariaDB/MySQL

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

dev-perl / DBI : Database independent interface for Perl

virtual / perl-XSLoader : Virtual for XSLoader

919865
dev-db/mariadb: rekeywording for dev-perl/DBD-MariaDB
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
dev-perl/DBD-MariaDB: keyword 1.230.0 for ~mips
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
dev-perl/DBD-MariaDB: Stabilize 1.230.0 x86, #927278
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
dev-perl/DBD-MariaDB: Keyword 1.230.0 ppc64, #919865
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
dev-perl/DBD-MariaDB: Keyword 1.230.0 ppc, #919865
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
dev-perl/DBD-MariaDB: Keyword 1.230.0 arm64, #919865
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
dev-perl/DBD-MariaDB: Keyword 1.230.0 arm, #919865
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
dev-perl/DBD-MariaDB: Keyword 1.230.0 ia64, #919865
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
dev-perl/DBD-MariaDB: Stabilize 1.230.0 amd64, #927278
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
dev-perl/DBD-MariaDB: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
dev-perl/DBD-MariaDB: Keyword 1.230.0 riscv, #919865
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-perl/DBD-MariaDB: add 1.230.0
Signed-off-by: Sam James <sam@gentoo.org>
Arthur Zamarin · gentoo
dev-perl/DBD-MariaDB: fix VariableShadowed
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-perl/DBD-MariaDB: add 1.220.0
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-perl/DBD-MariaDB: fix EROOT in src_configure (VariableScope)
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/DBD-MariaDB: Cleanup old 1.210.0
Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/DBD-MariaDB: Remove unneeded EROOT strip-slash
Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/DBD-MariaDB: -r bump for EAPI7 + CFLAGS love
- EAPI7 - Ensure CFLAGS passed to compile - Improve manual testing documentation Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/DBD-MariaDB: Minor improvements in configure
- Simplify handling provider for backend - Auto-chomp EROOT for future compat with EAPI7 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kent Fredric · gentoo
dev-perl/DBD-MariaDB: Add w/ version 1.210.0 re bug #669624
By request of Kerin Millar Closes: https://bugs.gentoo.org/669624 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>