diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-02 18:14:29 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 06:03:06 +0100 |
commit | 697ee44dcb59db19f9949754a1fc6c22edfecb59 (patch) | |
tree | 2cb4c32bcf0cf9166ba6f30c97c0578824269b54 /kde-frameworks/kwallet | |
parent | kde-frameworks/extra-cmake-modules: ALLARCHES stable (diff) | |
download | gentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.tar.gz gentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.tar.bz2 gentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.zip |
kde-frameworks: Drop KDE Frameworks 5.60.0
Package-Manager: Portage-2.3.80, Repoman-2.3.19
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.60.0.ebuild | 57 |
2 files changed, 0 insertions, 58 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest index e184eb4be894..3e76ebf8df3d 100644 --- a/kde-frameworks/kwallet/Manifest +++ b/kde-frameworks/kwallet/Manifest @@ -1,2 +1 @@ -DIST kwallet-5.60.0.tar.xz 308420 BLAKE2B 93eafec141e01c9d77a7ea43cc9e6f7c445717b02ae5a1cea7c7f3bd1e54878c539b674b2ad4ba24fc7b3731b118ed6c71b56b5fadcdc18e1afc4a9ad1fd1ac7 SHA512 8e0d1dbf9d54deaffd1d06394f0e609e4a2dadc12f3aa92f181949bca9a37b48e70414674aef5287576d986d27f58940157d618dd3f8ec24a7a003a3c31d3858 DIST kwallet-5.64.0.tar.xz 293828 BLAKE2B c42a0c325eb3b5b1cbeb107dd6d302ba257ae73a9c17b7a79a49a0daf978473fa5f9b8229dd4ad6ae742e8834d8b83a8922fbae8de9f56a81e16857b57800b40 SHA512 78a4f2b5587f6bbdbc4b6473083246c6b9f68b4e47093d5061cee1c91b855b1822bdc72437dc25259728ce8cff3d8849d4b343d2fc3921cd05beac1c00159d6d diff --git a/kde-frameworks/kwallet/kwallet-5.60.0.ebuild b/kde-frameworks/kwallet/kwallet-5.60.0.ebuild deleted file mode 100644 index 1e9fd33fbd5a..000000000000 --- a/kde-frameworks/kwallet/kwallet-5.60.0.ebuild +++ /dev/null @@ -1,57 +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 kiconthemes) - $(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 - if has_version "kde-apps/kwalletd"; then - elog "Starting with 5.34.0-r1, ${PN} is able to serve applications" - elog "that still require old kwalletd4. After migration has finished," - elog "kde-apps/kwalletd can be removed." - fi - elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet" -} |