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 1F914138CAE for ; Sun, 19 Apr 2015 19:25:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74A2DE084E; Sun, 19 Apr 2015 19:25:53 +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 1BC1DE084E for ; Sun, 19 Apr 2015 19:25:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10E91340C21 for ; Sun, 19 Apr 2015 19:25:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 751F116482 for ; Sun, 19 Apr 2015 19:25:48 +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: <1429389475.fe55f7b57ab80bb17a88c7c191b052f70ccfb446.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/libkgeomap/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/libkgeomap/libkgeomap-4.9.0.ebuild media-libs/libkgeomap/metadata.xml X-VCS-Directories: media-libs/libkgeomap/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: fe55f7b57ab80bb17a88c7c191b052f70ccfb446 X-VCS-Branch: master Date: Sun, 19 Apr 2015 19:25:48 +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: d3fd58b1-77de-4afb-96f1-58f7167258aa X-Archives-Hash: aefc0b413394b059c1661f9964268220 commit: fe55f7b57ab80bb17a88c7c191b052f70ccfb446 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Apr 18 20:37:55 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Apr 18 20:37:55 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fe55f7b5 [media-libs/libkgeomap] 4.9.0 version bump Package-Manager: portage-2.2.14 media-libs/libkgeomap/libkgeomap-4.9.0.ebuild | 31 +++++++++++++++++++++++++++ media-libs/libkgeomap/metadata.xml | 5 +++++ 2 files changed, 36 insertions(+) diff --git a/media-libs/libkgeomap/libkgeomap-4.9.0.ebuild b/media-libs/libkgeomap/libkgeomap-4.9.0.ebuild new file mode 100644 index 0000000..a3832a3 --- /dev/null +++ b/media-libs/libkgeomap/libkgeomap-4.9.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +MY_PV="${PV/_/-}" +MY_P="digikam-${MY_PV}" + +KDE_MINIMAL="4.10" +VIRTUALX_REQUIRED="test" +inherit kde4-base + +DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap" +HOMEPAGE="http://www.digikam.org/" +SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4/2.1" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + || ( + ( kde-apps/libkexiv2:4= kde-apps/marble:4=[kde,plasma] ) + ( kde-base/libkexiv2:4= kde-base/marble:4=[kde,plasma] ) + ) +" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}/extra/${PN}" diff --git a/media-libs/libkgeomap/metadata.xml b/media-libs/libkgeomap/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/media-libs/libkgeomap/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +