summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/libguestfs: add 1.48.6Sven Wegener2023-04-102-0/+243
| | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* app-emulation/libguestfs: call python_optimizeSven Wegener2023-04-101-0/+2
| | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* app-emulation/libguestfs: update SRC_URISven Wegener2023-04-101-1/+1
| | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* app-emulation/libguestfs: drop unnecessary patch, enable py3.11Sam James2023-02-162-28/+3
| | | | | | Patch seems obsoleted by https://github.com/libguestfs/libguestfs/commit/adfaf25a12b97b18f8a22d96803cd0920bfd25f7. Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: drop 1.48.0, 1.48.3Sam James2023-02-163-437/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: Keyword 1.48.4 x86, #884187Arthur Zamarin2022-12-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/libguestfs: add github upstream metadataSam James2022-07-281-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: add 1.48.4Sam James2022-07-132-0/+241
| | | | | Bug: https://bugs.gentoo.org/857828 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libguestfs: add 1.48.3Sam James2022-05-312-0/+219
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* 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>