diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-16 14:57:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-16 16:00:18 +0200 |
commit | ceff5f1dd56de1b5a1ae444fdfbad4ed69d7c7c8 (patch) | |
tree | ae7212f3eb47b4ce2b8937b47e56eaa835429e3f /kde-frameworks/kwallet | |
parent | www-apps/nextcloud: 16.0.1, 15.0.8, 14.0.11 bumps (diff) | |
download | gentoo-ceff5f1dd56de1b5a1ae444fdfbad4ed69d7c7c8.tar.gz gentoo-ceff5f1dd56de1b5a1ae444fdfbad4ed69d7c7c8.tar.bz2 gentoo-ceff5f1dd56de1b5a1ae444fdfbad4ed69d7c7c8.zip |
kde-frameworks: Drop KDE Frameworks 5.54.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/kwallet')
-rw-r--r-- | kde-frameworks/kwallet/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kwallet/kwallet-5.54.0.ebuild | 56 |
2 files changed, 0 insertions, 57 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest index b243948749be..a0f4c71b3c65 100644 --- a/kde-frameworks/kwallet/Manifest +++ b/kde-frameworks/kwallet/Manifest @@ -1,3 +1,2 @@ -DIST kwallet-5.54.0.tar.xz 307696 BLAKE2B 9d1f8b719edcd708b780127ea5294abe8c3e2bb4081eaabefb28fce787cdd8b528aee37ff661744b0db1b33d586f022f94f15d2717428ce24238699147985d67 SHA512 f30ceda97180a562853923a0ad1cefbadbed51bbbf4b29405bbe85ccae3dc815053903367ba3638e7a7293eda7fbb7df88f527d6176fc6c2286088c38ce0069a DIST kwallet-5.57.0.tar.xz 308036 BLAKE2B d2da2e0bf99b455946973dd7ec00008affdf31abd03d5eae0509383c2309ce3d5d86ec65d8a9757d15ea04269525296ce9ffc505ba3f669a012e33463465fac3 SHA512 7a3809d6563dbd46c1a8de6f9fe7f1665ede884430ac83782cfed4e02f4fc9ecd275293f8c09463a42054d071a545308c8353ddb447e8b0acab5a9c6e47966f2 DIST kwallet-5.58.0.tar.xz 307348 BLAKE2B 3b16f63d9f5d38d26f8a45e87860f639fea0aeb211a4b312b6b7ceb7835c605f189590d39f295314149cad3fa013ec23d3478f31f77d79d9e1ee072ff0549f31 SHA512 7145510aa75c179a7c283f26c6d479d753a435a14e423881793ef061b3dc6144c4126365719118b3fdd5d36560a706b36cb003d829d3c469f6f0844351ddc4f4 diff --git a/kde-frameworks/kwallet/kwallet-5.54.0.ebuild b/kde-frameworks/kwallet/kwallet-5.54.0.ebuild deleted file mode 100644 index ad1255507a4f..000000000000 --- a/kde-frameworks/kwallet/kwallet-5.54.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2019 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" -} |