summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/XML-Parser-Lite: Stabilize 0.721.0 arm, #799659Sam James2021-10-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/XML-Parser-Lite: Stabilize 0.721.0 arm64, #799659Sam James2021-08-021-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/XML-Parser-Lite: arm64 keyworded (bug #722280)Sam James (sam_c)2020-06-221-2/+2
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@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/XML-Parser-Lite: Add ~arm keywordJames Le Cuirot2017-12-031-1/+1
| | | | | | The tests pass. Package-Manager: Portage-2.3.16, Repoman-2.3.6
* 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/XML-Parser-Lite: ppc64 stable wrt bug #581888Agostino Sarubbo2017-01-031-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/XML-Parser-Lite: ppc stable wrt bug #581888Agostino Sarubbo2017-01-011-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/XML-Parser-Lite: x86 stable wrt bug #581888Agostino Sarubbo2016-12-291-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/XML-Parser-Lite: amd64 stable wrt bug #581888Agostino Sarubbo2016-12-291-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/XML-Parser-Lite: Bump to version 0.721.0Kent Fredric2016-04-291-0/+35
- EAPI6 - Exclude possible network test unless DIST_TEST_OVERRIDE inlcudes "network". (Note: this test could have pulled in other dependencies to test it under a useflag, but doing so introduces a dependency cycle, because the test in question is to test for regressions in those things. Instead, this test will still be present if network testing is enabled, and will auto-activate if somebody happens to satisfy the dependencies) Upstream: - Packaging changes ( esp in regards to circular dependency tests ) Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"