summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/libvirt: Stabilize 9.3.0 arm64, #907566Arthur Zamarin2023-06-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/uxn: Stabilize 0_p20230501 amd64, #908008Sam James2023-06-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: tweak REQUIRED_USE to not require seccomp on macOSSam James2023-06-062-2/+2
| | | | | | | Doesn't exist there. Reported-by: Konstantin Kliakhandler Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: only depend on libcap-ng on linuxSam James2023-06-062-2/+2
| | | | | | | Reported by shwouchk in #gentoo-prefix. QEMU can work on macOS but libcap-ng doesn't make sense there. Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libvirt: Fix IP_NF_TARGET_MASQUERADE checkMichal Privoznik2023-06-047-7/+84
| | | | | | | | | | | | | | | | | | | | | As of kernel commit v5.2-rc1~133^2~174^2~6 the IP_NF_TARGET_MASQUERADE is just an alias for NETFILTER_XT_TARGET_MASQUERADE: config IP_NF_TARGET_MASQUERADE tristate "MASQUERADE target support" select NETFILTER_XT_TARGET_MASQUERADE help This is a backwards-compat option for the user's convenience (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_MASQUERADE. Fine tune our kernel config checks, though this can be changed once kernels older than 5.2.0 leave the tree. Closes: https://bugs.gentoo.org/907728 Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31292 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: update live ebuildMichal Privoznik2023-06-042-5/+7
| | | | | | | | | | | | | | | | | | Couple of things: 1) Upstream removed checking of $make (commit v8.0.0-1332-gb17bbf835c) , rendering our qemu-8.0.0-make.patch useless. Just stop applying it. 2) Subprojects are moved under subprojects/ gradually (v8.0.0-1330-g58e48b2e72 for dtc, v8.0.0-1331-gc53648abba for keycodemapdb). Update corresponding paths in the ebuild. 3) QEMU gained native pipewire support (v8.0.0-403-gc2d3d1c294). Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31225 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox-guest-additions: fix building with gcc-13Viorel Munteanu2023-06-033-0/+33
| | | | | | Closes: https://bugs.gentoo.org/907597 Closes: https://github.com/gentoo/gentoo/pull/31283 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/qemu: add 8.0.2Sam James2023-06-032-0/+964
| | | | | | | Fixes CVE-2023-0330. Bug: https://bugs.gentoo.org/905342 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: Stabilize 7.2.0-r3 arm64, #905866Sam James2023-06-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: Stabilize 7.2.0-r3 amd64, #905866Sam James2023-06-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox: fix building with dev-libs/libxml2-2.11Viorel Munteanu2023-06-022-0/+36
| | | | | | | | Replace some xhtml codes with their numeric equivalents and add empty fallbacks for missing files. Nothing changes in the resulting files. Closes: https://bugs.gentoo.org/906309 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/open-vm-tools: Stabilize 12.2.0 amd64, #907663Arthur Zamarin2023-06-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/wine-vanilla: USE=-debug -> global USE=strip in liveIonen Wolkens2023-06-021-9/+13
| | | | | | | | | Will update the old ebuilds eventually but given this triggers a rebuild with --changed-use (default enabled), will wait till a few bumps and maybe stable to give a chance for people to update and depclean old rather than unnecessarily rebuild all. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: USE=-debug -> global USE=strip in liveIonen Wolkens2023-06-021-7/+11
| | | | | | | | | Will update the old ebuilds eventually but given this triggers a rebuild with --changed-use (default enabled), will wait till a few bumps and maybe stable to give a chance for people to update and depclean old rather than unnecessarily rebuild all. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-proton: USE=-debug -> global USE=strip in liveIonen Wolkens2023-06-021-5/+9
| | | | | | | | | Will update the old ebuilds eventually but given this triggers a rebuild with --changed-use (default enabled), will wait till a few bumps and maybe stable to give a chance for people to update and depclean old rather than unnecessarily rebuild all. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vkd3d-proton: USE=-debug -> global USE=strip in liveIonen Wolkens2023-06-021-2/+2
| | | | | | | | | | | Will update the old ebuilds eventually but given this triggers a rebuild with --changed-use (default enabled), will wait till a bump and maybe stable to give a chance for people to update. Note that USE=debug is still used to enable tracing here, part of why these should ideally be separate flags. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/dxvk: USE=-debug -> global USE=strip in liveIonen Wolkens2023-06-021-2/+2
| | | | | | | | Will update the old ebuilds eventually but given this triggers a rebuild with --changed-use (default enabled), will wait till a bump and maybe stable to give a chance for people to update. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/open-vm-tools: Stabilize 12.2.0 x86, #907663Sam James2023-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox-modules: remove unused patchMichael Mair-Keimberger2023-06-011-27/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31265 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/libvirt: Stabilize 9.3.0 amd64, #907566Joonas Niilola2023-06-011-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/libvirt: Stabilize 9.3.0 x86, #907566Joonas Niilola2023-06-011-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/virtualbox-guest-additions: migrate 6.1.44 to linux-mod-r1Viorel Munteanu2023-06-011-0/+282
| | | | | Closes: https://github.com/gentoo/gentoo/pull/31249 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-guest-additions: migrate 7.0.8 to linux-mod-r1Viorel Munteanu2023-06-011-0/+295
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-modules: migrate 6.1.44 to linux-mod-r1Viorel Munteanu2023-06-011-0/+34
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-modules: migrate 7.0.8 to linux-mod-r1Viorel Munteanu2023-06-011-0/+34
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-guest-additions: drop 6.1.42-r1, 7.0.6Viorel Munteanu2023-05-303-574/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-modules: drop 6.1.42, 6.1.42-r1, 7.0.6, 7.0.6-r1Viorel Munteanu2023-05-305-238/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox: drop 6.1.42-r1, 7.0.6-r2Viorel Munteanu2023-05-305-1514/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-additions: drop 6.1.42, 7.0.6Viorel Munteanu2023-05-303-52/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-extpack-oracle: drop 6.1.42, 7.0.6Viorel Munteanu2023-05-303-58/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-extpack-oracle: Stabilize 7.0.8 amd64, #907359Sam James2023-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox: Stabilize 7.0.8a amd64, #907357Sam James2023-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox-guest-additions: Stabilize 7.0.8-r1 x86, #907358Arthur Zamarin2023-05-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/virtualbox-guest-additions: Stabilize 6.1.44 amd64, #907365Arthur Zamarin2023-05-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/virtualbox-guest-additions: Stabilize 6.1.44 x86, #907365Arthur Zamarin2023-05-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/virtualbox: Stabilize 6.1.44 amd64, #907362Sam James2023-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox-extpack-oracle: Stabilize 6.1.44 amd64, #907364Sam James2023-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox-modules: Stabilize 6.1.44 amd64, #907361Sam James2023-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox-guest-additions: Stabilize 7.0.8-r1 amd64, #907358Sam James2023-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox-additions: Stabilize 7.0.8 amd64, #907360Sam James2023-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox-additions: Stabilize 6.1.44 amd64, #907363Sam James2023-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox-modules: Stabilize 7.0.8 amd64, #907355Sam James2023-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/wine-staging: add 8.9.1Ionen Wolkens2023-05-282-0/+379
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: ver_cut wine's PV to accommodate x.x.1Ionen Wolkens2023-05-281-2/+3
| | | | | | | | | | Guess this could become needed more frequently, so may as well keep it in place permanently. Note that this is fine in 9999 too where need to set S to "something" which can be wine-9999 and ver_cut 1-2 gives that. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/firecracker-bin: add 1.3.3Sebastian Hamann2023-05-282-0/+84
| | | | | | Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com> Closes: https://github.com/gentoo/gentoo/pull/31174 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/spice: drop 0.15.0orbea2023-05-282-107/+0
| | | | | | | | | | * deprecated virtual/jpeg dependency * outdated python compat * fails a test with USE=sasl (LibreSSL only?) Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/31178 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/ruffle: fix typo in liveIonen Wolkens2023-05-261-1/+1
| | | | | | Thanks to sam for spotting. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vkd3d: drop 1.7Ionen Wolkens2023-05-262-45/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: add 8.9Ionen Wolkens2023-05-262-0/+340
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: drop 8.5, 8.6.1Ionen Wolkens2023-05-263-754/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>