summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [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>
* app-text/podofo: [QA] Add cmake-utils_src_prepareDavid Seifert2017-10-151-1/+2
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* app-text/podofo: bug 620934: disable cppunit when possibleZac Medico2017-06-101-0/+4
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-text/podofo: add tools USE flag (bug 608876)Zac Medico2017-05-211-2/+4
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-text/podofo: ppc stable (bug 617204).Michael Weber2017-05-181-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="ppc"
* app-text/podofo: ppc64 stable wrt bug #617204Agostino Sarubbo2017-05-161-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/podofo: x86 stable wrt bug #617204Agostino Sarubbo2017-05-161-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>
* app-text/podofo: Stable for HPPA (bug #617204).Jeroen Roovers2017-05-161-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
* app-text/podofo: amd64 stable wrt bug #617204Agostino Sarubbo2017-05-151-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>
* app-text/podofo: revbump to 0.9.6_pre20170508-r1 with new soname+subslotZac Medico2017-05-121-0/+137
The libpodofo.so.0.9.6 ABI is not necessarily stable, therefore change the soname to libpodofo.so.0.9.6_pre20170508 so that preserve-libs will work nicely for things that don't use slot-operator deps, and bump the subslot for things that use slot-operator deps. Package-Manager: Portage-2.3.5, Repoman-2.3.2