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 5119159CA5 for ; Thu, 10 Mar 2016 08:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D617721C018; Thu, 10 Mar 2016 08:35:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00DAD21C018 for ; Thu, 10 Mar 2016 08:35:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CCB533D3CF for ; Thu, 10 Mar 2016 08:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CEB02320 for ; Thu, 10 Mar 2016 08:35:20 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1457598908.a07eb439afc4838a24390ada24cf3a21ab9fb417.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kig/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kig/kig-15.12.2.ebuild kde-apps/kig/kig-15.12.49.9999.ebuild kde-apps/kig/kig-9999.ebuild kde-apps/kig/metadata.xml X-VCS-Directories: kde-apps/kig/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a07eb439afc4838a24390ada24cf3a21ab9fb417 X-VCS-Branch: master Date: Thu, 10 Mar 2016 08:35:20 +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: 1f4130d4-45cf-4711-93fc-355d986c6226 X-Archives-Hash: af98a4f48e3731378b3c9ea0babc52ee commit: a07eb439afc4838a24390ada24cf3a21ab9fb417 Author: Michael Palimaka gentoo org> AuthorDate: Thu Mar 10 08:18:56 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Mar 10 08:35:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a07eb439 kde-apps/kig: introduce geogebra USE flag Package-Manager: portage-2.2.27 kde-apps/kig/kig-15.12.2.ebuild | 5 +++-- kde-apps/kig/kig-15.12.49.9999.ebuild | 5 +++-- kde-apps/kig/kig-9999.ebuild | 7 ++++--- kde-apps/kig/metadata.xml | 1 + 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/kde-apps/kig/kig-15.12.2.ebuild b/kde-apps/kig/kig-15.12.2.ebuild index 5f73387..09c6ee0 100644 --- a/kde-apps/kig/kig-15.12.2.ebuild +++ b/kde-apps/kig/kig-15.12.2.ebuild @@ -11,7 +11,7 @@ inherit python-single-r1 kde5 DESCRIPTION="KDE Interactive Geometry tool" HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig" KEYWORDS="~amd64 ~x86" -IUSE="scripting" +IUSE="geogebra scripting" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -33,7 +33,7 @@ DEPEND=" $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - $(add_qt_dep qtxmlpatterns) + geogebra? ( $(add_qt_dep qtxmlpatterns) ) scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] ) " RDEPEND="${DEPEND}" @@ -53,6 +53,7 @@ src_prepare() { src_configure() { local mycmakeargs=( + $(cmake-utils_use_find_package geogebra Qt5XmlPatterns) $(cmake-utils_use_find_package scripting BoostPython) ) diff --git a/kde-apps/kig/kig-15.12.49.9999.ebuild b/kde-apps/kig/kig-15.12.49.9999.ebuild index a915275..405dd3a 100644 --- a/kde-apps/kig/kig-15.12.49.9999.ebuild +++ b/kde-apps/kig/kig-15.12.49.9999.ebuild @@ -11,7 +11,7 @@ inherit python-single-r1 kde5 DESCRIPTION="KDE Interactive Geometry tool" HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig" KEYWORDS="" -IUSE="scripting" +IUSE="geogebra scripting" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -33,7 +33,7 @@ DEPEND=" $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - $(add_qt_dep qtxmlpatterns) + geogebra? ( $(add_qt_dep qtxmlpatterns) ) scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] ) " RDEPEND="${DEPEND}" @@ -53,6 +53,7 @@ src_prepare() { src_configure() { local mycmakeargs=( + $(cmake-utils_use_find_package geogebra Qt5XmlPatterns) $(cmake-utils_use_find_package scripting BoostPython) ) diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild index e13d6f5..0de3d76 100644 --- a/kde-apps/kig/kig-9999.ebuild +++ b/kde-apps/kig/kig-9999.ebuild @@ -11,7 +11,7 @@ inherit python-single-r1 kde5 DESCRIPTION="KDE Interactive Geometry tool" HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig" KEYWORDS="" -IUSE="scripting" +IUSE="geogebra scripting" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -21,8 +21,8 @@ DEPEND=" $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcrash) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kparts) @@ -34,7 +34,7 @@ DEPEND=" $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - $(add_qt_dep qtxmlpatterns) + geogebra? ( $(add_qt_dep qtxmlpatterns) ) scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] ) " RDEPEND="${DEPEND}" @@ -54,6 +54,7 @@ src_prepare() { src_configure() { local mycmakeargs=( + $(cmake-utils_use_find_package geogebra Qt5XmlPatterns) $(cmake-utils_use_find_package scripting BoostPython) ) diff --git a/kde-apps/kig/metadata.xml b/kde-apps/kig/metadata.xml index a190707..37e629d 100644 --- a/kde-apps/kig/metadata.xml +++ b/kde-apps/kig/metadata.xml @@ -2,6 +2,7 @@ + Support files created by sci-mathematics/geogebra Support Python scripting