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 5E9A6138A1A for ; Sun, 11 Jan 2015 20:41:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F784E07E2; Sun, 11 Jan 2015 20:41:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE38DE07E2 for ; Sun, 11 Jan 2015 20:41:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A08553406B3 for ; Sun, 11 Jan 2015 20:41:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EB98F5DB for ; Sun, 11 Jan 2015 20:41:53 +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: <1421008895.7739155939229bd74e7cfb6729ee3366375281eb.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kaccounts-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild kde-misc/kaccounts-integration/metadata.xml X-VCS-Directories: kde-misc/kaccounts-integration/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7739155939229bd74e7cfb6729ee3366375281eb X-VCS-Branch: master Date: Sun, 11 Jan 2015 20:41:53 +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: 6e6aa0f2-672b-41c9-b3ba-5c6574b6c2ba X-Archives-Hash: d1a4dfa1ffe00021692df607eb706430 commit: 7739155939229bd74e7cfb6729ee3366375281eb Author: Johannes Huber gentoo org> AuthorDate: Sun Jan 11 20:41:23 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jan 11 20:41:35 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77391559 [kde-misc/kaccounts-integration] Fix DEPEND Package-Manager: portage-2.2.15 --- .../kaccounts-integration-9999.ebuild | 14 +------------- kde-misc/kaccounts-integration/metadata.xml | 3 --- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild index b33ae34..7fac4b3 100644 --- a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild +++ b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://community.kde.org/KTp" LICENSE="LGPL-2.1" SLOT="5" -IUSE="kdepim test" +IUSE="test" DEPEND=" $(add_frameworks_dep kconfig) @@ -23,12 +23,8 @@ DEPEND=" $(add_frameworks_dep kio) $(add_frameworks_dep kwallet) $(add_frameworks_dep kwidgetsaddons) - kdepim? ( - $(add_kdeplasma_dep kdepimlibs) - ) net-libs/accounts-qt net-libs/signond - dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 " @@ -41,11 +37,3 @@ src_prepare() { kde5_src_prepare } - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package kdepim KF5Akonadi) - ) - - kde5_src_configure -} diff --git a/kde-misc/kaccounts-integration/metadata.xml b/kde-misc/kaccounts-integration/metadata.xml index ab25241..a23f444 100644 --- a/kde-misc/kaccounts-integration/metadata.xml +++ b/kde-misc/kaccounts-integration/metadata.xml @@ -2,7 +2,4 @@ kde - - KDE PIM integration via kde-base/kdepimlibs -