diff options
author | 2012-09-03 19:11:40 +0000 | |
---|---|---|
committer | 2012-09-03 19:11:40 +0000 | |
commit | 56ebfcef28a9a5e25585f8663a8af768a4505054 (patch) | |
tree | c3d91aa77e31842694ed4a5cb85a2bda38019304 /media-libs/libkgeomap | |
parent | Version bump. (diff) | |
download | historical-56ebfcef28a9a5e25585f8663a8af768a4505054.tar.gz historical-56ebfcef28a9a5e25585f8663a8af768a4505054.tar.bz2 historical-56ebfcef28a9a5e25585f8663a8af768a4505054.zip |
Version bump to 2.9.0
Package-Manager: portage-2.2.0_alpha123/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libkgeomap')
-rw-r--r-- | media-libs/libkgeomap/libkgeomap-2.9.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/media-libs/libkgeomap/libkgeomap-2.9.0.ebuild b/media-libs/libkgeomap/libkgeomap-2.9.0.ebuild new file mode 100644 index 000000000000..6a4975b5c855 --- /dev/null +++ b/media-libs/libkgeomap/libkgeomap-2.9.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/libkgeomap-2.9.0.ebuild,v 1.1 2012/09/03 19:07:17 creffett Exp $ + +EAPI=4 + +KDE_MINIMAL="4.8" + +inherit kde4-base + +MY_PV=${PV/_/-} +MY_P="digikam-${MY_PV}" +SRC_URI="mirror://sourceforge/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}" |