summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | 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/Test-Regexp: keyword ~arm64Alexey Korepanov2018-04-021-2/+2
|
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-perl/Test-Regexp: stable 2017040101.0.0 for hppa, bug #624824 (thanks to ↵Sergei Trofimovich2017-11-081-1/+1
| | | | | | | Rolf Eike Beer) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="hppa"
* dev-perl/Test-Regexp: stable 2017040101.0.0 for sparc, bug #624824Sergei Trofimovich2017-11-021-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* dev-perl/Test-Regexp: stable 2017040101.0.0 for ppc, bug #624824Sergei Trofimovich2017-10-151-1/+1
| | | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* dev-perl/Test-Regexp: stable 2017040101.0.0 for ppc64, bug #624824Sergei Trofimovich2017-10-141-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64"
* dev-perl/Test-Regexp: x86 stable (bug #624824)Thomas Deutschmann2017-08-191-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Test-Regexp-2017040101.0.0-r0: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 624824
* dev-perl/Test-Regexp-2017040101.0.0-r0: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 624824
* dev-perl/Test-Regexp: ia64 stable, bug #624824Sergei Trofimovich2017-07-151-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* dev-perl/Test-Regexp: Remove old re bug #614620Kent Fredric2017-04-112-35/+0
| | | | | | | | This purges the last version broken by '.' in @INC changes for this package. Bug: https://bugs.gentoo.org/614620 Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-perl/Test-Regexp: Bump to version 2017040101.0.0Kent Fredric2017-04-043-0/+36
| | | | | | | | Upstream: - Fix '.' in @INC test failures Bug: https://bugs.gentoo.org/614620 Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-perl/Test-Regexp-2016060501.0.0: added ~ia64, bug 606156Matt Turner2017-03-151-1/+1
|
* dev-perl/Test-Regexp: added ~ppc, bug 606156Matt Turner2017-03-101-1/+1
|
* dev-perl/Test-Regexp: added ~sparc, bug 606156Matt Turner2017-03-101-1/+1
|
* dev-perl/Test-Regexp: added ~ppc64, bug 606156Matt Turner2017-03-101-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-perl/Test-Regexp: Mark ~hppa (bug #606156).Jeroen Roovers2017-02-041-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-perl/Test-Regexp-2016060501.0.0-r0: keyworded for ~alphaTobias Klausmann2017-01-261-1/+1
| | | | Gentoo-Bug: 606156
* dev-perl/Test-Regexp: New ebuildAnthony Ryan2017-01-173-0/+49
This package contains the testing harness used by dev-perl/Regexp-Common, without this package many of it's tests are skipped even when building with FEATURES="test" Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3495