Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-libs/libkmap/
Date: Sat, 02 Jul 2011 17:32:54
Message-Id: 22f7ac28531e018cd93c16cdfda0bdfbbe8e81cb.dilfridge@gentoo
1 commit: 22f7ac28531e018cd93c16cdfda0bdfbbe8e81cb
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 17:30:41 2011 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 17:30:41 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=22f7ac28
7
8 Version bump
9
10 (Portage version: 2.1.10.3/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 media-libs/libkmap/libkmap-2.0.0_rc.ebuild | 28 ++++++++++++++++++++++++++++
14 1 files changed, 28 insertions(+), 0 deletions(-)
15
16 diff --git a/media-libs/libkmap/libkmap-2.0.0_rc.ebuild b/media-libs/libkmap/libkmap-2.0.0_rc.ebuild
17 new file mode 100644
18 index 0000000..c77e700
19 --- /dev/null
20 +++ b/media-libs/libkmap/libkmap-2.0.0_rc.ebuild
21 @@ -0,0 +1,28 @@
22 +# Copyright 1999-2011 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=4
27 +
28 +DIGIKAMPN=digikam
29 +
30 +inherit kde4-base
31 +
32 +MY_P="${DIGIKAMPN}-${PV/_/-}"
33 +
34 +DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
35 +HOMEPAGE="http://www.digikam.org/"
36 +SRC_URI="mirror://sourceforge/${DIGIKAMPN}/${MY_P}.tar.bz2"
37 +
38 +LICENSE="GPL-2"
39 +KEYWORDS="~amd64 ~x86"
40 +IUSE=""
41 +SLOT=4
42 +
43 +DEPEND="
44 + $(add_kdebase_dep libkexiv2)
45 + $(add_kdebase_dep marble plasma)
46 +"
47 +RDEPEND=${DEPEND}
48 +
49 +S="${WORKDIR}/${MY_P}/extra/${PN}"