summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/qemu: Fix QA issuesMatthias Maier2019-09-253-3/+3
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/virtualbox-guest-additions: add linux-5.3+ compatibilityThomas Deutschmann2019-09-242-0/+79
| | | | | | Closes: https://bugs.gentoo.org/694614 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-emulation/virtualbox-modules: add linux-5.3+ compatibilityThomas Deutschmann2019-09-242-0/+78
| | | | | | Closes: https://bugs.gentoo.org/694560 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-emulation/free42: 2.5.9 bumpBernard Cafarelli2019-09-242-0/+54
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* app-emulation/free42: drop oldBernard Cafarelli2019-09-244-162/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* app-emulation/diskimage-builder: 2.27.2 bump with cleanupMatthew Thode2019-09-233-44/+1
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/virtualbox-extpack-oracle: Add RESTRICT=bindistMichał Górny2019-09-234-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/docker: Remove oldManuel Rüger2019-09-233-618/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* app-emulation/docker: Stabilize on amd64Manuel Rüger2019-09-231-1/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* app-emulation/firecracker: initial commitMikle Kolyada2019-09-223-0/+266
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-emulation/qemu: also update 4.1.0 ebuildMatthias Maier2019-09-211-1/+3
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu: Add use flag jemallocHan Han2019-09-213-2/+7
| | | | | | | | Add flag jemalloc to enable or disable jemalloc memory jemalloc support for qemu. Signed-off-by: Han Han <hanhanzhiyeqianke@gmail.com> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/spice-vdagent: add missing x11-libs/libdrm dependencyMichael Mair-Keimberger2019-09-211-0/+1
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://bugs.gentoo.org/692094 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/spice: Delete repo-only Makefile that causes build failJames Le Cuirot2019-09-211-0/+4
| | | | | | | | The Makefile sets LC_ALL=C, which breaks the docs build. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/spice: Move some dependencies into BDEPEND for EAPI 7James Le Cuirot2019-09-212-10/+10
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/virt-viewer: Use HTTPS for HOMEPAGE and SRC_URIJames Le Cuirot2019-09-211-2/+2
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/virt-viewer: Add libvirt USE flag as deps are optionalJames Le Cuirot2019-09-212-4/+9
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu: Version bump to 4.1.0James Le Cuirot2019-09-213-0/+861
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu: Fix cross-compiling for MinGW (Windows)James Le Cuirot2019-09-211-2/+8
| | | | | | | | | | | | Yes, this really works! By default, the configure script shoves everything in the same standalone directory for Windows, hence the need to specify more paths. It doesn't work from a standalone directory unless you build it statically anyway because it can't find the dependent DLLs in /usr/bin. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu: Add oss USE flag instead of always enablingJames Le Cuirot2019-09-211-7/+9
| | | | | | | | | It requires no additional dependencies but some platforms like Windows cannot build the OSS driver and have the oss flag masked. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu: Add xkb USE flag now that xkbcommon option existsJames Le Cuirot2019-09-212-2/+5
| | | | | | | | | Upstream merged my patch to add this option. Use of libxkbcommon was automagic before. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu: Update 9999 ppc64 seabios pin to 1.12.0James Le Cuirot2019-09-211-1/+1
| | | | | | | | This was behind the 4.0.0 ebuild. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu: Only clone a subset of git submodulesJames Le Cuirot2019-09-211-0/+5
| | | | | | | | | This saves cloning over 860MB of unnecessary repositories for dependencies that we build externally, including OpenSSL. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/virtualbox-bin: Add missing RESTRICT=bindistMichał Górny2019-09-203-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/cri-o: Bump to version 1.15.2Zac Medico2019-09-182-0/+108
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/cri-o: LICENSE: account for vendored softwareZac Medico2019-09-183-3/+3
| | | | | | | Reported-by: Michał Górny <mgorny@gentoo.org> Bug: https://bugs.gentoo.org/694890 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/cri-o: Remove old versionsZac Medico2019-09-185-441/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/libpod: LICENSE: account for vendored softwareZac Medico2019-09-181-1/+1
| | | | | | | Reported-by: Michał Górny <mgorny@gentoo.org> Bug: https://bugs.gentoo.org/694890 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/libpod: Remove old versionsZac Medico2019-09-184-420/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/containers-storage: Bump to version 1.13.3Zac Medico2019-09-182-0/+111
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/buildah: LICENSE: account for vendored softwareZac Medico2019-09-181-1/+1
| | | | | | | Reported-by: Michał Górny <mgorny@gentoo.org> Bug: https://bugs.gentoo.org/694890 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/buildah: Remove old versionsZac Medico2019-09-187-348/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/containers-storage: LICENSE: account for vendored softwareZac Medico2019-09-181-1/+1
| | | | | | | Reported-by: Michał Górny <mgorny@gentoo.org> Bug: https://bugs.gentoo.org/694890 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/containers-storage: Remove old version 1.12.16Zac Medico2019-09-182-111/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/docker-registry: LICENSE: account for vendored softwareZac Medico2019-09-181-1/+1
| | | | | | | Reported-by: Michał Górny <mgorny@gentoo.org> Bug: https://bugs.gentoo.org/694890 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/docker-registry: Remove old versionsZac Medico2019-09-184-134/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/docker-swarm: LICENSE: account for vendored softwareZac Medico2019-09-181-2/+2
| | | | | | | Reported-by: Michał Górny <mgorny@gentoo.org> Bug: https://bugs.gentoo.org/694890 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/docker-swarm: Remove old version 1.2.0Zac Medico2019-09-182-39/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/docker-machine: LICENSE: account for vendored softwareZac Medico2019-09-181-2/+2
| | | | | | | Reported-by: Michał Górny <mgorny@gentoo.org> Bug: https://bugs.gentoo.org/694890 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/docker-machine: Remove old version 0.12.2Zac Medico2019-09-182-40/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/docker-machine-kvm: LICENSE: Add MPL-2.0 for vendored govcloudairZac Medico2019-09-181-1/+1
| | | | | | See: https://github.com/vmware/govcloudair/blob/master/LICENSE Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/docker-machine-kvm: LICENSE: account for vendored softwareZac Medico2019-09-181-2/+2
| | | | | | | Reported-by: Michał Górny <mgorny@gentoo.org> Bug: https://bugs.gentoo.org/694890 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/flannel: LICENSE: account for vendored softwareZac Medico2019-09-181-1/+1
| | | | | | | Reported-by: Michał Górny <mgorny@gentoo.org> Closes: https://bugs.gentoo.org/694904 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/flannel: Remove old version 0.10.0Zac Medico2019-09-182-52/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/simplevirt: removed exec bit from initscriptRafael Martins2019-09-181-1/+1
| | | | | | | bug #694812 Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Rafael Martins <rafaelmartins@gentoo.org>
* app-emulation/cri-tools: Version bump to 1.16.0Manuel Rüger2019-09-172-0/+30
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* */*: Remove redundant local descriptions of USE=snappyMichał Górny2019-09-171-1/+0
| | | | | | | Remove local descriptions of USE=snappy where they add nothing to the global entry. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove redundant descriptions for USE=lz4Michał Górny2019-09-171-1/+0
| | | | | | | | | Remove local descriptions of 'lz4' flag where they add nothing to the global description. They were left where they are more precise, e.g. indicate what the compression is used for or indicate another provider. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/winetricks: Drop oldNick Sarnie2019-09-162-87/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/winetricks: Sync with ::wineNick Sarnie2019-09-162-0/+87
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>