mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
kde-frameworks/kwallet: drop 6.6.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
DIST kwallet-5.116.0.tar.xz 353948 BLAKE2B d8c38a71e72ea9ce316a9f5af440c502b4e21b69f9ae40e740a209bde3aaa6519dd26079c99ffe1b7441a464c1ebdb34b550f9127be89c0f2baede68003eb462 SHA512 fc96b2e87e565dadb960159c5412cc0862454331824510405f434dfda2146ecf4e2ca133345c0c46608143da10265f154a0225f4d8d82ae6f11a184b222d663d
|
||||
DIST kwallet-6.6.0.tar.xz 352960 BLAKE2B 671586922e71ca6202447d6a1eb8233c12fc55ad842ae7439d4c0ed6c8f955759098b50c70717710bf5c89032c429e196c48c05a2e3002173d27ebbd56742829 SHA512 b95709dc5990c84804ddb6849fc590d7fb8dcc5699b982e4cf1e6c22b7dc6d51d72871a67a61d584385b157e5513361d1d25921e5f7e565f71f6cdf236d66857
|
||||
DIST kwallet-6.7.0.tar.xz 353868 BLAKE2B 3799c6aa0978f4e5e0fb1afc694235e596d2c8df912ef1408455d21c1504e3cd67ae6be078791040edd63dfc8ac2abbf56c0aa7501fab7bd18fc1b8e35e5378e SHA512 acbc02873e8e73c0162f96b508df3ba4a58eb845d5e3970af1a243107701f52a317f350fefd907f27979a6b8ebe27d0d74f740ede395aef29774b25e03a259fe
|
||||
DIST kwallet-6.8.0.tar.xz 353920 BLAKE2B ca49cad0214b307b76fe9dd89a70b1366c4d6e57d0853513e82e6d644b97a6cd908c1b8d6196b6c17a0c4bc1f5170145de808d79dfb6d10ec3dfc2179ed30900 SHA512 e549f85fb6c2e33063747613d75da700e3022f058526c0f5e9ecdd6ec729eed9e1f8ebe97412481ac539506948cb7587424261f0be8daa216ffb52ad97f7eb59
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PVCUT=$(ver_cut 1-2)
|
||||
QTMIN=6.6.2
|
||||
inherit ecm frameworks.kde.org optfeature
|
||||
|
||||
DESCRIPTION="Framework providing desktop-wide storage for passwords"
|
||||
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86"
|
||||
IUSE="gpg +man"
|
||||
|
||||
DEPEND="
|
||||
>=app-crypt/qca-2.3.1:2[qt6(-)]
|
||||
dev-libs/libgcrypt:0=
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
|
||||
=kde-frameworks/kcolorscheme-${PVCUT}*:6
|
||||
=kde-frameworks/kconfig-${PVCUT}*:6
|
||||
=kde-frameworks/kcoreaddons-${PVCUT}*:6
|
||||
=kde-frameworks/kcrash-${PVCUT}*:6
|
||||
=kde-frameworks/kdbusaddons-${PVCUT}*:6
|
||||
=kde-frameworks/ki18n-${PVCUT}*:6
|
||||
=kde-frameworks/knotifications-${PVCUT}*:6
|
||||
=kde-frameworks/kservice-${PVCUT}*:6
|
||||
=kde-frameworks/kwidgetsaddons-${PVCUT}*:6
|
||||
=kde-frameworks/kwindowsystem-${PVCUT}*:6[X]
|
||||
gpg? ( app-crypt/gpgme:=[qt6(-)] )
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
!${CATEGORY}/${PN}:5[-kf6compat(-)]
|
||||
"
|
||||
BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:6 )"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package gpg Gpgmepp)
|
||||
$(cmake_use_find_package man KF6DocTools)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ -z "${REPLACING_VERSIONS}" ]]; then
|
||||
optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam"
|
||||
optfeature "KWallet management" "kde-apps/kwalletmanager"
|
||||
elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
|
||||
fi
|
||||
ecm_pkg_postinst
|
||||
}
|
||||
Reference in New Issue
Block a user