summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* app-emulation/nerdctl: Bump to version 0.14.0Zac Medico2021-11-232-0/+34
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/hercules: Stabilize 3.13-r1 x86, #724006Sam James2021-11-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/open-vm-tools: Add cpe_uri for open-vm-tools package.Vaibhav Rustagi2021-11-231-0/+1
| | | | | | Signed-off-by: Vaibhav Rustagi <vaibhavrustagi@google.com> Closes: https://github.com/gentoo/gentoo/pull/23061 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/hercules: Stabilize 3.13-r1 amd64, #724006Jakov Smolić2021-11-231-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-emulation/nerdctl: drop 0.14.0Zac Medico2021-11-222-3643/+0
| | | | | | | | | This version triggers a "[Errno 7] Argument list too long" error due to the exported "A" variable being too large. See: https://bugs.gentoo.org/721088 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/wine-staging: Drop oldNick Sarnie2021-11-222-647/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-staging: Sync with ::wineNick Sarnie2021-11-223-4/+623
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Drop oldNick Sarnie2021-11-222-559/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Sync with ::wineNick Sarnie2021-11-223-4/+547
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-mono: Sync with ::wineNick Sarnie2021-11-222-0/+31
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/nerdctl: Bump to version 0.14.0Zac Medico2021-11-222-0/+3643
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/fs-uae-launcher: Keyword 3.1.43 for ~ppc64James Le Cuirot2021-11-221-1/+1
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/fs-uae-launcher: Version bump to 3.1.46James Le Cuirot2021-11-222-0/+71
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/fs-uae: Version bump to 3.1.59James Le Cuirot2021-11-222-0/+115
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* */*: reassign aisha's packagesJoonas Niilola2021-11-211-9/+2
| | | | | Bug: https://bugs.gentoo.org/719632 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/fs-uae-launcher: Keyword 3.1.26 ppc64, #820770Arthur Zamarin2021-11-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/crossover-bin: flip libxcrypt[compat] dep orderSam James2021-11-192-2/+2
| | | | | | | | Help Portage resolve dependencies a bit easier. Bug: https://bugs.gentoo.org/814335 Bug: https://bugs.gentoo.org/822849 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/hercules: do not delete libtool module .la files #720342Mike Frysinger2021-11-181-6/+6
| | | | | | | | | | | Since hercules uses libltdl to load its internal modules, we need to leave the .la files in place for it to process. Also add subslot linkage to these libs while we're updating. Bug: https://bugs.gentoo.org/252716 Closes: https://bugs.gentoo.org/720342 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* app-emulation/hercules: fix ./libtool not fond warnings #791859Mike Frysinger2021-11-181-0/+27
| | | | | | | | | | | | | Use simpler logic to find shared library info, and use the system libtool to compile the test programs. This shouldn't really matter in practice as this test was defaulting to "no" when the code wasn't working correctly, and now that it is, it still ends up as "no" as the hack shouldn't be needed on Linux systems with good shared lib infrastructure. Bug: https://bugs.gentoo.org/252716 Closes: https://bugs.gentoo.org/791859 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* app-emulation/hercules: fix configure test with POSIX shellMike Frysinger2021-11-182-0/+30
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* app-emulation/hercules: restore parallel install fix #772404Mike Frysinger2021-11-181-0/+5
| | | | | | Bug: https://bugs.gentoo.org/252716 Closes: https://bugs.gentoo.org/772404 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* app-emulation/hercules: fix linking of modules with system libtool #779100Mike Frysinger2021-11-181-1/+6
| | | | | | | | | | Add missing linkage to the libhercu.la module for system libtool. This doesn't normally matter as the module is loaded by hercules which itself is linked against libtool. Bug: https://bugs.gentoo.org/252716 Closes: https://bugs.gentoo.org/779100 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* app-emulation/hercules: fix building as non-root userMike Frysinger2021-11-182-0/+24
| | | | | | Move the chown/chgrp/setuid logic to the ebuild so it works as non-root. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* app-emulation/diskimage-builder: 3.15.2 bumpMatthew Thode2021-11-172-0/+40
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-emulation/protontricks: add 1.6.1, drop 1.5.2Marek Szuba2021-11-172-5/+4
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/lxd: disable -werror on 4.0.8 tooJoonas Niilola2021-11-171-1/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/buildah: Stabilize 1.23.1 arm64, #823671Sam James2021-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/skopeo: Stabilize 1.5.1 arm64, #823671Sam James2021-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/podman: Stabilize 3.4.1 arm64, #823671Sam James2021-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/slirp4netns: Stabilize 1.1.12 arm64, #823671Sam James2021-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/conmon: Stabilize 2.0.30 arm64, #823671Sam James2021-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/lxd: disable -Werror on 4.0.7Joonas Niilola2021-11-162-0/+109
| | | | | | - apparently only triggered with clang (after glibc update). Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/snapd: Remove oldZac Medico2021-11-153-362/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/snapd: Bump to version 2.53.2Zac Medico2021-11-152-0/+181
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/fs-uae-launcher: Drop old 3.0.5James Le Cuirot2021-11-152-80/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/fs-uae-launcher: Version bump to 3.1.43James Le Cuirot2021-11-152-0/+71
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/fs-uae: Drop old 3.1.47James Le Cuirot2021-11-152-115/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/fs-uae: Version bump to 3.1.48James Le Cuirot2021-11-152-0/+115
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/lxd: remove unused patchesMichael Mair-Keimberger2021-11-152-41/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/22932 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-emulation/docker-compose: remove unused patchesMichael Mair-Keimberger2021-11-153-201/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/22933 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-emulation/fs-uae: Drop old 3.0.5James Le Cuirot2021-11-142-115/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/fs-uae: Version bump to 3.1.47James Le Cuirot2021-11-142-0/+115
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/buildah: Stabilize 1.23.1 amd64, #823671Sam James2021-11-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/skopeo: Stabilize 1.5.1 amd64, #823671Sam James2021-11-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/podman: Stabilize 3.4.1 amd64, #823671Sam James2021-11-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/slirp4netns: Stabilize 1.1.12 amd64, #823671Sam James2021-11-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/conmon: Stabilize 2.0.30 amd64, #823671Sam James2021-11-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/podman: Bump to version 3.4.2Zac Medico2021-11-122-0/+165
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-emulation/xen: drop vulnerableTomáš Mózes2021-11-121-167/+0
| | | | | | | Bug: https://bugs.gentoo.org/816882 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22816 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/cri-o: Bump to version 1.22.1Zac Medico2021-11-112-0/+2542
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>