summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/wine-staging: add 7.22Ionen Wolkens2022-11-272-0/+355
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: update upstream metadataIonen Wolkens2022-11-271-2/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: add 7.22Ionen Wolkens2022-11-252-0/+324
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/qemu: Drop caps and seccomp USEBrian Evans2022-11-233-24/+36
| | | | | | | | | | | Non-maintainer commit This follows with the vhost-user-fs drop as it made these USE required. Instead of having users get errors, just drop the USE and make the deps and configure options always installed. Bug: https://bugs.gentoo.org/873190 Signed-off-by: Brian Evans <grknight@gentoo.org>
* app-emulation/wine-proton: trim README of obsolete eselect issueIonen Wolkens2022-11-231-2/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: backport opengl32.dll fix to 7.21Ionen Wolkens2022-11-232-1/+75
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: backport opengl32.dll fix to 7.21Ionen Wolkens2022-11-232-1/+75
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-proton: adjust mold workaroundIonen Wolkens2022-11-233-3/+3
| | | | | | | -version worked fine but is not correct (typo), so replace it (--version emits collect2 noise, so also add 2>/dev/null) Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: adjust mold workaroundIonen Wolkens2022-11-234-4/+4
| | | | | | | -version worked fine but is not correct (typo), so replace it (--version emits collect2 noise, so also add 2>/dev/null) Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: adjust mold workaroundIonen Wolkens2022-11-236-6/+6
| | | | | | | -version worked fine but is not correct (typo), so replace it (--version emits collect2 noise, so also add 2>/dev/null) Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-proton: bdepend on binutilsIonen Wolkens2022-11-233-0/+3
| | | | | | | Due to tc-ld-force-bfd while binutils can possibly be missing on llvm profiles. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: bdepend on binutilsIonen Wolkens2022-11-234-0/+4
| | | | | | | Due to tc-ld-force-bfd while binutils can possibly be missing on llvm profiles. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: bdepend on binutilsIonen Wolkens2022-11-236-0/+6
| | | | | | | Due to tc-ld-force-bfd while binutils can possibly be missing on llvm profiles. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-proton: workaround for moldIonen Wolkens2022-11-233-0/+15
| | | | | | | | Everything segfaults if built with either mold or lld, but tc-ld-force-bfd (currently) ignores mold. Skipping revbump given global mold usage is not widespread. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: workaround for moldIonen Wolkens2022-11-234-0/+20
| | | | | | | | Everything segfaults if built with either mold or lld, but tc-ld-force-bfd (currently) ignores mold. Skipping revbump given global mold usage is not widespread. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: workaround for moldIonen Wolkens2022-11-236-0/+30
| | | | | | | | Everything segfaults if built with either mold or lld, but tc-ld-force-bfd (currently) ignores mold. Skipping revbump given global mold usage is not widespread. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-proton: add 7.0.5Ionen Wolkens2022-11-232-0/+315
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-proton: migrate to eselect-wine-2Ionen Wolkens2022-11-232-32/+10
| | | | | | | | | | | | | | While >=eselect-wine-2 does not need ebuild modifications to work thanks to compat code, downgrading it does not work nicely given Wine slots won't be "registered" anymore (requires doing it manually, or re-emerging wine). So cleanup now and force IDEPEND on newer to help prevent mishaps. The replace check, nonfatal, registering, etc... is no longer necessary. prerm -> postrm is intended, prerm still works but relies on hacks to do so and should be avoided. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: migrate to eselect-wine-2Ionen Wolkens2022-11-234-60/+16
| | | | | | | | | | | | | | While >=eselect-wine-2 does not need ebuild modifications to work thanks to compat code, downgrading it does not work nicely given Wine slots won't be "registered" anymore (requires doing it manually, or re-emerging wine). So cleanup now and force IDEPEND on newer to help prevent mishaps. The replace check, nonfatal, registering, etc... is no longer necessary. prerm -> postrm is intended, prerm still works but relies on hacks to do so and should be avoided. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: migrate ~arch to eselect-wine-2Ionen Wolkens2022-11-235-75/+20
| | | | | | | | | | | | | | While >=eselect-wine-2 does not need ebuild modifications to work thanks to compat code, downgrading it does not work nicely given Wine slots won't be "registered" anymore (requires doing it manually, or re-emerging wine). So cleanup now and force IDEPEND on newer to help prevent mishaps. The replace check, nonfatal, registering, etc... is no longer necessary. prerm -> postrm is intended, prerm still works but relies on hacks to do so and should be avoided. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: drop 7.18Ionen Wolkens2022-11-232-358/+0
| | | | | | | | Shouldn't be a notable reason to keep 7.18, but 7.19 is more interesting given 7.20 and 7.21 have some major regressions (w/ non-mingw for one, opengl+winegcc for the other). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: drop 7.18Ionen Wolkens2022-11-232-325/+0
| | | | | | | | Shouldn't be a notable reason to keep 7.18, but 7.19 is more interesting given 7.20 and 7.21 have some major regressions (w/ non-mingw for one, opengl+winegcc for the other). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/libvirt: Keyword 8.9.0 arm, #881729Arthur Zamarin2022-11-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/qemu: revbump 7.1.0 to force-on vhost-user-fsJohn Helmert III2022-11-221-28/+3
| | | | | Bug: https://bugs.gentoo.org/873190 Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-emulation/qemu: sync liveJohn Helmert III2022-11-221-28/+3
| | | | | Bug: https://bugs.gentoo.org/873190 Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-emulation/qemu: force on vhost-user-fsJohn Helmert III2022-11-221-28/+3
| | | | | Bug: https://bugs.gentoo.org/873190 Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-emulation/virtualbox: drop `opus` flagViorel Munteanu2022-11-201-4/+1
| | | | | | | | Dropped by upstream Closes: https://bugs.gentoo.org/882091 Closes: https://github.com/gentoo/gentoo/pull/28347 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox: fix regression with USE="headless sdl"Viorel Munteanu2022-11-201-1/+6
| | | | | | Bug: https://bugs.gentoo.org/678534 Closes: https://github.com/gentoo/gentoo/pull/28229 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-guest-additions: add 7.0.4Viorel Munteanu2022-11-202-0/+288
| | | | | | | | | Rename USE=X -> gui Remove reference to `eselect opengl` from post install message Closes: https://bugs.gentoo.org/881191 Closes: https://bugs.gentoo.org/719268 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-additions: add 7.0.4Viorel Munteanu2022-11-202-0/+31
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-extpack-oracle: add 7.0.4Viorel Munteanu2022-11-202-0/+30
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-extpack-oracle: update LICENSEViorel Munteanu2022-11-202-2/+2
| | | | | | | | | | | The PUEL license has been updated. The old file licenses/PUEL is version 8 from 2010. Add the new version 11 from 2020 with a new name to keep it from being pre-accepted by mistake. Keep the old PUEL license in the tree for a few more months. Closes: https://bugs.gentoo.org/757717 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox: add dependency for USE=docViorel Munteanu2022-11-201-0/+1
| | | | | | Starting with v7, `doc` also builds the user manual in qt5 help format Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox: fix build with USE='-*'Viorel Munteanu2022-11-201-0/+1
| | | | | | | Fix dependencies when built without `headless` Closes: https://bugs.gentoo.org/678534 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox: drop USE headlessViorel Munteanu2022-11-201-61/+68
| | | | | | | | | Also rename `qt5` to `gui`. To build a headless server simply disable all flags (-gui -sdl -opengl). Closes: https://bugs.gentoo.org/610344 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox: drop USE pax-kernelViorel Munteanu2022-11-201-7/+1
| | | | | | | | | It doesn't work anyway and I don't have a recent pax kernel to fix it I'll keep pax-mark calls in the ebuild for a while still, they may prove useful Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox: fix wrong message about modulesViorel Munteanu2022-11-201-0/+5
| | | | | | | Replace `/etc/init.d/vboxdrv setup` with `emerge -1 virtualbox-modules` Closes: https://bugs.gentoo.org/489208 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox: add 7.0.4Viorel Munteanu2022-11-203-0/+716
| | | | | | | Add vbox-img, a tool that comes with virtualbox but was not being compiled Closes: https://bugs.gentoo.org/443830 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/virtualbox-modules: add 7.0.4Viorel Munteanu2022-11-202-0/+59
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-emulation/wine-staging: replace HOMEPAGE by staging wikiIonen Wolkens2022-11-195-5/+5
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-staging: remove IUSE=ldap from liveIonen Wolkens2022-11-191-7/+4
| | | | | | | Converted to PE and no longer use system's ELF libraries (--with-ldap option is gone, bundled, and is now always enabled). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: add winehq's gitlab to HOMEPAGEIonen Wolkens2022-11-197-7/+21
| | | | | | | | Been using this regularly and annoying to lack the direct link. Would prefer this in metadata.xml, but currently no proper way to express this limited-in-scope instance there. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/wine-vanilla: remove IUSE=ldap from liveIonen Wolkens2022-11-191-7/+4
| | | | | | | Converted to PE and no longer use system's ELF libraries (--with-ldap option is gone, bundled, and is now always enabled). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/q4wine: drop 1.3.12Andreas Sturmlechner2022-11-182-57/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-emulation/virtio-win: add 0.1.255.2Kai-Chun Ning2022-11-182-0/+23
| | | | | | Signed-off-by: Kai-Chun Ning <kaichun.ning@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28121 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/virtio-win: drop older versionsKai-Chun Ning2022-11-183-46/+0
| | | | | Signed-off-by: Kai-Chun Ning <kaichun.ning@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/q4wine: Stabilize 1.3.13 x86, #881551Jakov Smolić2022-11-181-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-emulation/qemu: add 7.2.0_rc1John Helmert III2022-11-172-2/+2
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-emulation/wine-proton: bump mono in liveIonen Wolkens2022-11-171-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/q4wine: Stabilize 1.3.13 amd64, #881551Sam James2022-11-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>