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/IPC-Run: Keyword for ~arm64 re bug #668488Kent Fredric2018-12-281-1/+1
| | | | | | | | | Tested by Michael Everitt Bug: https://bugs.gentoo.org/668488 Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="arm64" Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/IPC-Run: added Prefix keywords, bug #665088Fabian Groffen2018-10-191-2/+2
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-perl/IPC-Run: stable 0.960.0 for hppa, bug #622446Rolf Eike Beer2018-01-241-2/+2
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-perl/IPC-Run: keyword ~armKent Fredric2017-10-241-1/+1
| | | | | | | Tested-by: Conrad Kostecki Closes: https://bugs.gentoo.org/621450 Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* dev-perl/IPC-Run: ppc64 stable wrt bug #622446Agostino Sarubbo2017-07-071-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/IPC-Run: ppc stable wrt bug #622446Agostino Sarubbo2017-07-071-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/IPC-Run: sparc stable wrt bug #622446Agostino Sarubbo2017-07-071-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/IPC-Run: ia64 stable, bug #622446Sergei Trofimovich2017-06-301-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/IPC-Run-0.960.0-r0: add alpha keywordTobias Klausmann2017-06-261-1/+1
| | | | Gentoo-Bug: 622446
* dev-perl/IPC-Run: x86 stable wrt bug #622446Agostino Sarubbo2017-06-221-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/IPC-Run: amd64 stable wrt bug #622446Agostino Sarubbo2017-06-221-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/IPC-Run: Bump to verison 0.960.0 re bug #614806Kent Fredric2017-05-211-0/+29
- EAPI6 Upstream: - Don't waste memory importing POSIX - Allow OS to choose port - Timer now accepts all allowable perl numbers - Catch malformed time strings - Improved timer error messages - Use Win32API::File on windows - Close CHILD_HANDLE to prevent warning - Avoid side effects of flushing STDOUT/STDERR - Unify $VERSION values - Fix quotation problems with cmd.exe - Fix check for reaped PID - Remove unneeded use of UNIVERSAL - Fix test failure due to '.' in @INC removal Bug: https://bugs.gentoo.org/614806 Package-Manager: Portage-2.3.5, Repoman-2.3.2