From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51913139694 for ; Mon, 5 Jun 2017 08:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A01D6E0E33; Mon, 5 Jun 2017 08:26:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71A6FE0E33 for ; Mon, 5 Jun 2017 08:26:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0CEF340988 for ; Mon, 5 Jun 2017 08:26:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AEBE7468 for ; Mon, 5 Jun 2017 08:26:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1496651191.4a232314f4969854ed2539cd122fffef04137507.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kwallet/kwallet-5.34.0.ebuild X-VCS-Directories: kde-frameworks/kwallet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4a232314f4969854ed2539cd122fffef04137507 X-VCS-Branch: master Date: Mon, 5 Jun 2017 08:26:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c8f4c185-10a1-42a9-801f-8d9850a7da2f X-Archives-Hash: 2a46c2fe3afd68492742d5fdf55cd227 commit: 4a232314f4969854ed2539cd122fffef04137507 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 5 08:24:34 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 5 08:26:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a232314 kde-frameworks/kwallet: Drop 5.34.0 (r0) Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-frameworks/kwallet/kwallet-5.34.0.ebuild | 50 ---------------------------- 1 file changed, 50 deletions(-) diff --git a/kde-frameworks/kwallet/kwallet-5.34.0.ebuild b/kde-frameworks/kwallet/kwallet-5.34.0.ebuild deleted file mode 100644 index a3af3d32491..00000000000 --- a/kde-frameworks/kwallet/kwallet-5.34.0.ebuild +++ /dev/null @@ -1,50 +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 ~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 -}