From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8C81D138206 for ; Sat, 23 Apr 2016 17:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEF1221C01D; Sat, 23 Apr 2016 17:51:23 +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 9829121C01D for ; Sat, 23 Apr 2016 17:51:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68EBD340BE6 for ; Sat, 23 Apr 2016 17:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB0A9CB for ; Sat, 23 Apr 2016 17:51:19 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1461433852.dfa316fb58c13845c6fe90c1d179964ea2174fbd.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: dfa316fb58c13845c6fe90c1d179964ea2174fbd X-VCS-Branch: master Date: Sat, 23 Apr 2016 17:51:19 +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: dcfe38b1-d761-4e9b-b8ae-eb854d7d2535 X-Archives-Hash: 42be6965f294aa8865bc43743f9efe31 commit: dfa316fb58c13845c6fe90c1d179964ea2174fbd Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Apr 17 21:51:57 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Apr 23 17:50:52 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dfa316fb kde5.eclass: KDE PIM split: Gpgme not required anymore Signed-off-by: Johannes Huber gentoo.org> eclass/kde5.eclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 953a640..7a01eef 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -536,11 +536,9 @@ kde5_src_prepare() { -i CMakeLists.txt || die "Failed to make dependencies optional" # FIXME: try to push these down into subdirs @upstream # AkonadiSearch: kaddressbook, knotes, kdepim (kmail, korganizer) - # Gpgme: kleopatra (removed in >= 16.03.80) # Grantlee: akregator, kaddressbook, knotes, kdepim (grantleeeditor, kmail, kontact) sed -e "/set_package_properties(KF5AkonadiSearch/ s/ REQUIRED/ OPTIONAL/" \ -e "/set_package_properties(Xsltproc/ s/ REQUIRED/ OPTIONAL/" \ - -e "/find_package(Gpgme/ s/ REQUIRED//" \ -e "/find_package(Grantlee5/ s/ REQUIRED//" \ -i CMakeLists.txt || die "Failed to make dependencies optional"