mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
14
dev-libs/qgpgme/qgpgme-1.24.3.ebuild
Normal file
14
dev-libs/qgpgme/qgpgme-1.24.3.ebuild
Normal 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]"
|
||||
Reference in New Issue
Block a user