summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: 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/Apache-Test: Drop hppaMikle Kolyada2018-05-131-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Apache-Test-1.400.0-r2: ppc64 stable, bug 652304Matt Turner2018-04-061-1/+1
|
* dev-perl/Apache-Test-1.400.0-r2: ppc stable, bug 652304Matt Turner2018-04-061-1/+1
|
* dev-perl/Apache-Test: stable 1.400.0-r2 for ia64, bug #652304Sergei Trofimovich2018-04-061-1/+1
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* dev-perl/Apache-Test: x86 stable (bug #652304)Thomas Deutschmann2018-04-051-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-perl/Apache-Test-1.400.0-r2: alpha stableTobias Klausmann2018-04-051-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/652304
* dev-perl/Apache-Test: stable 1.400.0-r2 for sparcRolf Eike Beer2018-04-031-1/+1
| | | | | | Bug: https://bugs.gentoo.org/652304 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-perl/Apache-Test: amd64 stableJason Zaman2018-04-031-2/+2
| | | | | Gentoo-bug: 652304 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Apache-Test: Fix handling of optional dep on mod_perlKent Fredric2017-10-151-4/+29
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Apache-Test: Restore & Fix testsKent Fredric2017-10-151-0/+94
- EAPI6 - Resurrected tests for the first time since 2004, please open a bug if there is actually a problem still - Expand tests to dummy-compile all modules, finding and fixing 3 bugs in the process. Package-Manager: Portage-2.3.8, Repoman-2.3.3