summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/wine-vanilla: x86 stable wrt bug #840218Agostino Sarubbo2022-04-241-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/wine-staging: Fix warningNick Sarnie2022-04-235-5/+5
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Fix warningNick Sarnie2022-04-238-8/+8
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-staging: Drop oldNick Sarnie2022-04-232-619/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-staging: Sync with ::wineNick Sarnie2022-04-232-0/+619
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Drop oldNick Sarnie2022-04-232-543/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Sync with ::wineNick Sarnie2022-04-232-0/+543
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/86Box: drop 3.4Conrad Kostecki2022-04-222-69/+0
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-emulation/86Box: add 3.4.1Conrad Kostecki2022-04-222-0/+69
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* virtualbox packages: Removed oldLars Wendler2022-04-2221-2673/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* virtualbox packages: Bump to version 6.1.34Lars Wendler2022-04-2211-0/+893
| | | | | Bug: https://bugs.gentoo.org/839990 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-emulation/xen-tools: remove -WerrorFlorian Schmaus2022-04-221-0/+4
| | | | | Closes: https://bugs.gentoo.org/839891 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/86Box: drop 3.3Conrad Kostecki2022-04-212-69/+0
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-emulation/86Box: add 3.4Conrad Kostecki2022-04-212-0/+69
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-emulation/xen: provide clang=(y|n), HOSTCC and HOSTCXX to makeFlorian Schmaus2022-04-211-17/+22
| | | | | | | | | | | | | | | | | | | | Provide clang=(y|n) to the make invocation as it tells Xen's build system whether or not clang is used. Also set HOSTCC and HOSTCXX. I believe this to probably fix calling cc directly (bug #839888). Also set LDFLAGS correctly. Previously LDFLAGS would be unset, which made raw-ldflags return the empty string, so # Send raw LDFLAGS so that --as-needed works LDFLAGS="$(raw-ldflags)" set LDFLAGS to the empty string. Finally, no longer unset ASFLAGS, as the ASFLAGS environment variable is no longer used by Xen. Bug: https://bugs.gentoo.org/839888 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen: enable CONFIG_CRASH_DEBUG on USE=debugFlorian Schmaus2022-04-211-3/+6
| | | | | Bug: https://bugs.gentoo.org/838730 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/qemu: depend on >=dtc-1.5.1, bump FIRMWARE_ABI_VERSIONJohn Helmert III2022-04-201-2/+2
| | | | | Closes: https://bugs.gentoo.org/833084 Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-emulation/qemu: add 7.0.0John Helmert III2022-04-202-0/+915
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-emulation/libvirt: Add myself as a proxied maintainerMichal Privoznik2022-04-191-0/+4
| | | | | | Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25114 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/wine-staging: Sync with ::wineNick Sarnie2022-04-185-10/+5
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Sync with ::wineNick Sarnie2022-04-186-12/+6
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/xen-tools: improve configure argumentsFlorian Schmaus2022-04-181-3/+3
| | | | | | Use EPREFIX and properly quote the arguments. Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen-tools: use https where possibleFlorian Schmaus2022-04-181-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen-tools: fix dependenciesFlorian Schmaus2022-04-181-5/+10
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen: shorten ebuild: drop merge_config.sh, use alldefconfigFlorian Schmaus2022-04-181-8/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen-tools: reinstate fix for bash completionFlorian Schmaus2022-04-181-0/+4
| | | | | | | | | This sed was dropped with 4.16, probably because it could not be used verbatim from the 4.15 ebuilds. This reinstates the fix with a slightly modified sed expression and while adjusting the path to config/Paths.mk.in (was Config.mk). Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen-tools: update HOMEPAGEFlorian Schmaus2022-04-174-4/+4
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen-tools: add 'systemd' use flagFlorian Schmaus2022-04-171-1/+2
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen: update HOMEPAGEFlorian Schmaus2022-04-174-4/+4
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen: fix debug use flagFlorian Schmaus2022-04-171-12/+33
| | | | | | | | | | | | Upstream changed to a kconfig build system for the Xen hypervisor. Even though still documented, passing 'debug=y' as make argument does not enable a debug build. We now create a Gentoo specific kconfig that is merged into upstream's default configuration. This also allows to drop the flask patch. Bug: https://bugs.gentoo.org/838730 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/libdsk: drop 1.5.8; tidy 1.5.18Sam James2022-04-174-53/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/aqemu: drop 0.9.2-r1Sam James2022-04-171-42/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: update maintainersMatthias Maier2022-04-172-4/+20
| | | | Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/xen: improve naming and type of phase shared variableFlorian Schmaus2022-04-171-3/+5
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen-tools: convert myconf to array, drop effectles sedFlorian Schmaus2022-04-171-31/+23
| | | | | | | Also removes the unecessary --prefix argument, which econf does by default since a few EAPIs. Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/fs-uae: Drop old 3.1.62James Le Cuirot2022-04-172-115/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/fs-uae: Patch to fix musl buildJames Le Cuirot2022-04-172-0/+36
| | | | | Closes: https://bugs.gentoo.org/838469 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/aranym: Respect the AR environment variableJames Le Cuirot2022-04-162-0/+25
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/aranym: Export the build environment for configureJames Le Cuirot2022-04-161-1/+4
| | | | | Closes: https://bugs.gentoo.org/838841 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/aranym: Patch to fix musl buildJames Le Cuirot2022-04-162-0/+25
| | | | | Closes: https://bugs.gentoo.org/830437 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/vkd3d: Sync with ::wineNick Sarnie2022-04-152-9/+10
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/diskimage-builder: 3.20.3 fast stable for git bugMatthew Thode2022-04-153-41/+1
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/diskimage-builder: 3.20.3 bumpMatthew Thode2022-04-152-0/+40
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/cloud-init: Drop patchesBrett Holman2022-04-141-7/+0
| | | | | | | Upstream took patches, remove them from ebuild Signed-off-by: Brett Holman <bholman.devel@gmail.com> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/ruffle: add 0_p20220414Ionen Wolkens2022-04-142-0/+542
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/ruffle: drop 0_p20220315Ionen Wolkens2022-04-142-531/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/xen-tools: drop oldTomáš Mózes2022-04-141-558/+0
| | | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24969 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen: drop oldTomáš Mózes2022-04-142-167/+0
| | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen: add upstream patchesTomáš Mózes2022-04-143-0/+331
| | | | | | | | Fixes: XSA-397,XSA-399,XSA-400 Fixes: CVE-2022-26356,CVE-2022-26357,CVE-2022-26358,CVE-2022-26359,CVE-2022-26360,CVE-2022-26361 Bug: https://bugs.gentoo.org/837575 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-emulation/xen-tools: add upstream patchesTomáš Mózes2022-04-143-0/+1116
| | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>