diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 19:45:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 20:21:49 +0100 |
commit | b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13 (patch) | |
tree | 86b0ce9a1b1511b707ef78cca6feddfebd6f024e /kde-frameworks/kwallet | |
parent | kde-apps: Drop KDE Applications 18.04.3 (diff) | |
download | gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.gz gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.bz2 gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.zip |
kde-frameworks: Drop KDE Frameworks 5.50.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12
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.50.0.ebuild | 56 |
2 files changed, 0 insertions, 57 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest index 5d09d1f49bfe..b68ef2b046c1 100644 --- a/kde-frameworks/kwallet/Manifest +++ b/kde-frameworks/kwallet/Manifest @@ -1,2 +1 @@ -DIST kwallet-5.50.0.tar.xz 308580 BLAKE2B 4e2e8644d40569e62edc2da692fbd719f40462af2929c5f187d4c8bd212343e9788fc9c79714de32767d4c97d411713e69e911bb9a4dc9bcb0fffe5f133b80df SHA512 45d798775898a8781be3341411c55f07df668d2f13806b3085e3c9f77926f564d6dc5ea3425aa3e0fdc42276125f320136725cd988807fb1a29b22ccc1bdccf8 DIST kwallet-5.52.0.tar.xz 307640 BLAKE2B b42db55543198217a55185b619117583d327be5e1c022a953861dd0f67ec37bc84153a5c345256270dafaba9b40ad607ac9c33d0bab05358e1c1ade20820d3ec SHA512 63a84d0016b59297274f55eba901e0219e6c38bd6316007edda94cddd496488b4baa35c7cb38447bde70f65c35bedbe2aa5ce21b68a6a1574cf6275f62073ca6 diff --git a/kde-frameworks/kwallet/kwallet-5.50.0.ebuild b/kde-frameworks/kwallet/kwallet-5.50.0.ebuild deleted file mode 100644 index 3659cce4e064..000000000000 --- a/kde-frameworks/kwallet/kwallet-5.50.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Framework providing desktop-wide storage for passwords" -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="gpg +man" - -RDEPEND=" - $(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] ) -" -DEPEND="${RDEPEND} - man? ( $(add_frameworks_dep kdoctools) ) -" - -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" -} |