summaryrefslogtreecommitdiff
path: root/dev-perl/DBD-mysql/DBD-mysql-4.44.0-r2.ebuild
AgeCommit message (Collapse)Author
2020-08-18dev-perl/DBD-mysql: Cleanup old 4.44.0-r2Kent Fredric
Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
2020-02-11*/*: Bump copyright on files touched this yearMichał Górny
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-02-08dev-perl/DBD-mysql: [QA] Fix UnnecessarySlashStripDavid Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2019-12-11*/*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny
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>
2019-08-29dev-perl/DBD-mysql: Add mysql/mariadb switchingKent Fredric
This was tangentially supported back with the virtual/mysqlclient stuff and this attempts to bring this logic back. However, in testing, this release currently failed to compile with USE="mariadb -mysql", as DBD-mysql supporting mariadb is merely "best effort", not a primary design goal, so can often be a bit behind the curve. Future releases may however work fine. Though its recommended if you work with MariaDB to: a. use DBD-MariaDB instead b. use "mysql -mariadb" to use the mysql-connector-c implementation and then use that to connect to mariadb, which *may* work better. As such, this flag is primarily to give user choice, but will be use.stable.masked' until we can expect it to be reliable Keywords dropped: - alpha ( due to mariadb-connector-c ) Package-Manager: Portage-2.3.72, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>