From 4b5d6d51d9cc8e1718bb6174e20e247fdf522986 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 5 Jul 2025 14:05:20 +0200 Subject: [PATCH] dev-libs/qgpgme: add 1.24.3 (porting aid) This version bump is a proxy to app-crypt/gpgme-1.24.3[qt6] to facilitate the porting of the reverse dependencies to version 2.0.0. With version >=2.0.0 the language bindings for C++, Qt and Python of app-crypt/gpgme are split into separate packages (namely dev-cpp/gpgmepp, dev-libs/qgpgme and dev-python/gpgmepy). Signed-off-by: Andreas Sturmlechner --- dev-libs/qgpgme/qgpgme-1.24.3.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dev-libs/qgpgme/qgpgme-1.24.3.ebuild diff --git a/dev-libs/qgpgme/qgpgme-1.24.3.ebuild b/dev-libs/qgpgme/qgpgme-1.24.3.ebuild new file mode 100644 index 0000000000000..adac802cf30cd --- /dev/null +++ b/dev-libs/qgpgme/qgpgme-1.24.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use (Qt6 bindings)" +HOMEPAGE="https://www.gnupg.org/related_software/gpgme" + +# keep slot and keywords in sync with app-crypt/gpgme +LICENSE="metapackage" +SLOT="1/11.6.15.2" +KEYWORDS="amd64 arm arm64 ~hppa ~loong ~m68k ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND="~app-crypt/gpgme-${PV}:=[qt6]"