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 5E8871397D5 for ; Wed, 12 Aug 2015 22:01:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E35BC14257; Wed, 12 Aug 2015 22:01:17 +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 6793814257 for ; Wed, 12 Aug 2015 22:01:17 +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 907C63409F1 for ; Wed, 12 Aug 2015 22:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE71F151 for ; Wed, 12 Aug 2015 22:01:14 +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: <1439417012.68bb7c3317d734e7a2b6b2be991c1ca996a6ba4b.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-base/smokekde/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-base/smokekde/metadata.xml kde-base/smokekde/smokekde-4.14.3.ebuild X-VCS-Directories: kde-base/smokekde/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 68bb7c3317d734e7a2b6b2be991c1ca996a6ba4b X-VCS-Branch: master Date: Wed, 12 Aug 2015 22:01:14 +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: 1a187c8d-35f0-4d94-9b1e-75c5ac4ba17f X-Archives-Hash: 466f353847c59de74f4185acd3e9327c commit: 68bb7c3317d734e7a2b6b2be991c1ca996a6ba4b Author: Johannes Huber gentoo org> AuthorDate: Wed Aug 12 21:59:27 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Aug 12 22:03:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bb7c33 kde-base/smokekde: Drop Nepomuk support Package-Manager: portage-2.2.20.1 kde-base/smokekde/metadata.xml | 1 - kde-base/smokekde/smokekde-4.14.3.ebuild | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/kde-base/smokekde/metadata.xml b/kde-base/smokekde/metadata.xml index ac14d32..793ccf0 100644 --- a/kde-base/smokekde/metadata.xml +++ b/kde-base/smokekde/metadata.xml @@ -6,7 +6,6 @@ Compile bindings for Akonadi Compile bindings for dev-libs/libattica Compile bindings for KDE Advanced Text Editor - Compile bindings for Nepomuk Compile bindings for kde-base/okular diff --git a/kde-base/smokekde/smokekde-4.14.3.ebuild b/kde-base/smokekde/smokekde-4.14.3.ebuild index 54f0f2a..7f5c8dc 100644 --- a/kde-base/smokekde/smokekde-4.14.3.ebuild +++ b/kde-base/smokekde/smokekde-4.14.3.ebuild @@ -8,11 +8,10 @@ inherit kde4-base DESCRIPTION="Scripting Meta Object Kompiler Engine - KDE bindings" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="akonadi attica debug kate nepomuk okular" +IUSE="akonadi attica debug kate okular" HOMEPAGE="http://techbase.kde.org/Development/Languages/Smoke" DEPEND=" - $(add_kdebase_dep kdelibs 'nepomuk?') $(add_kdebase_dep smokeqt) akonadi? ( $(add_kdebase_dep kdepimlibs) ) attica? ( dev-libs/libattica ) @@ -23,12 +22,12 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( + -DWITH_Nepomuk=OFF + -DWITH_Soprano=OFF $(cmake-utils_use_with akonadi) $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_with attica LibAttica) $(cmake-utils_use_disable kate) - $(cmake-utils_use_with nepomuk Nepomuk) - $(cmake-utils_use_with nepomuk Soprano) $(cmake-utils_use_with okular) ) kde4-base_src_configure