From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SkDa2-0000TB-OF for garchives@archives.gentoo.org; Thu, 28 Jun 2012 12:12:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C017E06FC; Thu, 28 Jun 2012 12:11:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4118CE06FC for ; Thu, 28 Jun 2012 12:11:57 +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 A80791B403D for ; Thu, 28 Jun 2012 12:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6876CE5432 for ; Thu, 28 Jun 2012 12:11:55 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1340885377.1bdccd0506962120ea551b8c41c25d94924bf56d.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.8.80.ebuild X-VCS-Directories: kde-base/marble/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1bdccd0506962120ea551b8c41c25d94924bf56d X-VCS-Branch: master Date: Thu, 28 Jun 2012 12:11:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 939596b0-2cc1-4338-b020-c472a20db1af X-Archives-Hash: a4ee6c0ec141f94b15153094b7039f4f commit: 1bdccd0506962120ea551b8c41c25d94924bf56d Author: Michael Palimaka gentoo org> AuthorDate: Thu Jun 28 12:09:37 2012 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 28 12:09:37 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D1bdccd05 [kde-base/marble] Remove 4.8.80 that somehow reappeared when bumping 4.9.= 49.9999. (Portage version: 2.1.11.3/git/Linux x86_64, unsigned Manifest commit) --- kde-base/marble/marble-4.8.80.ebuild | 70 ----------------------------= ------ 1 files changed, 0 insertions(+), 70 deletions(-) diff --git a/kde-base/marble/marble-4.8.80.ebuild b/kde-base/marble/marbl= e-4.8.80.ebuild deleted file mode 100644 index 49bd9e0..0000000 --- a/kde-base/marble/marble-4.8.80.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D4 - -KDE_HANDBOOK=3D"optional" -KDE_REQUIRED=3D"optional" -CPPUNIT_REQUIRED=3D"optional" -PYTHON_DEPEND=3D"python? 2" -KDE_SCM=3D"git" -inherit kde4-base python - -DESCRIPTION=3D"Generic geographical map widget" -KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"debug designer-plugin gps +kde plasma python" - -# tests fail / segfault. Last checked for 4.2.88 -# RESTRICT=3Dtest - -DEPEND=3D" - gps? ( >=3Dsci-geosciences/gpsd-2.95[qt4] ) - python? ( - >=3Ddev-python/PyQt4-4.4.4-r1 - kde? ( $(add_kdebase_dep pykde4) ) - ) -" -RDEPEND=3D"${DEPEND} -" - -REQUIRED_USE=3D" - plasma? ( kde ) - python? ( kde ) -" - -pkg_setup() { - python_set_active_version 2 - kde4-base_pkg_setup - python_pkg_setup -} - -src_prepare() { - kde4-base_src_prepare - python_convert_shebangs -r $(python_get_version) . -} - -src_configure() { - local mycmakeargs=3D( - $(cmake-utils_use_with designer-plugin DESIGNER_PLUGIN) - $(cmake-utils_use python EXPERIMENTAL_PYTHON_BINDINGS) - $(cmake-utils_use_with python PyQt4) - $(cmake-utils_use_with python PythonLibrary) - $(cmake-utils_use_with python SIP) - $(cmake-utils_use_with gps libgps) - $(cmake-utils_use !kde QTONLY) - $(cmake-utils_use_with plasma) - -DWITH_liblocation=3D0 - $(use kde && cmake-utils_use_with python PyKDE4) - ) - - kde4-base_src_configure -} - -src_test() { - if use kde; then - elog "Marble tests can only be run in the qt-only version" - else - kde4-base_src_test - fi -}