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 1706F138334 for ; Fri, 22 Nov 2019 20:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF585E0819; Fri, 22 Nov 2019 20:30:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7D99E0819 for ; Fri, 22 Nov 2019 20:30:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4208934D231 for ; Fri, 22 Nov 2019 20:30:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BEBE8BB for ; Fri, 22 Nov 2019 20:30:30 +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: <1574454054.c345d4cd4b27f55ffadf9df55f153f8e20320123.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-addons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdepim-addons/kdepim-addons-9999.ebuild X-VCS-Directories: kde-apps/kdepim-addons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c345d4cd4b27f55ffadf9df55f153f8e20320123 X-VCS-Branch: master Date: Fri, 22 Nov 2019 20:30:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6a5faf9-026d-4051-a209-bf4320bfaae0 X-Archives-Hash: 6ed959abe6f27b3b99e1e9215e88739d commit: c345d4cd4b27f55ffadf9df55f153f8e20320123 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 22 20:20:54 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 22 20:20:54 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c345d4cd kde-apps/kdepim-addons: Examples were dropped Upstream commit 6f92d6b61022a243283c2bb58d32589cc3f05d6e Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdepim-addons/kdepim-addons-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild b/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild index 039646dfd6..8c815643cb 100644 --- a/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild +++ b/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild @@ -3,7 +3,6 @@ EAPI=7 -ECM_EXAMPLES="true" ECM_TEST="forceoptional-recursive" PVCUT=$(ver_cut 1-3) KFMIN=5.64.0 @@ -77,7 +76,6 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( - -DKDEPIMADDONS_BUILD_EXAMPLES=$(usex examples) $(cmake_use_find_package importwizard KPimImportWizard) $(cmake_use_find_package markdown Discount) )