summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/diskimage-builder: add 9999 git versionMatthew Thode2019-05-031-0/+42
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/diskimage-builder: 2.21.0 stable amd64/x86 with cleanupMatthew Thode2019-05-033-39/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/docker-credential-helpers: new packageRafael Kitover2019-05-033-0/+86
| | | | | | | | | | | | | | | | | | | | | | | New ebuild for docker-credential-helpers, which has helper programs for docker to store your password and other sensitive information. This ebuild builds either docker-credential-secretservice, which uses the D-Bus secret service API to talk to either kwallet or gnome-keyring; or docker-credential-pass which relies on the pass utility; or both depending on USE flags. The supported USE flags are: - 'gnome-keyring': build secretservice helper - 'pass': build pass helper A message is printed via elog() upon successful merge about how to use the helper with docker. Signed-off-by: Rafael Kitover <rkitover@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/9805 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/wine-staging: Sync with ::wineNick Sarnie2019-05-022-2/+2
| | | | | | | Fix mono dependency Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Sync with ::wineNick Sarnie2019-05-022-2/+2
| | | | | | | Fix mono dependency Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-mono: Sync with ::wineNick Sarnie2019-05-022-0/+22
| | | | | | | Bump to 4.8.3 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-staging: Sync with ::wineNick Sarnie2019-05-012-2/+2
| | | | | | | Fix typo Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/cri-o: version bump to 1.13.7Zac Medico2019-05-012-0/+113
| | | | | | | Reported-by: Bruce Guenter <bruce@untroubled.org> Closes: https://bugs.gentoo.org/684898 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/gallium-nine-standalone: Version bump to 0.4James Le Cuirot2019-05-013-6/+113
| | | | | | | | Thanks to Hello71 for discovering that the backslash madness is no longer needed with newer Meson versions. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/wine-staging: Drop oldNick Sarnie2019-04-302-618/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-staging: Sync with ::wineNick Sarnie2019-04-303-3/+623
| | | | | | | Bump to 4.7 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Drop oldNick Sarnie2019-04-302-535/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Sync with ::wineNick Sarnie2019-04-303-3/+539
| | | | | | | Bump to 4.7 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/cri-o: disable go build install flagDongsu Park2019-04-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There has been a corner case where `make bin/crio` failed like that: ``` go build runtime/cgo: open /usr/lib/go1.12/pkg/linux_amd64/runtime/cgo.a: permission denied make: *** [Makefile:99: bin/crio] Error 1 ``` The failure happens only under certain circumstances, for example in Jenkins pipelines, where the standard Go runtime path `/usr/lib/go1.12` is not writable for normal users like `jenkins`. On the other hand, the failure is not reproducible when testing locally, nor when testing with the root user who can write to the Go runtime path. What happens is, the standard Go runtime sometime has incorrect timestamps or checksums of `cgo.a`, which makes `go build -i` think that it has to install its own library to the system directory. That's obviously not what the build process should do. Since Go 1.10, it's unnecessary to run `go build` with an `-i` option, because now `go build` command itself maintains a cache of recently build packages. Build speed will not be better by adding an `-i` option. So let's remove `-i` flag from `go build`. That's actually what upstream Go maintainers recommend to do. See: https://github.com/golang/go/issues/24674 Closes: https://github.com/gentoo/gentoo/pull/11863 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Dongsu Park <dongsu@kinvolk.io> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/cri-o: remove old version 1.13.0Zac Medico2019-04-292-106/+0
| | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/qemu: do not strip QA_PREBUILTMatthias Maier2019-04-292-0/+6
| | | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/qemu: add missing dependencyMatthias Maier2019-04-292-0/+2
| | | | | | Closes: https://bugs.gentoo.org/684704 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu: update live ebuildMatthias Maier2019-04-291-1/+7
| | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu: update icon cacheMatthias Maier2019-04-291-1/+7
| | | | | | Closes: https://bugs.gentoo.org/684726 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/virtualbox-guest-additions: Don't build with distccLars Wendler2019-04-295-1/+6
| | | | | | Closes: https://bugs.gentoo.org/674256 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-emulation/qemu-guest-agent: version bump to 4.0.0Matthias Maier2019-04-292-0/+83
| | | | | Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu: update live ebuildMatthias Maier2019-04-291-10/+3
| | | | | Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu: version bump to 4.0.0Matthias Maier2019-04-293-0/+832
| | | | | | | | | | | | | | | | - Version bump to 4.0.0 (bug #684274) - Apply mips fpu mode fix (bug #683640) - Bug #683458: Reenable stripping. Remove old CFLAGS workaround. Let's see how far this takes us. Bug: https://bugs.gentoo.org/683458 Closes: https://bugs.gentoo.org/683640 Closes: https://bugs.gentoo.org/684274 Closes: https://github.com/gentoo/gentoo/pull/11719 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu: remove obsoleteMatthias Maier2019-04-293-878/+0
| | | | | Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-emulation/qemu-riscv64-bin: New binary packageAndreas K. Hüttel2019-04-283-0/+37
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* app-emulation/dosemu: fix SRC_URI to be a stable linkSergei Trofimovich2019-04-281-2/+4
| | | | | | | | | | sourceforge expires tarball links to arbitrary snapshots and generates unstable snapshots. Use a tarball copy instead. Reported-by: Plüss Roland Closes: https://bugs.gentoo.org/684410 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/genymotion-bin: removed oldMarco Genasci2019-04-272-114/+0
| | | | | | | Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Closes: https://bugs.gentoo.org/674766 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/genymotion-bin: bump to version 3.0.2Marco Genasci2019-04-272-0/+124
| | | | | | | | | Special thanks to Frédéric Barthelery. Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Closes: https://bugs.gentoo.org/674766 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/runc: Version bump to 1.0.0_rc8Manuel Rüger2019-04-262-0/+64
| | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* app-emulation/docker: remove unused patch(es)Michael Mair-Keimberger2019-04-241-72/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11816 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-emulation/diskimage-builder: I've fixed a wrong networkx depMatthew Thode2019-04-241-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/docker: Remove oldManuel Rüger2019-04-233-607/+0
| | | | | Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* app-emulation/flannel: Version bump to 0.11.0Manuel Rüger2019-04-232-0/+52
| | | | | Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* app-emulation/docker: Stable on amd64Manuel Rüger2019-04-231-1/+1
| | | | | Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* app-emulation/docker-proxy: Stable on amd64Manuel Rüger2019-04-231-1/+1
| | | | | Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* app-emulation/containerd: Stable on amd64Manuel Rüger2019-04-231-1/+1
| | | | | Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* app-emulation/runc: Stable on amd64Manuel Rüger2019-04-231-1/+1
| | | | | Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* app-emulation/lxc: Fix init.dAlexey Shvetsov2019-04-222-2/+133
| | | | | | Closes: https://bugs.gentoo.org/675540 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* app-emulation/virtualbox: Revbumps to finally install vnc ExtPackLars Wendler2019-04-203-4/+37
| | | | | | | | also install dtrace ExtPack if requested. Closes: https://bugs.gentoo.org/438930 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-emulation/fs-uae-launcher: New package for launching fs-uaeJames Le Cuirot2019-04-204-0/+112
| | | | | | Closes: https://bugs.gentoo.org/403913 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/fs-uae: New Amiga emulator packageJames Le Cuirot2019-04-204-0/+168
| | | | | | Closes: https://bugs.gentoo.org/403913 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/spice-html5: adding for novaMatthew Thode2019-04-193-0/+44
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/virtualbox-modules: x86 stable (bug #682868)Thomas Deutschmann2019-04-181-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-emulation/virtualbox-guest-additions: x86 stable (bug #682868)Thomas Deutschmann2019-04-181-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-emulation/virtualbox-extpack-oracle: x86 stable (bug #682868)Thomas Deutschmann2019-04-181-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-emulation/virtualbox-bin: x86 stable (bug #682868)Thomas Deutschmann2019-04-181-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-emulation/virtualbox-additions: x86 stable (bug #682868)Thomas Deutschmann2019-04-181-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-emulation/virtualbox: x86 stable (bug #682868)Thomas Deutschmann2019-04-181-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-emulation/qemu: x86 stable (bug #681850)Thomas Deutschmann2019-04-181-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-emulation/virtualbox-bin: improve icon cache and mimeinfo database updatesMichael Palimaka2019-04-181-2/+4
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington@gentoo.org>