summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/lxd: revert openrc -> systemd-cgroups fixJoonas Niilola2020-10-263-3/+0
| | | | | | | | | | - it now breaks openrc -> openrc-cgroups instead. A better solution needs to be found. Please see https://wiki.gentoo.org/wiki/LXD#Running_systemd_based_containers_on_OpenRC_hosts for a workaround, that you can add to your own init.d file if needed. Bug: https://bugs.gentoo.org/750410 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/qemu: plumb EXTRA_CONF_QEMU variable for ./configureSergei Trofimovich2020-10-252-0/+8
| | | | | | | | | | | | | | | New EXTRA_CONF_QEMU variable To ease passing arbitrary overrides to qemu's configure. Usage example: EXTRA_CONF_QEMU='--tls-priority=@QEMU,NORMAL' emerge -v1 qemu Expected to be used in make.conf or package.env override. Use at your own risk! Closes: https://bugs.gentoo.org/747928 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/qemu: revert "allow user-specified @QEMU TLS policy"Sergei Trofimovich2020-10-252-857/+0
| | | | | | | | | | `--tls-priority=@QEMU,NORMAL` does not work without extra configuration. Let's remove it for now. Reported-by: Vjaceslavs Klimovs Bug: https://bugs.gentoo.org/747928 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/qemu: syncl recent changes to live ebuildSergei Trofimovich2020-10-241-2/+3
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/wine-staging: Drop oldNick Sarnie2020-10-232-623/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-staging: Sync with ::wineNick Sarnie2020-10-232-0/+623
| | | | | | | Bump to 5.20 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Drop oldNick Sarnie2020-10-232-540/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Sync with ::wineNick Sarnie2020-10-232-0/+540
| | | | | | | Bump to 5.20 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/lxd: bump to 4.0.4Joonas Niilola2020-10-232-0/+146
| | | | | | | | | | | | | | | - dropped bundled libco, - dropped dependencies that were required to build bundled libs, - dropped multiple kernel requirements that were not documented upstream, please run 'lxc-checkconfig' to enable some optional kernel features, - fixed 'builds with -Werror' bug #744106, - test phase works now, - use system dqlite instead of bundled one, - use system raft instead of bundled one, - use system sqlite instead of bundled one. Bug: https://bugs.gentoo.org/744106 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxc: remove Github tarball from SRC_URI on 4.0.5Joonas Niilola2020-10-222-2/+1
| | | | | Closes: https://bugs.gentoo.org/750731 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxc: bump to 4.0.5Joonas Niilola2020-10-223-0/+176
| | | | | | | | | | - added 'man' USE flag because app-text/docbook-sgml-utils pulls in tons of dependencies, - moved some dependencies, and added few under 'optfeature' - please see https://wiki.gentoo.org/wiki//etc/portage/sets for an example of @optfeature set handling. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/qemu-9999: Remove qemu-9999-cflags.patchMichal Privoznik2020-10-212-13/+0
| | | | | | | | In upstream commit of v5.1.0-1916-g5770e8afd6 qemu removed CFLAGS clobbering (among other env vars) rendering our patch redundant. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/qemu-9999: Reflect targets moveMichal Privoznik2020-10-211-1/+1
| | | | | | | | | | In qemu upstream commit of v5.1.0-1872-gfdb75aeff7 the targets were moved from "${S}"/default-configs/ to "${S}"/default-configs/targets/. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Closes: https://github.com/gentoo/gentoo/pull/17992 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/lxd: fix init.d to allow systemd cont on openrc hostJoonas Niilola2020-10-212-1/+4
| | | | | Closes: https://bugs.gentoo.org/750410 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* virtualbox packages: Bump to version 6.1.16Lars Wendler2020-10-2010-0/+870
| | | | | | | Closes: https://bugs.gentoo.org/750440 Closes: https://bugs.gentoo.org/747946 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-emulation/lxc-templates: use verify-sigJoonas Niilola2020-10-202-5/+8
| | | | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17922 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/lxd: use verify-sigJoonas Niilola2020-10-202-4/+9
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/diskimage-builder: 3.3.1 stable amd64 and x86 with cleanupMatthew Thode2020-10-183-41/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/qemu: allow user'specified @QEMU TLS policySergei Trofimovich2020-10-181-0/+856
| | | | | | | Patch-by: Vjaceslavs Klimovs Closes: https://bugs.gentoo.org/747928 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/docker: arm64 stable, bug #749768Georgy Yakovlev2020-10-171-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-emulation/docker: ppc64 stable, bug #749768Georgy Yakovlev2020-10-171-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-emulation/docker: amd64 stable, bug #749768Georgy Yakovlev2020-10-171-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-emulation/containerd: arm64 stable, bug #749768Georgy Yakovlev2020-10-171-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-emulation/containerd: ppc64 stable, bug #749768Georgy Yakovlev2020-10-171-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-emulation/containerd: amd64 stable, bug #749768Georgy Yakovlev2020-10-171-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-emulation/docker-proxy: arm64 stable, bug #749768Georgy Yakovlev2020-10-171-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-emulation/docker-proxy: ppc64 stable, bug #749768Georgy Yakovlev2020-10-171-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-emulation/docker-proxy: amd64 stable, bug #749768Georgy Yakovlev2020-10-171-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-emulation/runc: arm64 stable, bug #749768Georgy Yakovlev2020-10-171-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-emulation/runc: ppc64 stable, bug #749768Georgy Yakovlev2020-10-171-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-emulation/runc: amd64 stable, bug #749768Georgy Yakovlev2020-10-171-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-emulation/firecracker-bin: Bump to 0.22.1Sebastian Hamann2020-10-172-0/+86
| | | | | | Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com> Closes: https://github.com/gentoo/gentoo/pull/17934 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/qemu: works with py39Alexey Shvetsov2020-10-141-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* app-emulation/wine-staging: Drop oldNick Sarnie2020-10-112-623/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-staging: Sync with ::wineNick Sarnie2020-10-113-1/+624
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Drop oldNick Sarnie2020-10-112-540/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Sync with ::wineNick Sarnie2020-10-113-1/+541
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-mono: Sync with ::wineNick Sarnie2020-10-112-0/+22
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/pcem: drop old versionConrad Kostecki2020-10-101-75/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-emulation/pcem: update wxGTK:3.0 to wxGTK:3.0-gtk3Conrad Kostecki2020-10-101-0/+75
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-emulation/fuse: use libjsw if not using SDLJan Ziak2020-10-101-2/+3
| | | | | | | Closes: https://bugs.gentoo.org/743394 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17615 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/fuse: fix building with GCC 10Jan Ziak2020-10-102-0/+14
| | | | | Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/fuse: drop oldJan Ziak2020-10-102-80/+0
| | | | | Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/xen-tools: amd64 stable wrt bug #744202Agostino Sarubbo2020-10-091-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/xen: amd64 stable wrt bug #744202Agostino Sarubbo2020-10-091-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/qemu: drop oldSergei Trofimovich2020-10-081-854/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/virt-manager: drop Python 3.6 supportThomas Deutschmann2020-10-071-1/+1
| | | | | | Fixes: dca9e8b1248 ("dev-python/libvirt-python: drop old") Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-emulation/free42: drop some old ~arch versionsBernard Cafarelli2020-10-075-198/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* app-emulation/free42: 2.5.20 bumpBernard Cafarelli2020-10-072-0/+51
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* app-emulation/libvirt: drop vulnerableMatthias Maier2020-10-077-1260/+0
| | | | | | Bug: https://bugs.gentoo.org/739948 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthias Maier <tamiko@gentoo.org>