sed -E '/dev-libs\/gobject-introspection(:=|\s|$|-[0-9]|\[)/ { s/(>=)?dev-libs\/gobject-introspection(-[0-9.r-]*)?/>=dev-libs\/gobject-introspection-1.82.0-r2/ }' */*/*.ebuild -i
+ manually going over to undo the false positives or if the version
requirement was higher.
Bug: https://bugs.gentoo.org/947058
See-Also: ae37e3f389808700bd0f4343ee04888f0ef179d2
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44336
Closes: https://github.com/gentoo/gentoo/pull/44336
Signed-off-by: Sam James <sam@gentoo.org>
Promote Sv. Lockal to primary maintainer.
Drop Wilfried Holzke & Craig Andrews.
Add Paul Zander for general GPGPU stuff.
Use tabs as indent for readability.
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Do 3.31.9 too so we can have a good "pre-CMake 4" version stabled on ppc32.
Unmask accordingly.
Bug: https://bugs.gentoo.org/941738
Signed-off-by: Sam James <sam@gentoo.org>
I think at this point..
1) sys-devel/gettext is ready in terms of any changes needed to that package;
2) autotools.eclass's eautoreconf needs updating to match the autoreconf patches
from Bruno which we're applying here;
3) autotools.eclass should seriously consider using autoreconf instead, not
reinventing it
Also, stable for remaining arches to make it easier to update the patch
in-place.
Bug: https://bugs.gentoo.org/957583
Closes: https://bugs.gentoo.org/962269
Signed-off-by: Sam James <sam@gentoo.org>
Tests currently warn b/c there's no test data but that's because there's
no actual test data to obtain/include yet. Upstream have committed to making
it error out when there SHOULD be test data once it actually exists.
Signed-off-by: Sam James <sam@gentoo.org>
inspired by https://bugs.gentoo.org/257260, otherwise `info/dir'
will be regenerated by portage, and `equery check` will complain:
> /usr/share/autoconf-2.72/info/dir.bz2 does not exist
or
> /usr/share/autoconf-2.72/info/dir has wrong mtime (is 1744192720, should be 1744192708)
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41511
Signed-off-by: Sam James <sam@gentoo.org>
The git tag has rust min-ver as 1.80 but the crate specifies 1.83.
Since the ebuild pulls the crate, we use the latter to keep QA happy.
Also stopped needing to mkdir the completions directory.
Signed-off-by: Joe Kappus <joe@wt.gd>
Part-of: https://github.com/gentoo/gentoo/pull/43962
Closes: https://github.com/gentoo/gentoo/pull/43962
Signed-off-by: Sam James <sam@gentoo.org>
Unlikely to stabilize these versions, although the 1.8.0+ dust is
starting to settle so we'll see how things go.
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Same as the >= restriction in 1.7.2; see commit
a5521c9571fb3089141286d5687a60038d3d95ac for details.
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>