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 4FDE41381F3 for ; Thu, 21 Apr 2016 11:06:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCFF021C04B; Thu, 21 Apr 2016 11:06:28 +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 7CF9921C04B for ; Thu, 21 Apr 2016 11:06:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9CA9A340BFD for ; Thu, 21 Apr 2016 11:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC19E1897 for ; Thu, 21 Apr 2016 11:06:23 +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: <1461235587.508c62c46a144c2fd8347479eaaa067db01d2167.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild X-VCS-Directories: kde-apps/libkgeomap/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 508c62c46a144c2fd8347479eaaa067db01d2167 X-VCS-Branch: master Date: Thu, 21 Apr 2016 11:06:23 +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: a882587a-da5f-4dac-9257-59e126576bee X-Archives-Hash: b928348bc9314f95a68861ea69de3791 commit: 508c62c46a144c2fd8347479eaaa067db01d2167 Author: Johannes Huber gentoo org> AuthorDate: Thu Apr 21 10:46:27 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Apr 21 10:46:27 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=508c62c4 kde-apps/libkgeomap: Remove 15.12.3 Moved to gentoo main tree. Package-Manager: portage-2.2.28 kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild | 39 --------------------------- 1 file changed, 39 deletions(-) diff --git a/kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild b/kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild deleted file mode 100644 index f768b3b..0000000 --- a/kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap" -HOMEPAGE="https://www.digikam.org/" - -LICENSE="GPL-2" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep ktextwidgets) - $(add_kdeapps_dep marble 'kde' '' '5=') - $(add_qt_dep qtconcurrent) - $(add_qt_dep qtgui) - $(add_qt_dep qtwebkit) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true - ) - - kde5_src_configure -}