* [gentoo-commits] proj/kde:master commit in: media-libs/libkgeomap/
@ 2012-08-10 18:27 Chris Reffett
0 siblings, 0 replies; 10+ messages in thread
From: Chris Reffett @ 2012-08-10 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 0073e9e54e7a4b86e1d2fc23bfe04110435dc3b2
Author: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
AuthorDate: Fri Aug 10 18:21:07 2012 +0000
Commit: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Fri Aug 10 18:26:53 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0073e9e5
[media-libs/libkgeomap] Add version 2.8.0 for testing
(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)
---
media-libs/libkgeomap/libkgeomap-2.8.0.ebuild | 29 +++++++++++++++++++++++++
media-libs/libkgeomap/metadata.xml | 5 ++++
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/media-libs/libkgeomap/libkgeomap-2.8.0.ebuild b/media-libs/libkgeomap/libkgeomap-2.8.0.ebuild
new file mode 100644
index 0000000..5048701
--- /dev/null
+++ b/media-libs/libkgeomap/libkgeomap-2.8.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.7.0.ebuild,v 1.1 2012/07/09 20:37:52 dilfridge 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}"
diff --git a/media-libs/libkgeomap/metadata.xml b/media-libs/libkgeomap/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/media-libs/libkgeomap/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/libkgeomap/
@ 2012-08-11 15:20 Andreas Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2012-08-11 15:20 UTC (permalink / raw
To: gentoo-commits
commit: e446d2de728da3aff12d52fee93a0ca54702de78
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 11 15:21:59 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 15:21:59 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e446d2de
[media-libs/libkgeomap] moved to main tree
---
media-libs/libkgeomap/libkgeomap-2.8.0.ebuild | 29 -------------------------
media-libs/libkgeomap/metadata.xml | 5 ----
2 files changed, 0 insertions(+), 34 deletions(-)
diff --git a/media-libs/libkgeomap/libkgeomap-2.8.0.ebuild b/media-libs/libkgeomap/libkgeomap-2.8.0.ebuild
deleted file mode 100644
index 5048701..0000000
--- a/media-libs/libkgeomap/libkgeomap-2.8.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.7.0.ebuild,v 1.1 2012/07/09 20:37:52 dilfridge 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}"
diff --git a/media-libs/libkgeomap/metadata.xml b/media-libs/libkgeomap/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/media-libs/libkgeomap/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>kde</herd>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/libkgeomap/
@ 2012-09-19 19:18 Andreas Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2012-09-19 19:18 UTC (permalink / raw
To: gentoo-commits
commit: 14132075b5c8d73c4acc4176a363401e1aba2a36
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Wed Sep 19 19:21:37 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 19:21:37 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=14132075
[media-libs/libkgeomap] Version bump
(Portage version: 2.2.0_alpha124/git/Linux x86_64, unsigned Manifest commit)
---
.../libkgeomap/libkgeomap-3.0.0_beta1.ebuild | 29 ++++++++++++++++++++
media-libs/libkgeomap/metadata.xml | 5 +++
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/media-libs/libkgeomap/libkgeomap-3.0.0_beta1.ebuild b/media-libs/libkgeomap/libkgeomap-3.0.0_beta1.ebuild
new file mode 100644
index 0000000..8d8dd9c
--- /dev/null
+++ b/media-libs/libkgeomap/libkgeomap-3.0.0_beta1.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.9"
+
+inherit kde4-base
+
+MY_PV=${PV/_/-}a
+MY_P="digikam-${MY_PV}"
+SRC_URI="mirror://kde/unstable/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=""
+IUSE=""
+SLOT=4
+
+DEPEND="
+ $(add_kdebase_dep libkexiv2)
+ $(add_kdebase_dep marble 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..8d1e86a
--- /dev/null
+++ b/media-libs/libkgeomap/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/libkgeomap/
@ 2012-10-14 16:36 Andreas Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2012-10-14 16:36 UTC (permalink / raw
To: gentoo-commits
commit: 4731aa85b3d440edd341577ec5f023c6332453c0
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sun Oct 14 16:39:41 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 16:39:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4731aa85
[media-libs/libkgeomap] Version bump
(Portage version: 2.2.0_alpha137/git/Linux x86_64)
---
.../libkgeomap/libkgeomap-3.0.0_beta2.ebuild | 29 ++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/media-libs/libkgeomap/libkgeomap-3.0.0_beta2.ebuild b/media-libs/libkgeomap/libkgeomap-3.0.0_beta2.ebuild
new file mode 100644
index 0000000..6525463
--- /dev/null
+++ b/media-libs/libkgeomap/libkgeomap-3.0.0_beta2.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.9"
+
+inherit kde4-base
+
+MY_PV=${PV/_/-}
+MY_P="digikam-${MY_PV}"
+SRC_URI="mirror://kde/unstable/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=""
+IUSE=""
+SLOT=4
+
+DEPEND="
+ $(add_kdebase_dep libkexiv2)
+ $(add_kdebase_dep marble kde,plasma)
+"
+RDEPEND=${DEPEND}
+
+S="${WORKDIR}/${MY_P}/extra/${PN}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/libkgeomap/
@ 2012-11-13 21:48 Andreas Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2012-11-13 21:48 UTC (permalink / raw
To: gentoo-commits
commit: c8fa6fd3a62fc4c0fdc8f00e2144f94013bcb7dd
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Tue Nov 13 21:52:40 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 13 21:52:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c8fa6fd3
[media-libs/libkgeomap] Version bump
Package-Manager: portage-2.2.0_alpha142
---
.../libkgeomap/libkgeomap-3.0.0_beta3.ebuild | 29 ++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/media-libs/libkgeomap/libkgeomap-3.0.0_beta3.ebuild b/media-libs/libkgeomap/libkgeomap-3.0.0_beta3.ebuild
new file mode 100644
index 0000000..6525463
--- /dev/null
+++ b/media-libs/libkgeomap/libkgeomap-3.0.0_beta3.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.9"
+
+inherit kde4-base
+
+MY_PV=${PV/_/-}
+MY_P="digikam-${MY_PV}"
+SRC_URI="mirror://kde/unstable/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=""
+IUSE=""
+SLOT=4
+
+DEPEND="
+ $(add_kdebase_dep libkexiv2)
+ $(add_kdebase_dep marble kde,plasma)
+"
+RDEPEND=${DEPEND}
+
+S="${WORKDIR}/${MY_P}/extra/${PN}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/libkgeomap/
@ 2012-12-29 15:01 Andreas Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2012-12-29 15:01 UTC (permalink / raw
To: gentoo-commits
commit: e8989608ee287d3da94a69a92461f7730c0b36a7
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 15:00:01 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 15:00:01 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e8989608
[media-libs/libkgeomap] Version bump
Package-Manager: portage-2.2.0_alpha149
---
media-libs/libkgeomap/libkgeomap-3.0.0_rc.ebuild | 29 ++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/media-libs/libkgeomap/libkgeomap-3.0.0_rc.ebuild b/media-libs/libkgeomap/libkgeomap-3.0.0_rc.ebuild
new file mode 100644
index 0000000..990b485
--- /dev/null
+++ b/media-libs/libkgeomap/libkgeomap-3.0.0_rc.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.9"
+
+inherit kde4-base
+
+MY_PV=${PV/_/-}
+MY_P="digikam-${MY_PV}"
+SRC_URI="mirror://kde/unstable/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}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/libkgeomap/
@ 2015-04-19 19:25 Michael Palimaka
0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2015-04-19 19:25 UTC (permalink / raw
To: gentoo-commits
commit: fe55f7b57ab80bb17a88c7c191b052f70ccfb446
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Apr 18 20:37:55 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/libkgeomap/
@ 2015-08-03 19:11 Johannes Huber
0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2015-08-03 19:11 UTC (permalink / raw
To: gentoo-commits
commit: ba8242fe96f55e86b6c5ce212232f4939a34e790
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Aug 1 20:05:57 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 19:11:30 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ba8242fe
[media-libs/libkgeomap] Version bump
Package-Manager: portage-2.2.20
media-libs/libkgeomap/libkgeomap-4.12.0.ebuild | 29 ++++++++++++++++++++++++++
media-libs/libkgeomap/metadata.xml | 5 +++++
2 files changed, 34 insertions(+)
diff --git a/media-libs/libkgeomap/libkgeomap-4.12.0.ebuild b/media-libs/libkgeomap/libkgeomap-4.12.0.ebuild
new file mode 100644
index 0000000..b570447
--- /dev/null
+++ b/media-libs/libkgeomap/libkgeomap-4.12.0.ebuild
@@ -0,0 +1,29 @@
+# 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]
+"
+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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/libkgeomap/
@ 2015-08-08 7:54 Johannes Huber
0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2015-08-08 7:54 UTC (permalink / raw
To: gentoo-commits
commit: a492d79b086b7d553c8497417e1ca53469aed627
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 07:53:19 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 07:53:19 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a492d79b
[media-libs/libgkgeomap] Drop KDE_MINIMAL on ancient version
Package-Manager: portage-2.2.20
media-libs/libkgeomap/libkgeomap-4.12.0.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/media-libs/libkgeomap/libkgeomap-4.12.0.ebuild b/media-libs/libkgeomap/libkgeomap-4.12.0.ebuild
index b570447..1a9e7f2 100644
--- a/media-libs/libkgeomap/libkgeomap-4.12.0.ebuild
+++ b/media-libs/libkgeomap/libkgeomap-4.12.0.ebuild
@@ -6,8 +6,6 @@ EAPI=5
MY_PV="${PV/_/-}"
MY_P="digikam-${MY_PV}"
-
-KDE_MINIMAL="4.10"
VIRTUALX_REQUIRED="test"
inherit kde4-base
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/libkgeomap/
@ 2015-08-08 8:54 Johannes Huber
0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2015-08-08 8:54 UTC (permalink / raw
To: gentoo-commits
commit: 16051f38beff42d98ca5d475d33a261293d1fd3f
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 08:27:30 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 08:27:30 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=16051f38
[media-libs/libkgeomap] Moved to the main tree
Package-Manager: portage-2.2.20
media-libs/libkgeomap/libkgeomap-4.12.0.ebuild | 27 --------------------------
media-libs/libkgeomap/metadata.xml | 5 -----
2 files changed, 32 deletions(-)
diff --git a/media-libs/libkgeomap/libkgeomap-4.12.0.ebuild b/media-libs/libkgeomap/libkgeomap-4.12.0.ebuild
deleted file mode 100644
index 1a9e7f2..0000000
--- a/media-libs/libkgeomap/libkgeomap-4.12.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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}"
-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]
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}/extra/${PN}"
diff --git a/media-libs/libkgeomap/metadata.xml b/media-libs/libkgeomap/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/media-libs/libkgeomap/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>kde</herd>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2015-08-08 8:54 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-08 8:54 [gentoo-commits] proj/kde:master commit in: media-libs/libkgeomap/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2015-08-08 7:54 Johannes Huber
2015-08-03 19:11 Johannes Huber
2015-04-19 19:25 Michael Palimaka
2012-12-29 15:01 Andreas Hüttel
2012-11-13 21:48 Andreas Hüttel
2012-10-14 16:36 Andreas Hüttel
2012-09-19 19:18 Andreas Hüttel
2012-08-11 15:20 Andreas Hüttel
2012-08-10 18:27 Chris Reffett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox