diff options
| author | Kent Fredric <kentnl@gentoo.org> | 2018-01-09 11:17:45 +1300 |
|---|---|---|
| committer | Kent Fredric <kentnl@gentoo.org> | 2018-01-09 11:42:06 +1300 |
| commit | b796dbc2e675a03c565e4274f827f26a7c504f2b (patch) | |
| tree | 7c14974a84fc7bf2fb51e24c1c3f30b9992cfbfc /dev-perl/SQL-Translator/SQL-Translator-0.110.230.ebuild | |
| parent | c0b9ff12bb3ace432808e4447fe40248554e01b3 (diff) | |
| download | gentoo-b796dbc2e675a03c565e4274f827f26a7c504f2b.tar.gz gentoo-b796dbc2e675a03c565e4274f827f26a7c504f2b.tar.bz2 gentoo-b796dbc2e675a03c565e4274f827f26a7c504f2b.zip | |
dev-perl/SQL-Translator: Bump to version 0.110.230
- 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
Diffstat (limited to 'dev-perl/SQL-Translator/SQL-Translator-0.110.230.ebuild')
| -rw-r--r-- | dev-perl/SQL-Translator/SQL-Translator-0.110.230.ebuild | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/dev-perl/SQL-Translator/SQL-Translator-0.110.230.ebuild b/dev-perl/SQL-Translator/SQL-Translator-0.110.230.ebuild new file mode 100644 index 000000000000..b751d90e08be --- /dev/null +++ b/dev-perl/SQL-Translator/SQL-Translator-0.110.230.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=ILMARI +DIST_VERSION=0.11023 +inherit perl-module + +DESCRIPTION="Manipulate structured data definitions (SQL and more)" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris" +IUSE="test" + +RDEPEND=" + dev-perl/Carp-Clan + >=dev-perl/DBI-1.540.0 + virtual/perl-Digest-SHA + >=dev-perl/File-ShareDir-1.0.0 + >=dev-perl/Moo-1.0.3 + >=dev-perl/Package-Variant-1.1.1 + >=dev-perl/Parse-RecDescent-1.967.9 + virtual/perl-Scalar-List-Utils + dev-perl/Sub-Quote + >=dev-perl/Try-Tiny-0.40.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + >=dev-perl/JSON-2 + >=dev-perl/XML-Writer-0.500.0 + >=dev-perl/YAML-0.660.0 + test? ( + dev-perl/HTML-Parser + >=dev-perl/Spreadsheet-ParseExcel-0.410.0 + >=dev-perl/Template-Toolkit-2.200.0 + dev-perl/Test-Exception + >=dev-perl/Test-Differences-0.310.0 + >=virtual/perl-Test-Simple-0.880.0 + >=dev-perl/XML-LibXML-1.690.0 + ) +" |
