Claws Mail (an email client (and news reader) based on GTK+) v3.20.0 and v4.2.0 are out: https://www.claws-mail.org/news.php >=dev-libs/gumbo-0.12.0 is needed.
Luckily it seems we can force build with only >=dev-libs/gumbo-0.10.0 (especially as 0.12.0 is not in tree yet) Also removing gdata plugin as mentioned in changelog (and in -9999 ebuild)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff44ce7d8a0bd527c007575c84de9b080a8a88fc commit ff44ce7d8a0bd527c007575c84de9b080a8a88fc Author: Bernard Cafarelli <voyageur@gentoo.org> AuthorDate: 2023-11-23 20:39:53 +0000 Commit: Bernard Cafarelli <voyageur@gentoo.org> CommitDate: 2023-11-23 21:53:03 +0000 mail-client/claws-mail: 3.20.0, 4.2.0 bumps Drop gdata plugin, removed upstream Update python compatibility Closes: https://bugs.gentoo.org/917744 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org> mail-client/claws-mail/Manifest | 2 + mail-client/claws-mail/claws-mail-3.20.0.ebuild | 212 ++++++++++++++++++++++++ mail-client/claws-mail/claws-mail-4.2.0.ebuild | 211 +++++++++++++++++++++++ mail-client/claws-mail/claws-mail-9999.ebuild | 2 +- 4 files changed, 426 insertions(+), 1 deletion(-)
Bernard, thanks! > Luckily it seems we can force build with only >=dev-libs/gumbo-0.10.0 (especially as 0.12.0 is not in tree yet) There is a pull request, see bug #917743 BTW, all of the {3.20.0,4.1.1,4.2.0,9999}'s PATCHES differ. Is it intended?
Nice thanks! Having proper version will be better As for PATCHES, yes this happends quite often, patches that were backported from upstream are present in newer versions and not neeeded anymore, or new patches to fix new issues not present in older versions, ... For easy version bumps PATCHES will often be the main difference between ebuilds