summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-221-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-emulation/libguestfs: Remove py2Michał Górny2020-02-101-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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-emulation/libguestfs: Needs slot op on perl, bug 617972Andreas K. Hüttel2019-11-081-1/+1
| | | | | | Bug: https://bugs.gentoo.org/617972 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/libguestfs: Support python3.6Pacho Ramos2018-06-271-1/+1
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* Add the eclass eutilsMuriloStrike2018-05-251-1/+1
| | | | | Without the eutils, in the installation phase, the error occurs: "strip-linguas: command not fount". Closes: https://github.com/gentoo/gentoo/pull/8247
* app-emulation/libguestfs: fix a typo in ocaml activation, bug #650068Gilles Dartiguelongue2018-04-021-1/+1
| | | | | Closes: https://bugs.gentoo.org/650068 Package-Manager: Portage-2.3.27, Repoman-2.3.9
* app-emulation/libguestfs: version bump 1.36.5 → 1.36.13Gilles Dartiguelongue2018-02-071-0/+173
* Now compatible with >=glibc-2.26, bug #638180. * Make sure USE=introspection explicitely passes configure switch as we might split glib/gobject from introspection at some point. * Switch to perl-functions eclass as advised in bug #629946. * Restore USE=ocaml as I could not bug #629490 from provided info. * Fix pkg_postinst feature check on USE=gtk. * Fix build with FEATURES=test by disabling -Werror always. It makes no sense to enable this flag for a release, bug #640494. * Add myself to maintainers. Closes: https://bugs.gentoo.org/629690 Closes: https://bugs.gentoo.org/629946 Closes: https://bugs.gentoo.org/638180 Closes: https://bugs.gentoo.org/640494 Package-Manager: Portage-2.3.24, Repoman-2.3.6