summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-14 13:57:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-14 14:38:41 +0200
commit34af302c5bc1b140f3726e274d3327309016b487 (patch)
treeadfd476bd01f20163c09dfef0b50ce045eb66f43 /kde-frameworks/kwallet
parentdev-python/path-py: Add missing test-dep on packaging (diff)
downloadgentoo-34af302c5bc1b140f3726e274d3327309016b487.tar.gz
gentoo-34af302c5bc1b140f3726e274d3327309016b487.tar.bz2
gentoo-34af302c5bc1b140f3726e274d3327309016b487.zip
kde-frameworks: Drop KDE Frameworks 5.47.0
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'kde-frameworks/kwallet')
-rw-r--r--kde-frameworks/kwallet/Manifest1
-rw-r--r--kde-frameworks/kwallet/kwallet-5.47.0.ebuild56
2 files changed, 0 insertions, 57 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest
index 00dbf9d5f6e4..b57b7f5054f7 100644
--- a/kde-frameworks/kwallet/Manifest
+++ b/kde-frameworks/kwallet/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-5.46.0.tar.xz 307032 BLAKE2B c579c28981ab90048e8ebeffce9d679914441c2bca7f4850f87f6c3fe5af218ebff5645eafb6d52497b54dadbefa5efc5e1f376d87df0775c834023ce8173614 SHA512 244c386d5739752fdc27a3ef9b5a5a90a529ab842e7337b8ef9c539781f230bfd0dac487cda370a75bd9a6c0eda52549c9dda0fd6a27b1d243b373b05cd57d46
-DIST kwallet-5.47.0.tar.xz 307012 BLAKE2B 006336fb109b1b8b666d074b59090924bacbd74dac05a33d74748dc6152b7dbd8c8e1bd926d8fd7bc96339d8cdd284965f7c6ba66343d1ffaa7db109bf9af558 SHA512 428982c812c9ebae53289bbef0b16243925783d2b34475228f5354e07e4d7ec35f1c3601ccfd65349493c892d37ae7c2b8ff72f79e2f683966bdee821f9b8413
DIST kwallet-5.48.0.tar.xz 307004 BLAKE2B 5064d1fe80d7d910baed17bce6ff2fb8f8ea922b62abe2601b5e6f2026e237deb403ed9fee636be848b989493b1acde0d72ef92abadd5e2cf80fea48b2009b46 SHA512 465c6839f5a47126f785381f0a8b01c03aa6952c606ff1beb639f48f0f57baecff89a48590cebde1b731e8a931f96ccc0ec9e4df786aa947962cc1999c188db4
diff --git a/kde-frameworks/kwallet/kwallet-5.47.0.ebuild b/kde-frameworks/kwallet/kwallet-5.47.0.ebuild
deleted file mode 100644
index 9ebbc724defc..000000000000
--- a/kde-frameworks/kwallet/kwallet-5.47.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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"
-}