summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-containers/docker-cli: fix man pages for 23.0.1William Hubbs2023-03-112-14/+11
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-lang/tk: stat64 is ok for configureAlfredo Tupone2023-03-111-1/+5
| | | | | Closes: https://bugs.gentoo.org/898310 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* dev-lang/tcl: stat64 check is allowedAlfredo Tupone2023-03-111-0/+4
| | | | | Closes: https://bugs.gentoo.org/900024 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* sys-devel/gcc: add 11.3.1_p20230310Sam James2023-03-112-0/+53
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/dcron: update EAPI 6 -> 7David Seifert2023-03-111-11/+13
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-emulation/firecracker-bin: drop old versionsSebastian Hamann2023-03-116-418/+0
| | | | | | Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com> Closes: https://github.com/gentoo/gentoo/pull/29923 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/firecracker-bin: add 1.3.1Sebastian Hamann2023-03-112-0/+84
| | | | | Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/cherrytree: Drop old version 0.99.51-r1Guillermo Joandet2023-03-112-88/+0
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30060 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/cherrytree: Version bump to 0.99.55Guillermo Joandet2023-03-112-0/+75
| | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/remarkable: misc fixesMartin Dummer2023-03-113-0/+83
| | | | | | | | | | | | Update EAPI 7 -> 8 Enable py3.11 Migrate from net-libs/webkit-gtk:4 to :4.1 Closes: https://bugs.gentoo.org/896528 Closes: https://bugs.gentoo.org/893672 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/30058 Signed-off-by: Sam James <sam@gentoo.org>
* app-vim/gentoo-syntax: Bump to v9Michał Górny2023-03-112-0/+43
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-kernel/gentoo-kernel-bin: Bump to 5.10.173Michał Górny2023-03-112-0/+133
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* virtual/dist-kernel: Bump to 5.10.173Michał Górny2023-03-111-0/+19
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-kernel/gentoo-kernel: Bump to 5.10.173Michał Górny2023-03-112-0/+136
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-kernel/vanilla-kernel: Bump to 5.10.173Michał Górny2023-03-112-0/+139
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-containers/docker: fix (some) kernel check optionsSam James2023-03-111-5/+5
| | | | | | | This doesn't fix all of them, just the misspellings of VSYSCALL. Bug: https://bugs.gentoo.org/900845 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/gentoo-kernel-bin: Bump to 5.15.100Michał Górny2023-03-112-0/+133
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* virtual/dist-kernel: Bump to 5.15.100Michał Górny2023-03-111-0/+19
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-kernel/gentoo-kernel: Bump to 5.15.100Michał Górny2023-03-112-0/+136
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-kernel/vanilla-kernel: Bump to 5.15.100Michał Górny2023-03-112-0/+139
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* cmake.eclass: handle quoted whitespace in MYCMAKEARGSMike Gilbert2023-03-111-3/+3
| | | | | | | This uses eval in a similar way to econf and meson.eclass. Closes: https://github.com/gentoo/gentoo/pull/29839 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-cpp/catch: remove outdated blockersDavid Seifert2023-03-112-6/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-cpp/catch: add 3.3.2David Seifert2023-03-112-0/+47
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-gfx/graphviz: add 7.1.0David Seifert2023-03-112-0/+217
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-im/skypeforlinux: add 8.94.0.428David Seifert2023-03-112-0/+104
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/b2: add 4.9.5David Seifert2023-03-112-0/+67
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-containers/docker: drop USE=hardened hacksSam James2023-03-111-8/+0
| | | | | | | | | | | | | | | | 1. These aren't needed on hardened systems anyway (we've had default PIE on normal, non-hardened systems for years); 2. The relevant variables are gone upstream, see https://github.com/moby/moby/commit/877baae03e1810b6a6afaa8b767b8df25f5c5cae, which fails because of the grep sanity check in the ebuild (correctly); 3. If we did need to keep this check, we would need to do it based on a e.g. toolchain-funcs function to check if the toolchain defaults to PIE, but not based on USE=hardened. Closes: https://bugs.gentoo.org/900849 Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/docker: fix pkg_postinst referencing removed IUSE=cliSam James2023-03-111-21/+0
| | | | | Closes: https://bugs.gentoo.org/900771 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/graphviz: drop 5.0.1-r2David Seifert2023-03-112-217/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-strategy/wargus-data: Remove last-rited pkgDavid Seifert2023-03-113-62/+0
| | | | | | Closes: https://bugs.gentoo.org/578340 Closes: https://bugs.gentoo.org/838298 Signed-off-by: David Seifert <soap@gentoo.org>
* www-client/dillo: Remove last-rited pkgDavid Seifert2023-03-119-313/+0
| | | | | | | Closes: https://bugs.gentoo.org/804987 Closes: https://bugs.gentoo.org/876286 Closes: https://bugs.gentoo.org/890244 Signed-off-by: David Seifert <soap@gentoo.org>
* profiles: remove kde-misc/latte-dock maskDavid Seifert2023-03-111-8/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-tcltk/tclperl: Remove last-rited pkgDavid Seifert2023-03-114-58/+0
| | | | | Closes: https://bugs.gentoo.org/891283 Signed-off-by: David Seifert <soap@gentoo.org>
* kde-frameworks/kross: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+35
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/kjs: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+24
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/khtml: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+72
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/kdelibs4support: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+105
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/countryflags: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+23
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/purpose: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+70
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/plasma: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+71
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/kxmlgui: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+47
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/kwallet: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+53
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/ktextwidgets: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+39
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/ktexteditor: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+56
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/kservice: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+51
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/krunner: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+48
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/kparts: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+34
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/knotifyconfig: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+35
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/knewstuff: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+51
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-frameworks/kio: 5.104.0 version bumpAndreas Sturmlechner2023-03-112-0/+90
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>