diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-10 20:27:52 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-10 22:30:22 +0100 |
commit | ca4f2ff4648151ac89d6ef008c8a04542cfe7ff0 (patch) | |
tree | 176fce94d9187a29223f6f3df736cd26351210f3 /kde-frameworks/kwallet | |
parent | kde-apps: Add KDE Applications 19.08.3 (diff) | |
download | gentoo-ca4f2ff4648151ac89d6ef008c8a04542cfe7ff0.tar.gz gentoo-ca4f2ff4648151ac89d6ef008c8a04542cfe7ff0.tar.bz2 gentoo-ca4f2ff4648151ac89d6ef008c8a04542cfe7ff0.zip |
kde-frameworks: Drop KDE Frameworks 5.63.0
Package-Manager: Portage-2.3.79, Repoman-2.3.18
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.63.0.ebuild | 51 |
2 files changed, 0 insertions, 52 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest index 36835a9d32b6..e184eb4be894 100644 --- a/kde-frameworks/kwallet/Manifest +++ b/kde-frameworks/kwallet/Manifest @@ -1,3 +1,2 @@ DIST kwallet-5.60.0.tar.xz 308420 BLAKE2B 93eafec141e01c9d77a7ea43cc9e6f7c445717b02ae5a1cea7c7f3bd1e54878c539b674b2ad4ba24fc7b3731b118ed6c71b56b5fadcdc18e1afc4a9ad1fd1ac7 SHA512 8e0d1dbf9d54deaffd1d06394f0e609e4a2dadc12f3aa92f181949bca9a37b48e70414674aef5287576d986d27f58940157d618dd3f8ec24a7a003a3c31d3858 -DIST kwallet-5.63.0.tar.xz 294072 BLAKE2B 45a5faaca01d04736cb4f2816aa4ed415fcce2fbe71a0aeae43b33e9f312961daf42b1374e733469efb8cc2278b6fe8fc8919024b9a96a3cdc9323bfa6a1a65e SHA512 1e78dd721bc1b411f06fa8fee707b0995287618302ac87e10823a6356304ee17394b818472bb5c850ae2931119d619e0ddb720db0c4e97b38f58899e80a4623d DIST kwallet-5.64.0.tar.xz 293828 BLAKE2B c42a0c325eb3b5b1cbeb107dd6d302ba257ae73a9c17b7a79a49a0daf978473fa5f9b8229dd4ad6ae742e8834d8b83a8922fbae8de9f56a81e16857b57800b40 SHA512 78a4f2b5587f6bbdbc4b6473083246c6b9f68b4e47093d5061cee1c91b855b1822bdc72437dc25259728ce8cff3d8849d4b343d2fc3921cd05beac1c00159d6d diff --git a/kde-frameworks/kwallet/kwallet-5.63.0.ebuild b/kde-frameworks/kwallet/kwallet-5.63.0.ebuild deleted file mode 100644 index a0ccb309fc63..000000000000 --- a/kde-frameworks/kwallet/kwallet-5.63.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Framework providing desktop-wide storage for passwords" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="gpg +man" - -BDEPEND=" - man? ( $(add_frameworks_dep kdoctools) ) -" -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - dev-libs/libgcrypt:0= - gpg? ( >=app-crypt/gpgme-1.7.1[cxx,qt5] ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package gpg Gpgmepp) - $(cmake-utils_use_find_package man KF5DocTools) - ) - - kde5_src_configure -} - -pkg_postinst() { - if ! has_version "kde-plasma/kwallet-pam" || ! has_version "kde-apps/kwalletmanager:5" ; then - elog - elog "Install kde-plasma/kwallet-pam for auto-unlocking after account login." - elog "Install kde-apps/kwalletmanager:5 to manage your kwallet." - elog - fi - elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet" -} |