| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="~arm"
|
|
- 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
|