summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/libpod: export -n GOPATHMichael Schmid2019-12-061-1/+1
| | | | | | Closes: https://bugs.gentoo.org/702138 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/pcem: New PackageConrad Kostecki2019-12-064-0/+108
| | | | | | | | | | | | | PCem (an acronym for Personal Computer emulator) is an open-source, low-level PC emulator developed for Windows and Linux by Sarah Walker. It focuses on PC hardware from the 1980's and 1990's. A variety of operating systems can be installed in the emulator, which can then be used to launch programs. https://github.com/gentoo/gentoo/pull/12988 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-emulation/containers-storage: Bump to version 1.15.2Zac Medico2019-12-052-0/+61
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/containers-storage: Remove old version 1.15.0Zac Medico2019-12-052-61/+0
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/img: EAPI bump, fix bugs and other minor changesYury Martynov2019-12-053-32/+42
| | | | | | | | | Closes: https://bugs.gentoo.org/699564 Closes: https://bugs.gentoo.org/679282 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Yury Martynov <email@linxon.ru> Closes: https://github.com/gentoo/gentoo/pull/13851 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/reg: add myself as maintainerWilliam Hubbs2019-12-031-1/+4
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-emulation/cadvisor: add myself as maintainerWilliam Hubbs2019-12-031-1/+4
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-emulation/libvirt: Only require USE=cgroup-hybrid for USE=lxcMatthias Maier2019-12-032-2/+2
| | | | | | | | | | | | | | | Reportedly version 5.8.0 should be fine with a cgroup v2 only hierarchy (verified that on my own system for qemu). Unfortunately, we still need the hybrid layout as a mitigation for a bug in the libvirt-lxc driver. So restrict the dependency on sys-apps/systemd[cgroup-hybrid] to the case of USE=lxc only. This should accomodate everyone who does not need libvirt-lxc support and wants to have a v2 only hierarchy. Upstream Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1770763 Bug: https://bugs.gentoo.org/699758 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/slirp4netns: bump to 0.4.2Yury Martynov2019-12-032-0/+37
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/13833 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Yury Martynov <email@linxon.ru> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/slirp4netns: fix #701740Yury Martynov2019-12-031-4/+8
| | | | | | | Closes: https://bugs.gentoo.org/701740 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Yury Martynov <email@linxon.ru> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/cadvisor: add licenses for transitive go dependenciesHolger Hoffstätte2019-12-031-1/+1
| | | | | | Bug: https://bugs.gentoo.org/695212 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/genymotion-bin: removed oldMarco Genasci2019-12-022-124/+0
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-emulation/genymotion-bin: bump to 3.0.3 versionMarco Genasci2019-12-022-0/+124
| | | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Bug: https://bugs.gentoo.org/697104 Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13244 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-emulation/libvirt-9999: Perform out-of-tree buildMichal Privoznik2019-12-021-7/+6
| | | | | | | | | | | | | | In preparation to move to meson, we've forbidden in tree builds. Fortunately, there is a gentoo eclass that handles out-of-tree builds and very little is needed to use it. However, due to some automake magic, we have to enable dependency-tracking (which is disabled as of EAPI 4) because if we don't, then generated Makefile doesn't precreate all directories under build dir and the build fails. Closes: https://github.com/gentoo/gentoo/pull/13752 Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/libvirt: Clean macvtap USE flag descriptionMichal Privoznik2019-12-021-3/+1
| | | | | | | | | | The description for the macvtap USE flag says, that the feature is experimental and requires new kernel. While this might have been true when this was being added (2015), it is definitely not true today. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/libvirt: Install bash completion even if USE="-libvirtd"Michal Privoznik2019-12-025-15/+15
| | | | | | | | | | | The bash completion scripts help client utilities like virsh or virt-admin and are independent of daemon, i.e. of libvirtd use flag. However, due to the placement of 'newbashcomp' and 'bashcomp_alias' calls in ebuilds, the scripts were not installed unless libvirtd use flag was enabled. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/firecracker: fix licenseMikle Kolyada2019-12-022-2/+2
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-emulation/firecracker: Version bump (v0.19.0)Mikle Kolyada2019-12-023-1/+165
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-emulation/wine-staging: Sync with ::wineNick Sarnie2019-12-016-21/+5
| | | | | | app-emulation/wine-staging: remove ffmpeg USE-flag from v4.13+ Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/diskimage-builder: 2.29.1 stable amd64/x86 with cleanupMatthew Thode2019-11-303-44/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/virt-what: bump and add self as maintainerMatthew Thode2019-11-303-0/+29
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/wine-staging: Drop oldNick Sarnie2019-11-302-622/+0
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-staging: Sync with ::wineNick Sarnie2019-11-302-0/+622
| | | | | | | Bump to 4.21 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Drop oldNick Sarnie2019-11-302-539/+0
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Sync with ::wineNick Sarnie2019-11-302-0/+539
| | | | | | | Bump to 4.21 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* */*: Reassign most of eva@'s packagesMichał Górny2019-11-301-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/free42: 2.5.12 bump, switches to GTK 3Bernard Cafarelli2019-11-293-0/+96
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* app-emulation/xen-pvgrub: bump to 4.13.0-rc3Tomas Mozes2019-11-292-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-emulation/xen: bump to 4.13.0-rc3Tomas Mozes2019-11-292-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-emulation/xen-tools: bump to 4.13.0-rc3Tomas Mozes2019-11-293-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-emulation/xen: bump to 4.12.1-r3Tomas Mozes2019-11-292-2/+2
| | | | | | | | | Security fixes, XSA-296, XSA-304 Closes: https://github.com/gentoo/gentoo/pull/13774 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-emulation/xen: bump to 4.11.2-r3Tomas Mozes2019-11-292-0/+155
| | | | | | | | | Security fixes, XSA-296, XSA-304 Closes: https://github.com/gentoo/gentoo/pull/13774 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* */*: Reassign dev-zero@'s packagesMichał Górny2019-11-292-8/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/containers-storage: Bump to version 1.15.1Zac Medico2019-11-282-0/+61
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/containers-storage: Remove old version 1.14.0Zac Medico2019-11-282-61/+0
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/nemu: version bump.Patrice Clement2019-11-282-0/+74
| | | | | | Closes: https://bugs.gentoo.org/698444 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-emulation/docker-compose: Fix 1.25.0 for py27Sebastian Pipping2019-11-282-9/+12
| | | | | | Closes: https://bugs.gentoo.org/701394 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.78, Repoman-2.3.16
* app-emulation/virtualbox: Use new patchsetLars Wendler2019-11-282-3/+3
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-emulation/xtrs: Remove old.Ulrich Müller2019-11-281-78/+0
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emulation/xtrs: ppc stable wrt bug #701034Agostino Sarubbo2019-11-281-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/virtualbox-guest-additions: Fixed QA warningLars Wendler2019-11-285-10/+10
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-emulation/diskimage-builder: 2.30.0 bumpMatthew Thode2019-11-272-0/+43
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* virtualbox packages: Bump to version 6.1.0_rc1Lars Wendler2019-11-2712-0/+1149
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-emulation/virtualbox-modules: Fixed build with kernel-5.4Lars Wendler2019-11-272-0/+312
| | | | | | Closes: https://bugs.gentoo.org/701154 Package-Manager: Portage-2.3.80, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-emulation/winetricks: Drop oldNick Sarnie2019-11-262-87/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/containers-storage: Bump to version 1.15.0Zac Medico2019-11-262-0/+61
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/xtrs: amd64 stable wrt bug #701034Agostino Sarubbo2019-11-261-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/skopeo: add upstream VFS user xattrs patchZac Medico2019-11-252-1/+12
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/libpod: add upstream VFS user xattrs patchZac Medico2019-11-252-1/+8
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/buildah: add upstream VFS user xattrs patchZac Medico2019-11-252-1/+8
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zac Medico <zmedico@gentoo.org>