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 735FC1381F3 for ; Mon, 19 Aug 2013 13:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54784E0D64; Mon, 19 Aug 2013 13:24:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD838E0D64 for ; Mon, 19 Aug 2013 13:23:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2A1A33BF0D for ; Mon, 19 Aug 2013 13:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2F755E468F for ; Mon, 19 Aug 2013 13:23:57 +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: <1376918463.30ce1b3067ccb0dc3efeea99f212c95297c06b32.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/marble/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/marble/marble-4.11.49.9999.ebuild kde-base/marble/marble-9999.ebuild kde-base/marble/metadata.xml X-VCS-Directories: kde-base/marble/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 30ce1b3067ccb0dc3efeea99f212c95297c06b32 X-VCS-Branch: master Date: Mon, 19 Aug 2013 13:23:57 +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: 20c9fc54-44ae-467a-8eb1-209868f4d969 X-Archives-Hash: bf66a61799a5d94ef1c227a484149228 commit: 30ce1b3067ccb0dc3efeea99f212c95297c06b32 Author: Michael Palimaka gentoo org> AuthorDate: Mon Aug 19 13:21:03 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Aug 19 13:21:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=30ce1b30 [kde-base/marble] Fix automagic dependency wrt bug #481608. Package-Manager: portage-2.2.0 --- kde-base/marble/marble-4.11.49.9999.ebuild | 4 +++- kde-base/marble/marble-9999.ebuild | 4 +++- kde-base/marble/metadata.xml | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/kde-base/marble/marble-4.11.49.9999.ebuild b/kde-base/marble/marble-4.11.49.9999.ebuild index a7cd421..dc2df63 100644 --- a/kde-base/marble/marble-4.11.49.9999.ebuild +++ b/kde-base/marble/marble-4.11.49.9999.ebuild @@ -13,7 +13,7 @@ inherit kde4-base python DESCRIPTION="Generic geographical map widget" HOMEPAGE="http://marble.kde.org/" KEYWORDS="" -IUSE="debug designer-plugin gps +kde plasma python shapefile test" +IUSE="debug designer-plugin gps +kde plasma python shapefile test zip" # tests fail / segfault. Last checked for 4.9.0 RESTRICT="test" @@ -32,6 +32,7 @@ RDEPEND=" kde? ( $(add_kdebase_dep pykde4) ) ) shapefile? ( sci-libs/shapelib ) + zip? ( dev-libs/quazip ) " DEPEND=" ${RDEPEND} @@ -67,6 +68,7 @@ src_configure() { $(cmake-utils_use !kde QTONLY) $(cmake-utils_use_with plasma) $(cmake-utils_use_with shapefile libshp) + $(cmake-utils_use_with zip quazip) -DBUILD_MARBLE_TESTS=OFF -DWITH_liblocation=0 -DWITH_QextSerialPort=OFF diff --git a/kde-base/marble/marble-9999.ebuild b/kde-base/marble/marble-9999.ebuild index a7cd421..dc2df63 100644 --- a/kde-base/marble/marble-9999.ebuild +++ b/kde-base/marble/marble-9999.ebuild @@ -13,7 +13,7 @@ inherit kde4-base python DESCRIPTION="Generic geographical map widget" HOMEPAGE="http://marble.kde.org/" KEYWORDS="" -IUSE="debug designer-plugin gps +kde plasma python shapefile test" +IUSE="debug designer-plugin gps +kde plasma python shapefile test zip" # tests fail / segfault. Last checked for 4.9.0 RESTRICT="test" @@ -32,6 +32,7 @@ RDEPEND=" kde? ( $(add_kdebase_dep pykde4) ) ) shapefile? ( sci-libs/shapelib ) + zip? ( dev-libs/quazip ) " DEPEND=" ${RDEPEND} @@ -67,6 +68,7 @@ src_configure() { $(cmake-utils_use !kde QTONLY) $(cmake-utils_use_with plasma) $(cmake-utils_use_with shapefile libshp) + $(cmake-utils_use_with zip quazip) -DBUILD_MARBLE_TESTS=OFF -DWITH_liblocation=0 -DWITH_QextSerialPort=OFF diff --git a/kde-base/marble/metadata.xml b/kde-base/marble/metadata.xml index 90fe1d9..bb57c89 100644 --- a/kde-base/marble/metadata.xml +++ b/kde-base/marble/metadata.xml @@ -4,6 +4,7 @@ Enable designer plugin Enable support for ESRI shapefiles + Enable support for reading and displaying .kmz files kde