summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2024-04-04 01:23:08 UTCRepository mirror & CI2024-04-041332-1352/+1410
|
* Merge updates from masterRepository mirror & CI2024-04-0429-34/+1327
|\
| * app-emacs/buttercup: Stabilize 1.34 ALLARCHES, #928551Sam James2024-04-041-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * app-shells/pwsh-bin: Stabilize 7.4.1 arm, #928546Sam James2024-04-041-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * app-eselect/eselect-pwsh: Stabilize 0.1.1 arm, #928546Sam James2024-04-041-2/+2
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-dotnet/csharp-gentoodotnetinfo: Stabilize 1.1.1-r1 arm, #928546Sam James2024-04-041-2/+2
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-libs/openssl-compat: Stabilize 1.0.2u-r2 arm, #928546Sam James2024-04-041-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-libs/libpsl-native: Stabilize 7.4.0 arm, #928546Sam James2024-04-041-2/+2
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * app-shells/pwsh: Stabilize 7.4.1 arm, #928546Sam James2024-04-041-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * */*: -Dbuildtype -> EMESON_BUILDTYPEMarco Sirabella2024-04-0413-15/+22
| | | | | | | | | | | | | | Signed-off-by: Marco Sirabella <marco@sirabella.org> Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36071 Signed-off-by: Sam James <sam@gentoo.org>
| * dev-libs/glib: set glib_debug rather than buildtypeMarco Sirabella2024-04-041-1/+3
| | | | | | | | | | | | | | | | | | | | | | glib has a special flag signalling a debug build, without this, G_ENABLE_DEBUG is only set iff --debug=true AND --optimization={0,g} (which, admittedly, -Dbuildtype=debug *does* do. It's just better to be explicit about these things) Signed-off-by: Marco Sirabella <marco@sirabella.org> Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
| * meson.eclass: set working directory to BUILD_DIREli Schwartz2024-04-041-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In phases where the build directory has been configured and we are operating on it, it is better to change directories instead of passing -C options. This allows portage to know where we are, and in the case of errors it will then print: * Working directory: '/var/tmp/portage/www-client/elinks-0.16.1.1-r2/work/elinks-0.16.1.1-build' * S: '/var/tmp/portage/www-client/elinks-0.16.1.1-r2/work/elinks-0.16.1.1' instead of simply listing both as the same directory. This is much more convenient to copy/paste for the sake of entering the failed build and examining it. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
| * sys-apps/systemd-utils: add workaround for no-multilibMike Gilbert2024-04-041-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | meson.build has some logic to build ia32 EFI binaries on x86_64 if the toolchain is compatible. Rather than trying to reproduce this logic in the ebuild, just try to build it and ignore any failures. If meson.build actually defines the targets but we have some other compile error, this will move the failure to the install phase instead. Signed-off-by: Mike Gilbert <floppym@gentoo.org> Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
| * meson.eclass: call die -n in phase helpersMike Gilbert2024-04-041-4/+4
| | | | | | | | | | | | | | | | This allows the ebuild author to treat some errors as nonfatal. Signed-off-by: Mike Gilbert <floppym@gentoo.org> Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
| * sys-devel/rust-std: Add 1.77.1Randy Barlow2024-04-042-0/+156
| | | | | | | | | | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/35866 Signed-off-by: Sam James <sam@gentoo.org>
| * virtual/rust: Add 1.77.1Randy Barlow2024-04-041-0/+23
| | | | | | | | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Sam James <sam@gentoo.org>
| * dev-lang/rust: Add 1.77.1Randy Barlow2024-04-042-0/+816
| | | | | | | | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Sam James <sam@gentoo.org>
| * dev-lang/rust-bin: Add 1.77.1Randy Barlow2024-04-042-0/+274
| | | | | | | | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Sam James <sam@gentoo.org>
* | 2024-04-04 00:34:06 UTCRepository mirror & CI2024-04-044-3/+18
| |
* | Merge updates from masterRepository mirror & CI2024-04-043-1/+50
|\|
| * net-analyzer/nagios-plugins-linux-madrisan: add 33Louis Sautier2024-04-043-1/+50
| | | | | | | | | | | | | | | | | | | | | | The varlink dependency and check_varlink were removed in https://github.com/madrisan/nagios-plugins-linux/commit/c57ceb58139a. USE=curl now controls the creation of check_container (renamed from check_docker in https://github.com/madrisan/nagios-plugins-linux/commit/492741a80d29). Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* | 2024-04-03 23:04:10 UTCRepository mirror & CI2024-04-033-2/+20
| |
* | Merge updates from masterRepository mirror & CI2024-04-033-4/+207
|\|
| * x11-base/xorg-server: Version bump to 21.1.12Matt Turner2024-04-032-0/+195
| | | | | | | | | | Bug: https://bugs.gentoo.org/928531 Signed-off-by: Matt Turner <mattst88@gentoo.org>
| * media-video/ffmpeg-chromium: add myself as a maintainerMatt Jolly2024-04-041-4/+12
| | | | | | | | | | | | | | Also adopt by the chromium project; this almost exclusively supports web browsers that we look after. Signed-off-by: Matt Jolly <kangie@gentoo.org>
* | 2024-04-03 22:49:12 UTCRepository mirror & CI2024-04-033-5/+5
| |
* | Merge updates from masterRepository mirror & CI2024-04-032-2/+2
|\|
| * x11-libs/libXcursor: Stabilize 1.2.2 ppc, #928530Sam James2024-04-031-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * x11-drivers/xf86-input-wacom: Stabilize 1.2.1 ppc, #928529Sam James2024-04-031-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * x11-drivers/xf86-input-wacom: Stabilize 1.2.1 ppc64, #928529Sam James2024-04-031-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
* | 2024-04-03 22:34:10 UTCRepository mirror & CI2024-04-032-3/+3
| |
* | Merge updates from masterRepository mirror & CI2024-04-031-1/+1
|\|
| * x11-libs/libXcursor: Stabilize 1.2.2 ppc64, #928530Sam James2024-04-031-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * x11-libs/libXcursor: Stabilize 1.2.2 sparc, #928530Sam James2024-04-031-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
* | 2024-04-03 21:04:12 UTCRepository mirror & CI2024-04-0356-111/+111
| |
* | Merge updates from masterRepository mirror & CI2024-04-0355-55/+55
|\|
| * dev-python/pyside2-tools: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-python/pyside2: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-python/shiboken2: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-qt/qtxmlpatterns: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-qt/qtx11extras: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-qt/qtwebsockets: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-qt/qtwebchannel: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-qt/qtwaylandscanner: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-qt/qtwayland: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-qt/qtvirtualkeyboard: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-qt/qttranslations: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-qt/qtsvg: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-qt/qtspeech: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-qt/qtserialport: Stabilize 5.15.13 x86, #927748Arthur Zamarin2024-04-031-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>