summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/x48: Enable feature-macro locked libc extensionsNHOrus2024-05-132-0/+81
| | | | | | | Closes: https://bugs.gentoo.org/871468 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/36653 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* app-emulation/ruffle: drop 0_p20240217, 0_p20240319Ionen Wolkens2024-05-123-1716/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/libvirt: 10.3.0: Fix virshtest failureMichal Privoznik2024-05-102-0/+85
| | | | | | | | | | | In libvirt-10.3.0 the virshtest was rewritten and unfortunately, it caused a bug in which it tried to access user's $HOME. Backport the upstream fix to make the test pass again. Closes: https://bugs.gentoo.org/931109 Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36584 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/dxvk: enable py3.13Ionen Wolkens2024-05-102-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-proton: enable py3.13Ionen Wolkens2024-05-104-4/+4
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/open-vm-tools: Keyword 12.2.5 arm64, #924544Sam James2024-05-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: drop 8.2.1, 8.2.2Sam James2024-05-093-1985/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: drop 8.0.4Sam James2024-05-092-971/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: drop 7.2.9, 7.2.10Sam James2024-05-093-1944/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/hercules-sdl*: switch to proxy-maintMatoro Mahri2024-05-085-15/+35
| | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/31051 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-emulation/hercules-sdl: new package, add 4.7.0Matoro Mahri2024-05-0810-0/+790
| | | | | | Closes: https://bugs.gentoo.org/711068 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-emulation/hercules-sdl-telnet: new package, add 4.7.0, 9999Matoro Mahri2024-05-085-0/+204
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-emulation/hercules-sdl-softfloat: new package, add 4.7.0, 9999Matoro Mahri2024-05-085-0/+208
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-emulation/hercules-sdl-decnumber: new package, add 4.7.0, 9999Matoro Mahri2024-05-085-0/+208
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-emulation/hercules-sdl-crypto: new package, add 4.7.0, 9999Matoro Mahri2024-05-085-0/+204
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-emulation/wine-proton: remove unused optionIonen Wolkens2024-05-071-2/+0
| | | | | | | Forgot to remove it when copied from 9999, this is only used in experimental and not in releases. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vkd3d-proton: drop 2.10, 2.11.1Ionen Wolkens2024-05-073-415/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/dxvk: fix build with gcc14Ionen Wolkens2024-05-073-0/+9
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/dxvk: drop 2.2-r1, 2.3Ionen Wolkens2024-05-073-379/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: fix build with muslIonen Wolkens2024-05-072-0/+31
| | | | | Closes: https://bugs.gentoo.org/931341 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: fix build with muslIonen Wolkens2024-05-072-0/+31
| | | | | Bug: https://bugs.gentoo.org/931341 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: filter -Wl,--gc-sectionsIonen Wolkens2024-05-076-0/+6
| | | | | | | | | | | Is an issue with both lld and bfd that I can see, likely due to the linker tricks wine uses. Let's just filter it as it's fragile. Skipping revbump given the option is rarely used and shouldn't affect many. Closes: https://bugs.gentoo.org/931329 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-proton: filter -Wl,--gc-sectionsIonen Wolkens2024-05-074-0/+4
| | | | | | | | | | | Is an issue with both lld and bfd that I can see, likely due to the linker tricks wine uses. Let's just filter it as it's fragile. Skipping revbump given the option is rarely used and shouldn't affect many. Bug: https://bugs.gentoo.org/931329 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: filter -Wl,--gc-sectionsIonen Wolkens2024-05-078-0/+8
| | | | | | | | | | | Is an issue with both lld and bfd that I can see, likely due to the linker tricks wine uses. Let's just filter it as it's fragile. Skipping revbump given the option is rarely used and shouldn't affect many. Bug: https://bugs.gentoo.org/931329 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/qtrvsim: stabilize 0.9.7 for amd64Florian Schmaus2024-05-061-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* */*: drop qt from maintainers for end-user applicationsIonen Wolkens2024-05-041-4/+1
| | | | | | | | | | | | | | | | | Also including their (non-Qt) deps that Qt itself does not need. Bare rare exceptions, nowadays the Gentoo's Qt project is intended to maintain Qt itself and not end-user applications that merely happen to use Qt. This may have worked in the past but we do not have enough interested members to maintain these. *Most* of these were effectively unmaintained by Qt and recent'ish commits were drive-by from other developers. This is done to reflect reality better, and hopefully let these packages gain proper maintainers (or at least make it clear that anyone can work on them). Closes: https://github.com/gentoo/gentoo/pull/36508 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: add 9.8Ionen Wolkens2024-05-042-0/+479
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/plus42: also handle unset $ARBernard Cafarelli2024-05-041-1/+1
| | | | | Closes: https://bugs.gentoo.org/931146 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* app-emulation/free42: also handle unset $ARBernard Cafarelli2024-05-041-1/+1
| | | | | Bug: https://bugs.gentoo.org/931146 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* app-emulation/wine-vanilla: add 9.8Ionen Wolkens2024-05-032-0/+431
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/virtualbox-kvm: drop 7.0.16_pre20240325Viorel Munteanu2024-05-032-769/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-kvm: add 7.0.18_pre20240502Viorel Munteanu2024-05-032-0/+771
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-modules: drop 7.0.16Viorel Munteanu2024-05-032-35/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox: drop 7.0.16Viorel Munteanu2024-05-032-741/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-guest-additions: drop 7.0.16Viorel Munteanu2024-05-032-291/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-additions: drop 7.0.16Viorel Munteanu2024-05-032-26/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-extpack-oracle: drop 7.0.16Viorel Munteanu2024-05-032-34/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-extpack-oracle: add 7.0.18Viorel Munteanu2024-05-032-0/+34
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-additions: add 7.0.18Viorel Munteanu2024-05-032-0/+26
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-guest-additions: add 7.0.18Viorel Munteanu2024-05-032-0/+291
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox: add 7.0.18Viorel Munteanu2024-05-032-0/+743
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-modules: add 7.0.18Viorel Munteanu2024-05-032-0/+35
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/plus42: properly call $ARBernard Cafarelli2024-05-031-3/+2
| | | | | Closes: https://bugs.gentoo.org/931079 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* app-emulation/free42: properly use $ARBernard Cafarelli2024-05-031-3/+2
| | | | | Closes: https://bugs.gentoo.org/931084 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* app-emulation/libvirt: Add 10.3.0Michal Privoznik2024-05-032-0/+367
| | | | | Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/wine-proton: add 9.0.1Ionen Wolkens2024-05-022-0/+421
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/qemu: Stabilize 7.2.11 x86, #930931Sam James2024-05-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: Stabilize 7.2.11 ppc64, #930931Sam James2024-05-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: Stabilize 7.2.11 arm64, #930931Sam James2024-05-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/qemu: Stabilize 7.2.11 amd64, #930931Sam James2024-05-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>