diff options
author | 2013-05-18 18:55:58 +0000 | |
---|---|---|
committer | 2013-05-18 18:55:58 +0000 | |
commit | 968f8d316a8ae565160fbcde478a352afb35a54a (patch) | |
tree | b653ae9f5f1e00b45a3ef16781cdfccb8c11fa84 /media-libs/libkgeomap/libkgeomap-3.2.0.ebuild | |
parent | Version bump (diff) | |
download | historical-968f8d316a8ae565160fbcde478a352afb35a54a.tar.gz historical-968f8d316a8ae565160fbcde478a352afb35a54a.tar.bz2 historical-968f8d316a8ae565160fbcde478a352afb35a54a.zip |
Version bump
Package-Manager: portage-2.2.0_alpha173/cvs/Linux x86_64
Manifest-Sign-Key: 0xEBE6A336BE19039C!
Diffstat (limited to 'media-libs/libkgeomap/libkgeomap-3.2.0.ebuild')
-rw-r--r-- | media-libs/libkgeomap/libkgeomap-3.2.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/media-libs/libkgeomap/libkgeomap-3.2.0.ebuild b/media-libs/libkgeomap/libkgeomap-3.2.0.ebuild new file mode 100644 index 000000000000..3c15d13aa8d1 --- /dev/null +++ b/media-libs/libkgeomap/libkgeomap-3.2.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.2.0.ebuild,v 1.1 2013/05/18 18:55:56 dilfridge Exp $ + +EAPI=5 + +KDE_MINIMAL="4.10" + +inherit kde4-base + +MY_PV=${PV/_/-} +MY_P="digikam-${MY_PV}" +SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2" + +DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap" +HOMEPAGE="http://www.digikam.org/" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" +SLOT=4 + +DEPEND=" + $(add_kdebase_dep libkexiv2) + $(add_kdebase_dep marble kde,plasma) +" +RDEPEND=${DEPEND} + +S="${WORKDIR}/${MY_P}/extra/${PN}" |