summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/SQL-Translator: Drop ppc-aix and x86-solaris re bug #690140Kent Fredric2020-07-221-2/+2
| | | | | | | | | | Depends: - dev-perl/XML-LibXML - dev-perl/Alien-Libxml2 Bug: https://bugs.gentoo.org/690140 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/SQL-Translator: keyworded 0.110.230 for ppc, bug #690140Sergei Trofimovich2019-12-251-1/+1
| | | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* dev-perl/SQL-Translator: Add ~arm keyword wrt bug #690140Mikle Kolyada2019-07-221-2/+2
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="~arm"
* dev-perl/SQL-Translator: Bump to version 0.110.230Kent Fredric2018-01-091-0/+41
- EAPI6 - Parallel tests Upstream: - Fix for '.' in @INC - Remove use of List::MoreUtils - Add support for monotonically increasing SQLite autoincrements - Add support for CHECK constraint in SQLite producer - Fix error handling for recent Test::PostgreSQL - Add support for CHECK constraint in POD producer - Fix quoting in MYSQL DROP TABLE diff producer - Fix Pg grammar parsing of UUID, time, and timetz columns - Add support for USING and WHERE on index in Postgres producer/parser - Improve add_trigger consistency - Add trigger 'scope' attribute to support JSON/YAML/XML producers and XML and SQLite parser - Speedup internal debugging mechanism - Fix parsing of strings with leading whitespace - Fix parsing of MySQL column comments - Fix Multiline comments in YAML, JSON & Postgreqsl producers - Fix identifier quoting in Postgresql diff producer - Fix incorrect type conversion from BigInt AutoIncrement to bigserial - Fix missing semicolons between PostGIS statements - Fix string/identifier quoting in PostGIS statements - Fix test failures and test dependence on exact serialization Package-Manager: Portage-2.3.18, Repoman-2.3.6