diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-08 20:06:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-10 10:14:52 +0200 |
commit | d2be9dc243e7ba969cf48d2df75bb4d9ae331a09 (patch) | |
tree | 3c6b3971db24ce2f633388e4595160aa68c51661 /kde-frameworks/kwallet | |
parent | kde-frameworks/ktextwidgets: drop 5.98.0 (diff) | |
download | gentoo-d2be9dc243e7ba969cf48d2df75bb4d9ae331a09.tar.gz gentoo-d2be9dc243e7ba969cf48d2df75bb4d9ae331a09.tar.bz2 gentoo-d2be9dc243e7ba969cf48d2df75bb4d9ae331a09.zip |
kde-frameworks/kwallet: drop 5.98.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kwallet')
-rw-r--r-- | kde-frameworks/kwallet/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kwallet/kwallet-5.98.0.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest index 298b41bfcf99..343cec6f11bb 100644 --- a/kde-frameworks/kwallet/Manifest +++ b/kde-frameworks/kwallet/Manifest @@ -1,3 +1,2 @@ DIST kwallet-5.96.0.tar.xz 309604 BLAKE2B 59a2c5d77e0a7aafe27c76568b149b05a1abc34a0591bdce09d14d1f6a43e19edf453a6a140a07664c0ff42cb8df73bc732853094222bc290e15ccff84d63686 SHA512 ce84bcf07e6e053075960132d27cc1e709327433d61ff25cef34b886ec6ed885fd5a0d1c5cf3b74694698006b8d3ce231f7c132ecd12acd2c9f05e81e5d488f7 -DIST kwallet-5.98.0.tar.xz 332948 BLAKE2B 9e43ec290311a212d75a621ca2f44f714e287c84fc0c84b958afa424219529f19dfcccb2ca67c1d2a88a3f326fe167342acbef1ea3f28f33e7334cee1b6ed3b4 SHA512 72c09201e549ffb240dbdb5a09f0aead3bd2e32e31e2fc49f2a8a7895d381e1bf5cec2bddd076bd46cf4665d44cf12564742439baec6dbd7a4cb9710deb8d925 DIST kwallet-5.99.0.tar.xz 333436 BLAKE2B 915fb97743be3f0dd8068e1a507bf51f490814b15153599fcd530805df69bfc69ae7de11ce2b31b27ef8eb6bfe6d719b2c7ce1159eec1e932b8fd1655d10a7bb SHA512 21310271f8acd92d05c985ae90bb5f25482c251245a396557719500de8a3562e0487dec26110b4956837ccf99cb83461b6d1d57cf5925b914dafd04cdef33e24 diff --git a/kde-frameworks/kwallet/kwallet-5.98.0.ebuild b/kde-frameworks/kwallet/kwallet-5.98.0.ebuild deleted file mode 100644 index ccd08f53d1b9..000000000000 --- a/kde-frameworks/kwallet/kwallet-5.98.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.5 -inherit ecm frameworks.kde.org optfeature - -DESCRIPTION="Framework providing desktop-wide storage for passwords" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="gpg +man" - -DEPEND=" - >=app-crypt/qca-2.3.1 - dev-libs/libgcrypt:0= - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kdbusaddons-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - gpg? ( >=app-crypt/gpgme-1.7.1:=[cxx,qt5] ) -" -RDEPEND="${DEPEND}" -BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package gpg Gpgmepp) - $(cmake_use_find_package man KF5DocTools) - ) - - ecm_src_configure -} - -pkg_postinst() { - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "Auto-unlocking after account login" kde-plasma/kwallet-pam - optfeature "KWallet management" kde-apps/kwalletmanager:5 - elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet" - fi - ecm_pkg_postinst -} |