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 2EED6139693 for ; Fri, 7 Aug 2015 21:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EC83E07F0; Fri, 7 Aug 2015 21:49:16 +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 0B504E07F0 for ; Fri, 7 Aug 2015 21:49:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D8EC340AD9 for ; Fri, 7 Aug 2015 21:49:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 709ADC2 for ; Fri, 7 Aug 2015 21:49:09 +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: <1438984270.7e0bfe3977d23071b94f8c71280883ccd0ba9db2.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/pykde4/metadata.xml kde-base/pykde4/pykde4-9999.ebuild X-VCS-Directories: kde-base/pykde4/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7e0bfe3977d23071b94f8c71280883ccd0ba9db2 X-VCS-Branch: master Date: Fri, 7 Aug 2015 21:49:09 +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: 20ef1ead-37e7-4e6f-b7e2-2aaf43c11f77 X-Archives-Hash: 9e9e7f89608a8b5ca36acece9ca6511d commit: 7e0bfe3977d23071b94f8c71280883ccd0ba9db2 Author: Johannes Huber gentoo org> AuthorDate: Fri Aug 7 21:51:10 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Aug 7 21:51:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e0bfe39 [kde-base/pykde4] Drop deprecated Nepomuk support Package-Manager: portage-2.2.20 kde-base/pykde4/metadata.xml | 1 - kde-base/pykde4/pykde4-9999.ebuild | 15 ++++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kde-base/pykde4/metadata.xml b/kde-base/pykde4/metadata.xml index 7ceb431..b4e222a 100644 --- a/kde-base/pykde4/metadata.xml +++ b/kde-base/pykde4/metadata.xml @@ -4,6 +4,5 @@ kde Compile bindings for Akonadi - Compile bindings for Nepomuk diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild index 0d5edfb..a29c016 100644 --- a/kde-base/pykde4/pykde4-9999.ebuild +++ b/kde-base/pykde4/pykde4-9999.ebuild @@ -11,24 +11,25 @@ inherit python-r1 portability kde4-base multilib eutils DESCRIPTION="Python bindings for KDE4" KEYWORDS="" -IUSE="akonadi debug doc examples nepomuk test" +IUSE="akonadi debug doc examples test" HOMEPAGE="http://techbase.kde.org/Development/Languages/Python" -REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( nepomuk )" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} >=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script,sql,svg,webkit,X] >=dev-python/sip-4.16.2:=[${PYTHON_USEDEP}] - $(add_kdebase_dep kdelibs 'nepomuk?,opengl') + $(add_kdebase_dep kdelibs 'opengl') akonadi? ( $(add_kdebase_dep kdepimlibs) ) - nepomuk? ( >=dev-libs/soprano-2.9.0 ) " DEPEND="${RDEPEND} dev-lang/python-exec:2[${PYTHON_USEDEP}] sys-devel/libtool " +RESTRICT="test" + pkg_setup() { kde4-base_pkg_setup @@ -74,11 +75,11 @@ src_configure() { local mycmakeargs=( -DWITH_PolkitQt=OFF -DWITH_QScintilla=OFF + -DPYKDEUIC4_ALTINSTALL=TRUE + -DWITH_Nepomuk=OFF + -DWITH_Soprano=OFF $(cmake-utils_use_with akonadi KdepimLibs) - $(cmake-utils_use_with nepomuk) - $(cmake-utils_use_with nepomuk Soprano) -DPYTHON_EXECUTABLE=${PYTHON} - -DPYKDEUIC4_ALTINSTALL=TRUE ) local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_configure