summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/uxn: Stabilize 0_p20230201 amd64, #903738Sam James2023-04-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox-modules: fix compilation with kernel 6.3Viorel Munteanu2023-04-033-0/+149
| | | | | Bug: https://bugs.gentoo.org/903638 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-extpack-oracle: allow old version to be installed ↵Andrew Udvare2023-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with newer vbox Windows 10 and 11 guests hang on >=7.0.6 additions when 3D acceleration is disabled. The only workaround found besides enabling 3D acceleration is to downgrade additions to 6.1.42 in the guest. This change allows the older extpack (additions) to be installed with newer VirtualBox. With this change, the Extension Manager will show a conflict in the but otherwise causes no issues. Enabling 3D acceleration is not an acceptable workaround to many due to multiple long-standing graphical bugs. See tickets and the forum thread below: Freezes: https://www.virtualbox.org/ticket/21291 https://www.virtualbox.org/ticket/21431 https://www.virtualbox.org/ticket/21448 https://www.virtualbox.org/ticket/21492 Artifacts / 3D Accel: https://www.virtualbox.org/ticket/21136 https://www.virtualbox.org/ticket/21233 https://www.virtualbox.org/ticket/21433 https://www.virtualbox.org/ticket/21515 https://forums.virtualbox.org/viewtopic.php?f=7&t=108440 Signed-off-by: Andrew Udvare <audvare@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30439 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/dynamips: add myself as maintainerMichael Mair-Keimberger2023-04-011-1/+8
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30052 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-emulation/dynamips: version bump (0.2.23), EAPI8Michael Mair-Keimberger2023-04-012-0/+39
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-emulation/wine-staging: add 8.5Ionen Wolkens2023-04-012-0/+371
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: drop 8.1, 8.2Ionen Wolkens2023-04-013-727/+0
| | | | | | | | | | | Guess can keep "stable" 8.0 for now, albeit it doesn't make that much sense with wine-staging given it won't get updated when e.g. 8.0.1 comes out. Just to keep "some" non-vanilla extras for regressions anyway, can remove old versions when they start to cause problems. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: add 8.5Ionen Wolkens2023-03-312-0/+335
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: drop 8.1, 8.2Ionen Wolkens2023-03-313-660/+0
| | | | | | Use stable 8.0 if you need something older. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/ruffle: add 0_p20230328Ionen Wolkens2023-03-282-0/+630
| | | | | | Gets rid of several git crates and the naga patch. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: add 7.0.2Ionen Wolkens2023-03-272-0/+328
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/ruffle: drop 0_p20230209Ionen Wolkens2023-03-243-736/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/faudio: remove unused fileMichael Mair-Keimberger2023-03-241-11/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30330 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vkd3d: add 1.7Ionen Wolkens2023-03-242-0/+45
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/diskimage-builder: add 3.28.0Matthew Thode2023-03-232-0/+41
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/faudio: drop 21.01Andreas Sturmlechner2023-03-223-101/+2
| | | | | Closes: https://bugs.gentoo.org/895372 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-emulation/diskimage-builder: add 3.27.0Matthew Thode2023-03-212-0/+41
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/libirt: fix apparmor path for merge-usr layoutKai-Chun Ning2023-03-212-17/+15
| | | | | | Signed-off-by: Kai-Chun Ning <kaichun.ning@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30286 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libvirt: Fix a build failure with LLD 16Michal Privoznik2023-03-216-0/+112
| | | | | | | | | | | | | | | | | | | | With the newest LLD, the libvirt's detection of --version-script= linker argument works no more. Backport the upstream patch that fixes the issue. Since the patch is merged and is going to be contained in the upcoming release, there's no point in adding it to the list of patched in the live ebuild. Append it only into the older versions then. Also, I had to rebase the patch for older version of libvirt, because the patched file (meson.build) looked a bit different and the upstream patch did not apply cleanly. Closes: https://bugs.gentoo.org/902211 Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30284 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/wine-staging: add 8.4Ionen Wolkens2023-03-192-0/+371
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/aranym: fix configure w/ non-bashSam James2023-03-192-0/+38
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/aranym: fix configure w/ clang 16Sam James2023-03-192-0/+31
| | | | | | Closes: https://bugs.gentoo.org/883583 Closes: https://bugs.gentoo.org/900322 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/virtualbox: fix compilation with old GNU tarViorel Munteanu2023-03-182-2/+2
| | | | | | | | Pin GNU tar to a version >=1.34-r2. Closes: https://bugs.gentoo.org/901987 Closes: https://github.com/gentoo/gentoo/pull/30204 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/vagrant: fix net-ssh depSam James2023-03-181-2/+3
| | | | | Closes: https://bugs.gentoo.org/880209 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/vagrant: drop 2.2.18-r1, 2.2.19Sam James2023-03-183-191/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/wine-vanilla: add 8.4Ionen Wolkens2023-03-172-0/+335
| | | | | | | Again wrt USE=wayland, don't expect this to be useful yet as it's just initial support that builds a stub driver. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/diskimage-builder: Sync the live ebuildMichał Górny2023-03-171-1/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/diskimage-builder: Use pypi.eclassMichał Górny2023-03-171-1/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/wine-staging: add IUSE=wayland in liveIonen Wolkens2023-03-161-2/+5
| | | | | | | | Not that should expect this to be useful yet, it's early work in progress. But the option exists so let's add it for anyone interested. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: add IUSE=wayland in liveIonen Wolkens2023-03-161-3/+6
| | | | | | | | Not that should expect this to be useful yet, it's early work in progress. But the option exists so let's add it for anyone interested. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/glean: Use pypi.eclassMichał Górny2023-03-161-2/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/spice: Stabilize 0.15.1-r1 ppc64, #899236Arthur Zamarin2023-03-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/faudio: Stabilize 23.02 amd64, #895372Arthur Zamarin2023-03-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/faudio: Stabilize 23.02 x86, #895372Arthur Zamarin2023-03-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/ruffle: add 0_p20230312Ionen Wolkens2023-03-123-0/+669
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/qemu: rebase 2 patches for git masterAndreas K. Hüttel2023-03-123-2/+41
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* app-emulation/firecracker-bin: drop old versionsSebastian Hamann2023-03-116-418/+0
| | | | | | Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com> Closes: https://github.com/gentoo/gentoo/pull/29923 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/firecracker-bin: add 1.3.1Sebastian Hamann2023-03-112-0/+84
| | | | | Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/ruffle: drop 0_p20230125Ionen Wolkens2023-03-092-703/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/protontricks: add 1.10.2Marek Szuba2023-03-082-0/+58
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/wine-proton: skip QA for implicit __clear_cache tooIonen Wolkens2023-03-083-3/+12
| | | | | | | | | Tests for a compiler builtin that is not declared by anything, however we can lazily ignore it because __clear_cache is not used by wine on amd64+x86 either way. Closes: https://bugs.gentoo.org/900332 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: skip QA for implicit __clear_cache tooIonen Wolkens2023-03-085-5/+20
| | | | | | | | | Tests for a compiler builtin that is not declared by anything, however we can lazily ignore it because __clear_cache is not used by wine on amd64+x86 either way. Closes: https://bugs.gentoo.org/900334 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: skip QA for implicit __clear_cache tooIonen Wolkens2023-03-086-6/+24
| | | | | | | | | Tests for a compiler builtin that is not declared by anything, however we can lazily ignore it because __clear_cache is not used by wine on amd64+x86 either way. Closes: https://bugs.gentoo.org/900338 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: add 8.3Ionen Wolkens2023-03-052-0/+365
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-proton: skip QA for implicit res_getserversIonen Wolkens2023-03-043-0/+3
| | | | | | Test is failing on error when it should. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: skip QA for implicit res_getserversIonen Wolkens2023-03-044-0/+4
| | | | | | Test is failing on error when it should. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: skip QA for implicit res_getserversIonen Wolkens2023-03-046-1/+7
| | | | | | Test is failing on error when it should. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: add 8.3Ionen Wolkens2023-03-042-0/+328
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-mono: drop 7.3.0Ionen Wolkens2023-03-042-28/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: drop 7.19, 7.22Ionen Wolkens2023-03-044-750/+0
| | | | | | | | These are very close to stable wine-staging-8.0, bare lacking some bug fixes. Should be little reason to keep, please use 8.0 instead. If you need actual wine-7, then consider wine-vanilla-7.0.x instead. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>