summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/libguestfs: drop 1.46.0-r4Sam James2022-04-294-290/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: drop 1.38.6-r104, 1.44.1-r1Sam James2022-04-103-408/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: add 1.48.0Sam James2022-04-102-0/+218
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: add bump w/ guestfs-tools noteSam James2022-04-101-0/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: drop obsolete sys-libs/db dependency; add rpm depSam James2022-04-101-1/+1
| | | | | | Dropped in 1.45+ now that RPM can do it by itself. Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: fix automagic libselinux dependencySam James2022-03-061-3/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: note that guestfs-tools is now needed for toolsSam James2021-10-311-13/+1
| | | | | | | Always show the message rather than conditionally. Bug: https://bugs.gentoo.org/789354 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: fix build failure in 1.46.0Sam James2021-10-241-3/+4
| | | | | | | Restore patch from 1.44.x branch. Closes: https://bugs.gentoo.org/820053 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: keyword 1.46.0-r1 (new libguestfs-tools split)Sam James2021-10-221-2/+1
| | | | | Closes: https://bugs.gentoo.org/816693 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: block guestfs-tools in older versionsSam James2021-10-082-0/+2
| | | | | Bug: https://bugs.gentoo.org/816693 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: fix UnusedInherits (bash-completion-r1)Sam James2021-10-072-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: split out tools into guestfs-tools, tidy ebuildSam James2021-10-072-81/+79
| | | | | Bug: https://bugs.gentoo.org/816693 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: add 1.46.0Sam James2021-10-022-0/+214
| | | | | Closes: https://bugs.gentoo.org/794877 Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emulation/libguestfs: Update inherit from l10n to strip-linguasUlrich Müller2021-06-302-2/+2
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emulation/libguestfs: enable OCaml by default for toolsSam James2021-06-182-4/+6
| | | | | | | Needed for some common/popular tools. Closes: https://bugs.gentoo.org/789354 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: fix libxcrypt RPATHSam James2021-06-182-3/+7
| | | | | | | | | | | | | We were struggling to find libxcrypt (when USE=-system) because it's buried away in a subdir - /usr/$(get_libdir)/xcrypt. For now, let's include a helping hand hint (RPATH) to tell binaries to look there for libraries. This won't be an issue in future when we fully remove/disable libcrypt from glibc and use libxcrypt[system] instead. Thanks-to: Hank Leininger <hlein@korelogic.com> Closes: https://bugs.gentoo.org/789354 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: skip irrelevant Bash completion testSam James2021-06-081-0/+5
| | | | | Closes: https://bugs.gentoo.org/794874 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: don't call AR directlySam James2021-06-081-1/+4
| | | | | Closes: https://bugs.gentoo.org/794877 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: add missing libjansson dependencySam James2021-06-081-0/+1
| | | | | Closes: https://bugs.gentoo.org/794850 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: add 1.44.1Sam James2021-06-073-0/+228
| | | | | | | | | Closes: https://bugs.gentoo.org/782079 Closes: https://bugs.gentoo.org/746335 Closes: https://bugs.gentoo.org/758353 Closes: https://bugs.gentoo.org/682256 Closes: https://bugs.gentoo.org/729674 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: clean up patchSam James2021-04-191-6/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: convert to dev-ml/ounit2 for testsSam James2021-03-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: libxcrypt fix, restore and update py3, cleanupHank Leininger2021-03-1313-436/+11
| | | | | | | | | | | | | | | Current version won't build with libxcrypt 4.x, which has been stabilized. Added workaround. Also restored and bumped supported Python versions. Removed libguestfs-1.36 because it has been unbuildable ever since libguestfs-appliance-1.36 was removed in d0c2104377b00b4b6b029ba2e6390a00c58057b2. Signed-off-by: Hank Leininger <hlein@korelogic.com> Closes: https://bugs.gentoo.org/703118 Bug: https://bugs.gentoo.org/734634 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/16965 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: drop 1.36.13-r2Sam James2021-03-132-171/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: drop 1.38.6-r1Sam James2021-03-131-171/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: use HTTPSMichael Mair-Keimberger2021-02-113-6/+6
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/19351 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-emulation/libguestfs: fix MissingUseDepDefaultSam James2021-01-272-2/+2
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: fix ocamlopt depSam James2021-01-221-1/+1
| | | | | | Closes: https://bugs.gentoo.org/766576 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: fix ocaml depsSam James2021-01-223-9/+9
| | | | | Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: Dep ocaml-gettext-stub.Rafael Kitover2021-01-224-4/+16
| | | | | | | | | | | | Depend on ocaml-gettext-stub instead of ocaml-gettext or ocaml-gettext versions lower than 0.4.2, which is before the -stub package was split off. Closes: https://bugs.gentoo.org/762613 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Rafael Kitover <rkitover@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19095 Signed-off-by: Sam James <sam@gentoo.org>
* */*: reassign maksbotan's packagesMichał Górny2021-01-171-4/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/libguestfs: Remove pythonMichał Górny2021-01-154-38/+13
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/libguestfs: add more subslot deps tooSam James2021-01-024-20/+20
| | | | | Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: revbump for libconfig subslot depSam James2021-01-024-8/+8
| | | | | Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: Inline virtual/cdrtoolsMichał Górny2020-12-184-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/libguestfs-1.38.6-r100: inherit l10n, for strip-linguasMarek Szuba2020-12-091-1/+1
| | | | | | | Another case of "made change having already staged the file and forgot to re-run git add to have it included in the commit", sorry about that. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/libguestfs: migrate to lua-single.eclassMarek Szuba2020-12-091-0/+181
| | | | | | | | | | | Simple-impl for now because making this multi-impl will require jumping through some hoops. Unclear which Lua versions are supported so play it safe and stick with what the unmigrated ebuilds support, i.e. lua5.1. Explicitly invoking maintainer time-out on this one. Closes: https://bugs.gentoo.org/752543 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/libguestfs: limit unmigrated ebuilds to dev-lang/lua:0Marek Szuba2020-12-033-3/+3
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-141-2/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-223-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-emulation/libguestfs: Remove py2Michał Górny2020-02-103-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-053-6/+6
| | | | | 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-113-0/+3
| | | | | | | | | | | | | | | | | | 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>
* */*: Reassign most of eva@'s packagesMichał Górny2019-11-301-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/libguestfs: Needs slot op on perl, bug 617972Andreas K. Hüttel2019-11-083-3/+3
| | | | | | 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-173-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/libguestfs: 1.36.15 → 1.38.6Gilles Dartiguelongue2018-12-074-0/+260
| | | | | | Closes: https://bugs.gentoo.org/663380 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
* app-emulation/libguestfs: cleanup old revisionsGilles Dartiguelongue2018-12-073-327/+0
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
* app-emulation/libguestfs: 1.36.13 → 1.36.15Gilles Dartiguelongue2018-12-075-2/+267
| | | | | | | | | | | | | | | Do not RDEPEND on bash-completion and drop unused USE flag. Fix static-libs USE flag to actually do something. Fix build failure with USE=-ocaml, bug #670968. Make libvirt support optional, bug #672452. Remove unused debug USE flag. Switch from versionator eclass to eapi7-ver. gjs is a test dependency only. Fix sandbox issues, bug #653104. Closes: https://bugs.gentoo.org/653104 Closes: https://bugs.gentoo.org/670968 Closes: https://bugs.gentoo.org/672452 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>