summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-09-09 17:27:38 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-09-09 17:27:38 +0000
commitbb996d1a4fc08e60505eea76e02068660270f8c9 (patch)
tree6d071968a4906476a1f8402c36b2e9838607d85c /media-libs/libkgeomap
parentVersion bump, remove old. (diff)
downloadhistorical-bb996d1a4fc08e60505eea76e02068660270f8c9.tar.gz
historical-bb996d1a4fc08e60505eea76e02068660270f8c9.tar.bz2
historical-bb996d1a4fc08e60505eea76e02068660270f8c9.zip
Version bump
Package-Manager: portage-2.1.10.14/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libkgeomap')
-rw-r--r--media-libs/libkgeomap/ChangeLog8
-rw-r--r--media-libs/libkgeomap/libkgeomap-2.1.0.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/media-libs/libkgeomap/ChangeLog b/media-libs/libkgeomap/ChangeLog
index e6e1794d113d..139c4e63fa5f 100644
--- a/media-libs/libkgeomap/ChangeLog
+++ b/media-libs/libkgeomap/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/libkgeomap
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/ChangeLog,v 1.3 2011/08/27 21:43:13 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/ChangeLog,v 1.4 2011/09/09 17:23:11 dilfridge Exp $
+
+*libkgeomap-2.1.0 (09 Sep 2011)
+
+ 09 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ +libkgeomap-2.1.0.ebuild:
+ Version bump
27 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
libkgeomap-2.0.0.ebuild:
diff --git a/media-libs/libkgeomap/libkgeomap-2.1.0.ebuild b/media-libs/libkgeomap/libkgeomap-2.1.0.ebuild
new file mode 100644
index 000000000000..f7de61a45a3b
--- /dev/null
+++ b/media-libs/libkgeomap/libkgeomap-2.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/libkgeomap-2.1.0.ebuild,v 1.1 2011/09/09 17:23:11 dilfridge Exp $
+
+EAPI=4
+
+DIGIKAMPN=digikam
+KDE_MINIMAL="4.7"
+
+inherit kde4-base
+
+MY_P="${DIGIKAMPN}-${PV/_/-}"
+
+DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
+HOMEPAGE="http://www.digikam.org/"
+SRC_URI="mirror://sourceforge/${DIGIKAMPN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SLOT=4
+
+DEPEND="
+ $(add_kdebase_dep libkexiv2)
+ $(add_kdebase_dep marble kde,plasma)
+ !media-libs/libkmap
+"
+RDEPEND=${DEPEND}
+
+S="${WORKDIR}/${MY_P}/extra/${PN}"