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 79C3B1397D4 for ; Wed, 12 Aug 2015 19:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE941425B; Wed, 12 Aug 2015 19:43:11 +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 3C3E91425B for ; Wed, 12 Aug 2015 19:43:11 +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 0036E34087E for ; Wed, 12 Aug 2015 19:43:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F2BA148 for ; Wed, 12 Aug 2015 19:43:08 +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: <1439408721.a0da3af3f46ba9b0ded906d4b21873c94db69b6c.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/plasma-mediacenter/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/plasma-mediacenter/metadata.xml media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild X-VCS-Directories: media-video/plasma-mediacenter/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a0da3af3f46ba9b0ded906d4b21873c94db69b6c X-VCS-Branch: master Date: Wed, 12 Aug 2015 19:43:08 +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: e2c52f9f-88a3-4569-9e52-023b2846820c X-Archives-Hash: cd3b1d24f3386288c8330b711cd678d5 commit: a0da3af3f46ba9b0ded906d4b21873c94db69b6c Author: Johannes Huber gentoo org> AuthorDate: Wed Aug 12 19:45:21 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Aug 12 19:45:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0da3af3 media-video/plasma-mediacenter: Drop Nepomuk support Package-Manager: portage-2.2.20.1 media-video/plasma-mediacenter/metadata.xml | 3 --- media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild | 9 +++------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/media-video/plasma-mediacenter/metadata.xml b/media-video/plasma-mediacenter/metadata.xml index 2d94d9b..a23f444 100644 --- a/media-video/plasma-mediacenter/metadata.xml +++ b/media-video/plasma-mediacenter/metadata.xml @@ -2,7 +2,4 @@ kde - - Enable Nepomuk based semantic desktop support (deprecated) - diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild index 1173c2e..963a58d 100644 --- a/media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild +++ b/media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild @@ -19,9 +19,7 @@ fi LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64" -IUSE="debug nepomuk semantic-desktop" - -REQUIRED_USE="?? ( nepomuk semantic-desktop )" +IUSE="debug semantic-desktop" # bug 516686 RESTRICT="test" @@ -30,7 +28,6 @@ RDEPEND=" $(add_kdebase_dep plasma-workspace) dev-qt/qt-mobility[multimedia,qml] media-libs/taglib - nepomuk? ( $(add_kdebase_dep nepomuk-core) ) semantic-desktop? ( $(add_kdebase_dep baloo) ) " DEPEND="${RDEPEND} @@ -41,11 +38,11 @@ S=${WORKDIR}/${PN} src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package nepomuk NepomukCore) + -DCMAKE_DISABLE_FIND_PACKAGE_NepomukCore=ON $(cmake-utils_use_find_package semantic-desktop Baloo) ) - if ! use nepomuk && ! use semantic-desktop ; then + if ! use semantic-desktop ; then mycmakeargs+=( -DUSE_FILESYSTEM_MEDIA_SOURCE=ON ) fi