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 <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-07-05 14:05:20 +02:00
parent 1b3192905a
commit 4b5d6d51d9

View File

@@ -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]"