diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-08 20:14:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-08 23:00:10 +0200 |
commit | 055a39f924f94946aaa0167af9e12c4b313f257c (patch) | |
tree | 8485629d49c208ddd5fe6b029e7170503d9051d6 /kde-frameworks/kwallet | |
parent | kde-frameworks: Add KDE Frameworks 5.36.0 (diff) | |
download | gentoo-055a39f924f94946aaa0167af9e12c4b313f257c.tar.gz gentoo-055a39f924f94946aaa0167af9e12c4b313f257c.tar.bz2 gentoo-055a39f924f94946aaa0167af9e12c4b313f257c.zip |
kde-frameworks: Drop KDE Frameworks 5.35.0
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/kwallet')
-rw-r--r-- | kde-frameworks/kwallet/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kwallet/kwallet-5.35.0.ebuild | 56 |
2 files changed, 0 insertions, 57 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest index 5a67607b4032..34579e9ffb78 100644 --- a/kde-frameworks/kwallet/Manifest +++ b/kde-frameworks/kwallet/Manifest @@ -1,3 +1,2 @@ DIST kwallet-5.34.0.tar.xz 303892 SHA256 e537d561b536802bd0d881638a6068d8383d1f2497e9ad85c5c596aa746be323 SHA512 19a3a6e8f77e0a566befba7bc72ecdc7b870773944176247b53af312b475a0a00fbd5403cef8de6393cf8261c43627c947084231201a51074b8955ffe5989568 WHIRLPOOL 5e25beef155f3e167a26e6cda9d17c2f0ae3b95e7a04032c20e8af35ac8b252b06d6efa7f3cef9761cc319f985591fa79844cc5567fe4b2c1a38c3be0116fbef -DIST kwallet-5.35.0.tar.xz 303384 SHA256 e9deb9a4e26442cbaa3897baefc7b3816e846befbc1b33f97383aad8930bb718 SHA512 6b07b9a30f2080e83e968c4f670de78dc816905d09d0e429f7073d23aa1b44abc11b51a285de3785295abb024f0de76d792b310c231d47ea4ca036527e9df4ea WHIRLPOOL ed84f1216080599f26f48394d59dad68aabb0f688e62f5585715f77eb461751b3d2d7593300a79878496c64996ec77a80d3a199bc467c0b2e5fbcabc4f0605e0 DIST kwallet-5.36.0.tar.xz 303684 SHA256 8782caeb8d75da67a84c8eddf1d28af19fb01ffc0bbf7a35c0240e22519ccabb SHA512 42b6e24ee83d246bdec92c752750b69bec98598c22b939f1a7f40a14b386ee1002a1af8e249f218d67f3ebbe44222ec4f639b8d5aa78dc39b01c4dd5e9018a54 WHIRLPOOL 0049fe6926f9c5f614fbefcfbea7a95dae15d3f5acb5b22adb35b98f9a17320dc9157d6a80acb5a6ee9b03a20cff1094eb4749b9faa7d7ae8513111a54f9894b diff --git a/kde-frameworks/kwallet/kwallet-5.35.0.ebuild b/kde-frameworks/kwallet/kwallet-5.35.0.ebuild deleted file mode 100644 index 8037d189d022..000000000000 --- a/kde-frameworks/kwallet/kwallet-5.35.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2017 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" -} |