summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/SQL-Statement: Drop sparc64-solaris re bug #673504Kent Fredric2020-07-211-2/+2
| | | | | | | | | | Depends: - dev-perl/Text-Soundex - dev-perl/Text-Unidecode Bug: https://bugs.gentoo.org/673504 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@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: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-perl/SQL-Statement: arm64 stableAaron Bauman2019-07-281-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64"
* dev-perl/SQL-Statement: add ~arm64 per b-manJory Pratt2019-04-131-2/+2
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* dev-perl/SQL-Statement: added Prefix keywords, bug #665088Fabian Groffen2018-10-271-2/+2
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-perl/SQL-Statement: ppc64 stable (bug 619060)Michael Weber2017-05-221-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
* dev-perl/SQL-Statement: ppc stable (bug 619060)Michael Weber2017-05-221-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
* dev-perl/SQL-Statement: x86 stable wrt bug #619060Agostino Sarubbo2017-05-221-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/SQL-Statement: amd64 stable wrt bug #619060Agostino Sarubbo2017-05-211-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/SQL-Statement: Bump to version 1.412.0Kent Fredric2017-04-081-0/+39
Upstream: - Fix typo on error handling in NumericEval - Fix test failure in 02execute.t - Fix '.' in @INC test failure - Refactor constraints processing - Support parsing complex JOIN clauses with OR/() contructs. - Handle backtick quoting. Package-Manager: Portage-2.3.4, Repoman-2.3.2