summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/suil: bump to 1.10.12, added python3_11Miroslav Šulc2022-05-292-0/+56
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-libs/lv2: bump to 1.18.4Miroslav Šulc2022-05-292-0/+63
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* app-laptop/rogauracore: dropped obsolete 1.4Miroslav Šulc2022-05-292-36/+0
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* app-laptop/rogauracore: bump to 1.6, eapi8, inherited udev, updated liveMiroslav Šulc2022-05-293-3/+47
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* profiles/package.mask: mask regexp_parser slots for removalHans de Graaff2022-05-291-0/+6
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/regexp_parser: drop 2.2.1Hans de Graaff2022-05-292-37/+0
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/regexp_parser: stabilize 2.3.1 for amd64Hans de Graaff2022-05-291-1/+1
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/regexp_parser: add 2.5.0Hans de Graaff2022-05-292-0/+37
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* www-apps/nanoc: add 4.12.6Hans de Graaff2022-05-292-0/+96
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* www-apps/nanoc-cli: add 4.12.6Hans de Graaff2022-05-292-0/+71
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* www-apps/nanoc-deploying: add 1.0.2Hans de Graaff2022-05-292-0/+28
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* www-apps/nanoc-checking: enable ruby30Hans de Graaff2022-05-291-1/+1
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* www-apps/nanoc-spec: enable ruby30Hans de Graaff2022-05-291-1/+1
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* www-apps/nanoc-core: add 4.12.6Hans de Graaff2022-05-292-0/+76
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/tomlrb: add 2.0.3Hans de Graaff2022-05-292-0/+29
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-ruby/digest: compile all extensions, fix testsHans de Graaff2022-05-291-0/+29
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-python/oslotest: Strip subunit requirementMichał Górny2022-05-291-0/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* toolchain.eclass: misc fixupsSam James2022-05-291-18/+18
| | | | | | | | | | - Revert back to previous MAKEOPTS method which seemed to work better (weird splitting/parsing issue?) - Throw in extra bash like we did before, not just relying on CONFIG_SHELL - Add missing die - Build JIT variant first, then main variant Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/veracrypt: add 1.25.9Randall T. Vasquez2022-05-292-0/+100
| | | | | | Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com> Closes: https://github.com/gentoo/gentoo/pull/25343 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/dracut: fix build on muslMike Gilbert2022-05-282-0/+34
| | | | | Closes: https://bugs.gentoo.org/847919 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* gnome-base/gnome-vfs: RemoveMatt Turner2022-05-2817-728/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/clutter-gst: Add patch to remove RGBx/BGRx supportMatt Turner2022-05-282-0/+112
| | | | | Closes: https://bugs.gentoo.org/847913 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-libs/webkit-gtk: Version bump to 2.36.3Matt Turner2022-05-282-0/+251
| | | | | Bug: https://bugs.gentoo.org/845252 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-terms/gnome-terminal: Version bump to 3.44.1Matt Turner2022-05-282-0/+94
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-gfx/eog: Version bump to 42.2Matt Turner2022-05-282-0/+75
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-apps/systemd-utils: add 250.6Sam James2022-05-292-0/+497
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/systemd: add 250.6Sam James2022-05-292-0/+551
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gnome-extra/gnome-contacts: Keyword 42.0 x86, #838709Sam James2022-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gnome-extra/gnome-calculator: Keyword 42.1 x86, #838709Sam James2022-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* toolchain.eclass: sync outputSam James2022-05-291-0/+5
| | | | | | | | | | Makes the build output far easier to read (GCC has "parallel configure" for a start which is confusing enough) and doesn't slow anything down, although does affect output speed. I've prepended rather than appended to MAKEOPTS to allow override. Signed-off-by: Sam James <sam@gentoo.org>
* toolchain.eclass: build JIT variant separately to avoid slowdownSam James2022-05-291-16/+65
| | | | | | | | | | | | | It's what GCC upstream recommend to avoid slowing down the main GCC binaries which need to be built w/ -fPIC for JIT. We build twice but do an extremely minimal build for the JIT part which is rather quick. Install the JIT version first, then the main GCC variant, so the overlapping binaries come from the main build => more featureful, correct build options/needed ones for a full GCC build, etc. Closes: https://bugs.gentoo.org/843341 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/ansible-lint: add 6.2.1, drop 6.1.0Marek Szuba2022-05-292-14/+9
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-misc/i3lock: add 2.14Marek Szuba2022-05-292-0/+31
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-misc/i3lock: add github upstream metadataMarek Szuba2022-05-291-0/+3
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* Revert "toolchain.eclass: build JIT variant separately to avoid slowdown"Sam James2022-05-291-65/+14
| | | | | | | | Let's re-commit this a bit after the nightly snapshot is made. This reverts commit 3910f2d8719d8cb8fbb19572cb524b0472429c81. Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: mask sys-devel/gcc[custom-cflags]Sam James2022-05-291-0/+1
| | | | | | Easy way to brick your system. Mask like with glibc. Signed-off-by: Sam James <sam@gentoo.org>
* toolchain.eclass: build JIT variant separately to avoid slowdownSam James2022-05-291-14/+65
| | | | | | | | | | | | | It's what GCC upstream recommend to avoid slowing down the main GCC binaries which need to be built w/ -fPIC for JIT. We build twice but do an extremely minimal build for the JIT part which is rather quick. Install the JIT version first, then the main GCC variant, so the overlapping binaries come from the main build => more featureful, correct build options/needed ones for a full GCC build, etc. Closes: https://bugs.gentoo.org/843341 Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gcc: add 12.1.1_p20220528; patch set 6Sam James2022-05-293-3/+33
| | | | | | | | | New patch set just includes CET default dropped from 11->12 at some point. Not that it matters much given it's all unkw'd anyway, but still. Bug: https://bugs.gentoo.org/822036 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/enchant: Stabilize 1.6.1-r2 arm64, #847901Sam James2022-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/enchant: Stabilize 1.6.1-r2 arm, #847901Sam James2022-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/enchant: Stabilize 1.6.1-r2 sparc, #847901Sam James2022-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/enchant: Stabilize 1.6.1-r2 ppc64, #847901Sam James2022-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/enchant: Stabilize 1.6.1-r2 ppc, #847901Sam James2022-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/bluefish: move to enchant2Sam James2022-05-291-0/+95
| | | | | Closes: https://bugs.gentoo.org/847898 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/enchant: Stabilize 1.6.1-r2 x86, #847901Sam James2022-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/enchant: Stabilize 1.6.1-r2 amd64, #847901Sam James2022-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/python-neutronclient: keyword 7.8.0 for ~riscvJakov Smolić2022-05-281-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-python/python-openstackclient: keyword 5.8.0 for ~riscvJakov Smolić2022-05-281-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-python/osc-lib: keyword 2.6.0 for ~riscvJakov Smolić2022-05-281-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-python/python-novaclient: keyword 18.0.0 for ~riscvJakov Smolić2022-05-281-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>