summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/xen: drop USE=xsmDoug Goldstein2015-12-051-5/+2
| | | | | | | | USE=xsm does not make sense for us to package up. If the user wants XSM, they'll always want Flask. If they're developing their own XSM module they will not be using our packages for that. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/xen: don't install EFI bits with USE=-efiDoug Goldstein2015-12-051-1/+4
| | | | | | Don't install the EFI bits if the user didn't want them. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/xen: provide a sub-slotDoug Goldstein2015-12-051-2/+3
| | | | | | | | | Technically when switching between minor versions (e.g. 4.5 -> 4.6) you need to rebuild anything that has linked against the Xen libraries due to no promise of ABI stability between those versions. So expose a sub-slot so packages can be rebuilt appropriately. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/xen: delete x86 bitsDoug Goldstein2015-12-051-5/+1
| | | | | | | x86 is not supported by this version of Xen and won't be supported going forward so drop the x86 code. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/xen: update inherit lines and use git-r3Doug Goldstein2015-12-051-4/+5
| | | | | | | Move the inherit lines back up near the top and switch to using git-r3 for the live version. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* app-emulation/xen: fix compilation failuresDoug Goldstein2015-12-041-2/+5
| | | | | | A patch referenced in src_prepare() was missing so the package could not build. LDFLAGS were being passed in which caused build failures with USE=-custom-cflags. Dependency on binutils was incorrect.
* app-emulation/xen-tools: drop udev usageDoug Goldstein2015-12-041-8/+2
| | | | | | Xen 4.6.0 and newer no longer use or ship udev rules. The functionality is implemented by running 'xl devd', which I'll add a script for on the next bump.
* app-emulation/xen-tools: fix up bad dependencyDoug Goldstein2015-12-042-2/+2
| | | | | markdown is only used when building the docs. I've confirmed this by checking the makefiles.
* app-emulation/libvirt: update live build to latest changes (bug #567152)Matthias Maier2015-12-042-1/+101
| | | | | | | - Due to the introduction of virtlogd one of Gentoo's downstream patches did not apply any more. Package-Manager: portage-2.2.26
* app-emulation/xen-pvgrub: rm old vn. 4.2.5, 4.5.1Ian Delaney2015-12-043-307/+0
| | | | Package-Manager: portage-2.2.24
* app-emulation/xen-tools: clean vulnerable versions wrt security bug #566838Ian Delaney2015-12-032-928/+0
| | | | | | Gentoo bug : #566838 Package-Manager: portage-2.2.24
* app-emulation/xen-tools: add missed sec patches to vn. 4.6.0-r3Ian Delaney2015-12-031-5/+7
| | | | | | | | | Already added to xen-4.5.2-r1, fixes gentoo bug. Fix apparent typo re sec. patches in ebuild of 4.6.0-r3 only Gentoo bug: #567190 Package-Manager: portage-2.2.24
* app-emulation/xen: remove stray entry re sec. patches from vn.4.6.0-r2Ian Delaney2015-12-031-3/+1
| | | | Package-Manager: portage-2.2.24
* app-emulation/xen-tools: amd64 stable wrt bug #566838Agostino Sarubbo2015-12-011-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* app-emulation/xen-tools: revbumps vns. 4.5.2-r1, 4.6.0-r3Ian Delaney2015-12-013-0/+943
| | | | | | | | | security patches (2) added from XSA-162, initally set as embargoed security patches, publicly released today wrt the gentoo bug Gentoo bug: #566838 Package-Manager: portage-2.2.24
* app-emulation/xen-tools: clean old vns.: 4.5.1-r3, 4.6.0-r1Ian Delaney2015-11-293-918/+0
| | | | Package-Manager: portage-2.2.24
* app-emulation/xen: clean old vns.: 4.5.x, 4.6.0-r1Ian Delaney2015-11-294-536/+0
| | | | Package-Manager: portage-2.2.24
* app-emulation/xen-pvgrub: add missed dep 'pixman' to DEPENDIan Delaney2015-11-291-1/+2
| | | | | | | | to vn. 4.6.0. Fixes cited gentoo bug by Sven Gentoo bug: #565138 Package-Manager: portage-2.2.24
* app-emulation/virt-manager: Fix file collision, reintroduce linguas_* flagsMatthias Maier2015-11-272-8/+32
| | | | | | | | | | | | | | - Fix a file collision with caches being accidentally generated too early and registered as belonging to the ebuild (bug #566874). - Reintroduce fine grained linguas_* use flags to control installed language files. Thanks to iGentoo for the patches and the bug report Gentoo-Bug: 566874 Package-Manager: portage-2.2.24
* app-emulation/lxd: bump to 0.23Erik Mackdanz2015-11-276-0/+264
| | | | Package-Manager: portage-2.2.26
* app-emulation/virt-manager: version bump to 1.3.0, ebuild maintenanceMatthias Maier2015-11-253-1/+95
| | | | | | | - version bump to 1.3.0 - synchronize live ebuild and 1.3.0 Package-Manager: portage-2.2.24
* app-emulation/docker-compose: move enum34 dependenceAlex Brandt2015-11-251-2/+2
| | | | | | | | The dev-python/enum34 dependence was in the incorrect set of dependencies. I read the setup.py incorrectly and placed it in testing dependences rather than common. This fixes bug #566754. Package-Manager: portage-2.2.26
* app-emulation/xen-tools: bump seabios, fix sdl bugYixun Lan2015-11-252-0/+471
| | | | | | | | 0) bump seabios to 1.8.2, to keep sync with upstream 1) introduce USE=sdl to fix automagic dependency bug Gentoo-Bug: 565750 Package-Manager: portage-2.2.24
* app-emulation/docker: version bump, fixes #566432mudler2015-11-243-0/+296
|
* app-emulation/ganeti: revision bump, rework test dep on python ipv6Patrick McLean2015-11-231-0/+309
| | | | | | Fixes gentoo bug #566524 Package-Manager: portage-2.2.25
* app-emulation/qemu: update cflags patch #565866Mike Frysinger2015-11-222-1/+14
|
* app-emulation/docker-compose: add version 1.5.1Alex Brandt2015-11-222-0/+63
| | | | | | Fixes bug #560596. Package-Manager: portage-2.2.25
* app-emulation/virtualbox: Added subslot dependency for media-libs/libvpx.Lars Wendler2015-11-195-5/+5
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-emulation/ganeti: version bump to 2.15.1Patrick McLean2015-11-185-1/+390
| | | | Package-Manager: portage-2.2.24
* app-emulation/spice-vdagent: drop old versionsMatthias Maier2015-11-182-55/+0
| | | | Package-Manager: portage-2.2.24
* app-emulation/spice-protocol: drop old versionsMatthias Maier2015-11-183-36/+0
| | | | Package-Manager: portage-2.2.24
* app-emulation/spice: Maintenance, drop obsolete USE=client (bug #566086)Matthias Maier2015-11-182-20/+5
| | | | | | | | | | | | | | | - The client spicec has been removed from app-emulation/spice in favor of app-emulation/virt-viewer. Thus, remove the now obsolete keyword and associated dependencies. - Remove (already commented out) USE="static" left-overs. This ebuild does not contain any executable any more for which "static" might have made sense. Revision bump and commit straigt to stable as this is purely a cosmetic change. Package-Manager: portage-2.2.24 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/spice: drop vulnerable (bug #562890, CVE-2015-{5260,5261})Matthias Maier2015-11-185-174/+0
| | | | | | | | Drop vulnerable version 0.12.5 Gentoo-Bug: 562890 Package-Manager: portage-2.2.24
* app-emulation/spice-protocol: x86 stable wrt bug #562890Agostino Sarubbo2015-11-181-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* app-emulation/spice: x86 stable wrt bug #562890Agostino Sarubbo2015-11-181-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* app-emulation/wine: Resolve bug #566036NP-Hardass2015-11-172-2/+2
| | | | Package-Manager: portage-2.2.23
* Merge remote-tracking branch 'github/pr/369'.Patrice Clement2015-11-171-2/+5
|\
| * app-emulation/spice: Revbump to app-emulation/spice-0.12.6-r1Christian Affolter2015-11-171-0/+0
| | | | | | | | As requested by @monsieurp
| * app-emulation/spice: Added dev-python/six build dependencyChristian Affolter2015-11-161-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spice requires Six, the Python 2 and 3 compatibility library, otherwise the build will fail with the following error: [...] make[4]: Entering directory '/var/tmp/portage/app-emulation/spice-0.12.6/work/spice-0.12.6/spice-common/common' /usr/bin/python2.7 /usr/lib64/spice-protocol/spice_codegen.py --generate-demarshallers --client --include common/messages.h /usr/lib64/spice-protocol/spice.proto generated_client_demarshallers.c >/dev/null Traceback (most recent call last): File "/usr/lib64/spice-protocol/spice_codegen.py", line 7, in <module> from python_modules import spice_parser File "/usr/lib64/spice-protocol/python_modules/spice_parser.py", line 1, in <module> import six ImportError: No module named six Makefile:794: recipe for target 'generated_client_demarshallers.c' failed make[4]: *** [generated_client_demarshallers.c] Error 1 make[4]: Leaving directory '/var/tmp/portage/app-emulation/spice-0.12.6/work/spice-0.12.6/spice-common/common' Makefile:445: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1
* | app-emulation/winetricks: Remove oldNP-Hardass2015-11-162-84/+0
| | | | | | | | Package-Manager: portage-2.2.23
* | app-emulation/winetricks: Version bump to 20151116 to support pulseNP-Hardass2015-11-162-0/+84
|/ | | | Package-Manager: portage-2.2.23
* app-emulation/spice-protocol: amd64 stable wrt bug #562890Agostino Sarubbo2015-11-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* app-emulation/spice: amd64 stable wrt bug #562890Agostino Sarubbo2015-11-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* app-emulation/wine: Version bump to 1.7.55. Pulseaudio now mainstream.NP-Hardass2015-11-163-12/+447
| | | | | | | | Pulseaudio support has been merged upstream. While this means that patches from Wine Staging are no longer necessary, some users may still want to keep the staging flag enabled for additional patches for pulseaudio. Package-Manager: portage-2.2.23
* app-emulation/lxd: fix systemd service unitErik Mackdanz2015-11-151-3/+3
| | | | Package-Manager: portage-2.2.24
* app-emulation/wine: Revbump 1.7.54. Fixes bug due to move of .desktop fileNP-Hardass2015-11-152-2/+2
| | | | | | Thanks to karolherbst for reporting Package-Manager: portage-2.2.23
* app-emulation/wine: Version bump to 1.7.54. Drop default prelink flag.NP-Hardass2015-11-153-1/+448
| | | | | | | | | Wine 1.7.54 adds a patch to use the system linker if possible before attempting to use prelink. As such, dropping default status for prelink. Hardened users are unable to take advantage of this and may still want to unmask and use the prelink flag, though this isn't well supported. Package-Manager: portage-2.2.23
* app-emulation/libvirt: version bump to 1.2.21 (bug #564992), maintenanceMatthias Maier2015-11-154-6/+385
| | | | | | | | | - version bump to 1.2.21 - remove obsolete dependency on support library for <sys-libs/glibc-1.14 Gentoo-Bug: 564992 Package-Manager: portage-2.2.23
* app-emulation/spice: version bump to 0.12.6 (CVE-2015-5260, CVE-2015-5260)Matthias Maier2015-11-152-0/+83
| | | | | | | | | | | | - Bump to latest version that fixes to security issues. - Introduce libressl support Bugs: 545180 Bugs: 560006 Bugs: 562890 Bugs: 565250 Package-Manager: portage-2.2.23
* app-emulation/spice-protocol: version bump to 0.12.10Matthias Maier2015-11-152-0/+18
| | | | Package-Manager: portage-2.2.23