public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/
@ 2019-03-09 21:33 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2019-03-09 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d2c955287a22569ff9e6566700e5db41441d8be6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 21:31:43 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 21:31:43 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d2c95528

kde-apps/libkgeomap: QA: Fix unused CMake variable

Bug: https://bugs.gentoo.org/679846
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/libkgeomap/libkgeomap-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/kde-apps/libkgeomap/libkgeomap-9999.ebuild b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
index 67db0f9250..e525d91e68 100644
--- a/kde-apps/libkgeomap/libkgeomap-9999.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
@@ -29,9 +29,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true
-	)
+	use test && local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true )
 
 	kde5_src_configure
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/
@ 2020-08-08 10:41 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2020-08-08 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d97f2e8e58ae308da59ab3743406c89a40ab74f6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 08:45:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug  8 08:45:07 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d97f2e8e

kde-apps/libkgeomap: Drop all except 9999, dropped from Release Service

See also: https://mail.kde.org/pipermail/release-team/2020-August/011981.html

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/libkgeomap/libkgeomap-20.07.90.ebuild     | 39 ----------------------
 kde-apps/libkgeomap/libkgeomap-20.08.0.ebuild      | 39 ----------------------
 .../libkgeomap/libkgeomap-20.08.49.9999.ebuild     | 39 ----------------------
 3 files changed, 117 deletions(-)

diff --git a/kde-apps/libkgeomap/libkgeomap-20.07.90.ebuild b/kde-apps/libkgeomap/libkgeomap-20.07.90.ebuild
deleted file mode 100644
index aea9fe1a5a..0000000000
--- a/kde-apps/libkgeomap/libkgeomap-20.07.90.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.72.0
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
-HOMEPAGE="https://www.digikam.org/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwebkit-5.212.0_pre20180120:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-apps/marble-${PVCUT}:5=[kde]
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	use test && local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true )
-
-	ecm_src_configure
-}

diff --git a/kde-apps/libkgeomap/libkgeomap-20.08.0.ebuild b/kde-apps/libkgeomap/libkgeomap-20.08.0.ebuild
deleted file mode 100644
index aea9fe1a5a..0000000000
--- a/kde-apps/libkgeomap/libkgeomap-20.08.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.72.0
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
-HOMEPAGE="https://www.digikam.org/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwebkit-5.212.0_pre20180120:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-apps/marble-${PVCUT}:5=[kde]
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	use test && local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true )
-
-	ecm_src_configure
-}

diff --git a/kde-apps/libkgeomap/libkgeomap-20.08.49.9999.ebuild b/kde-apps/libkgeomap/libkgeomap-20.08.49.9999.ebuild
deleted file mode 100644
index 63de3769ae..0000000000
--- a/kde-apps/libkgeomap/libkgeomap-20.08.49.9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.72.0
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
-HOMEPAGE="https://www.digikam.org/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwebkit-5.212.0_pre20180120:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-apps/marble-${PVCUT}:5=[kde]
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	use test && local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true )
-
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/
@ 2016-08-25 18:52 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2016-08-25 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     1cbfc412801465695275487658763bc517e8e41b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 18:41:06 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 18:52:36 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1cbfc412

kde-apps/libkgeomap: improve LICENSE

Package-Manager: portage-2.3.0

 kde-apps/libkgeomap/libkgeomap-16.08.0.ebuild       | 2 +-
 kde-apps/libkgeomap/libkgeomap-16.08.49.9999.ebuild | 2 +-
 kde-apps/libkgeomap/libkgeomap-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/libkgeomap/libkgeomap-16.08.0.ebuild b/kde-apps/libkgeomap/libkgeomap-16.08.0.ebuild
index f712cd8..8773843 100644
--- a/kde-apps/libkgeomap/libkgeomap-16.08.0.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-16.08.0.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
 HOMEPAGE="https://www.digikam.org/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 

diff --git a/kde-apps/libkgeomap/libkgeomap-16.08.49.9999.ebuild b/kde-apps/libkgeomap/libkgeomap-16.08.49.9999.ebuild
index 1bba24f..f52d438 100644
--- a/kde-apps/libkgeomap/libkgeomap-16.08.49.9999.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-16.08.49.9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
 HOMEPAGE="https://www.digikam.org/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 KEYWORDS=""
 IUSE=""
 

diff --git a/kde-apps/libkgeomap/libkgeomap-9999.ebuild b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
index 1bba24f..f52d438 100644
--- a/kde-apps/libkgeomap/libkgeomap-9999.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
 HOMEPAGE="https://www.digikam.org/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 KEYWORDS=""
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/
@ 2016-04-21 11:06 Johannes Huber
  0 siblings, 0 replies; 12+ messages in thread
From: Johannes Huber @ 2016-04-21 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     508c62c46a144c2fd8347479eaaa067db01d2167
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 10:46:27 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 10:46:27 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=508c62c4

kde-apps/libkgeomap: Remove 15.12.3

Moved to gentoo main tree.

Package-Manager: portage-2.2.28

 kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild | 39 ---------------------------
 1 file changed, 39 deletions(-)

diff --git a/kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild b/kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild
deleted file mode 100644
index f768b3b..0000000
--- a/kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
-HOMEPAGE="https://www.digikam.org/"
-
-LICENSE="GPL-2"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_kdeapps_dep marble 'kde' '' '5=')
-	$(add_qt_dep qtconcurrent)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwebkit)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true
-	)
-
-	kde5_src_configure
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/
@ 2016-04-07 17:23 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2016-04-07 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4b602593b62933fe98c3e36431cdf9adcfd6616f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 17:23:04 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 17:23:04 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4b602593

kde-apps/libkgeomap: remove unused dependency

Upstream-commit: c941c6880cbe509543e7e14185b05d80dfe086db

Package-Manager: portage-2.2.28

 kde-apps/libkgeomap/libkgeomap-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/libkgeomap/libkgeomap-9999.ebuild b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
index dc40dc7..1bba24f 100644
--- a/kde-apps/libkgeomap/libkgeomap-9999.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
@@ -20,7 +20,6 @@ DEPEND="
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
-	$(add_frameworks_dep ktextwidgets)
 	$(add_kdeapps_dep marble 'kde' '' '5=')
 	$(add_qt_dep qtconcurrent)
 	$(add_qt_dep qtgui)


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/
@ 2016-04-07 17:23 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2016-04-07 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4a203689e4a1056f1e0541abe28639b8e6fb1107
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 17:16:30 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 17:16:30 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4a203689

kde-apps/libkgeomap: do not build demo application

Package-Manager: portage-2.2.28

 kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild       | 9 ++++++++-
 kde-apps/libkgeomap/libkgeomap-16.03.90.ebuild      | 9 ++++++++-
 kde-apps/libkgeomap/libkgeomap-16.04.49.9999.ebuild | 9 ++++++++-
 kde-apps/libkgeomap/libkgeomap-9999.ebuild          | 9 ++++++++-
 4 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild b/kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild
index 7d8385a..f768b3b 100644
--- a/kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-15.12.3.ebuild
@@ -21,7 +21,6 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep ktextwidgets)
-	$(add_kdeapps_dep libkexiv2 '' '' '5=')
 	$(add_kdeapps_dep marble 'kde' '' '5=')
 	$(add_qt_dep qtconcurrent)
 	$(add_qt_dep qtgui)
@@ -30,3 +29,11 @@ DEPEND="
 	$(add_qt_dep qtxml)
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/libkgeomap/libkgeomap-16.03.90.ebuild b/kde-apps/libkgeomap/libkgeomap-16.03.90.ebuild
index 7d8385a..f768b3b 100644
--- a/kde-apps/libkgeomap/libkgeomap-16.03.90.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-16.03.90.ebuild
@@ -21,7 +21,6 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep ktextwidgets)
-	$(add_kdeapps_dep libkexiv2 '' '' '5=')
 	$(add_kdeapps_dep marble 'kde' '' '5=')
 	$(add_qt_dep qtconcurrent)
 	$(add_qt_dep qtgui)
@@ -30,3 +29,11 @@ DEPEND="
 	$(add_qt_dep qtxml)
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/libkgeomap/libkgeomap-16.04.49.9999.ebuild b/kde-apps/libkgeomap/libkgeomap-16.04.49.9999.ebuild
index e2fb64e..dc40dc7 100644
--- a/kde-apps/libkgeomap/libkgeomap-16.04.49.9999.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-16.04.49.9999.ebuild
@@ -21,7 +21,6 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep ktextwidgets)
-	$(add_kdeapps_dep libkexiv2 '' '' '5=')
 	$(add_kdeapps_dep marble 'kde' '' '5=')
 	$(add_qt_dep qtconcurrent)
 	$(add_qt_dep qtgui)
@@ -30,3 +29,11 @@ DEPEND="
 	$(add_qt_dep qtxml)
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/libkgeomap/libkgeomap-9999.ebuild b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
index e2fb64e..dc40dc7 100644
--- a/kde-apps/libkgeomap/libkgeomap-9999.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
@@ -21,7 +21,6 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep ktextwidgets)
-	$(add_kdeapps_dep libkexiv2 '' '' '5=')
 	$(add_kdeapps_dep marble 'kde' '' '5=')
 	$(add_qt_dep qtconcurrent)
 	$(add_qt_dep qtgui)
@@ -30,3 +29,11 @@ DEPEND="
 	$(add_qt_dep qtxml)
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true
+	)
+
+	kde5_src_configure
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/
@ 2016-02-01 12:59 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2016-02-01 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     e029a4e7e8e856e365b56e61c51cbfb83a144b5a
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jan 31 23:41:03 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 23:41:03 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e029a4e7

kde-apps/libkgeomap: EAPI=6, use add_kdeapps_dep slot override

Package-Manager: portage-2.2.27

 kde-apps/libkgeomap/libkgeomap-15.12.49.9999.ebuild | 6 +++---
 kde-apps/libkgeomap/libkgeomap-9999.ebuild          | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-apps/libkgeomap/libkgeomap-15.12.49.9999.ebuild b/kde-apps/libkgeomap/libkgeomap-15.12.49.9999.ebuild
index 29c319b..e2fb64e 100644
--- a/kde-apps/libkgeomap/libkgeomap-15.12.49.9999.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-15.12.49.9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_TEST="true"
 VIRTUALX_REQUIRED="test"
@@ -21,12 +21,12 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep ktextwidgets)
+	$(add_kdeapps_dep libkexiv2 '' '' '5=')
+	$(add_kdeapps_dep marble 'kde' '' '5=')
 	$(add_qt_dep qtconcurrent)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwebkit)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
-	kde-apps/libkexiv2:5=
-	kde-apps/marble:5=[kde]
 "
 RDEPEND="${DEPEND}"

diff --git a/kde-apps/libkgeomap/libkgeomap-9999.ebuild b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
index 29c319b..e2fb64e 100644
--- a/kde-apps/libkgeomap/libkgeomap-9999.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_TEST="true"
 VIRTUALX_REQUIRED="test"
@@ -21,12 +21,12 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep ktextwidgets)
+	$(add_kdeapps_dep libkexiv2 '' '' '5=')
+	$(add_kdeapps_dep marble 'kde' '' '5=')
 	$(add_qt_dep qtconcurrent)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwebkit)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
-	kde-apps/libkexiv2:5=
-	kde-apps/marble:5=[kde]
 "
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/
@ 2016-01-20 15:37 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2016-01-20 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     15a77ae6d26f9e6f13be24598f290a1a5da0a390
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 15:37:02 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 15:37:02 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=15a77ae6

kde-apps/libkgeomap: remove unused dependencies

Package-Manager: portage-2.2.27

 kde-apps/libkgeomap/libkgeomap-15.12.1.ebuild       | 3 ---
 kde-apps/libkgeomap/libkgeomap-15.12.49.9999.ebuild | 3 ---
 kde-apps/libkgeomap/libkgeomap-9999.ebuild          | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/kde-apps/libkgeomap/libkgeomap-15.12.1.ebuild b/kde-apps/libkgeomap/libkgeomap-15.12.1.ebuild
index 598e6f3..06677cf 100644
--- a/kde-apps/libkgeomap/libkgeomap-15.12.1.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-15.12.1.ebuild
@@ -18,14 +18,11 @@ IUSE=""
 DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
 	dev-qt/qtconcurrent:5
 	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
 	dev-qt/qtwebkit:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5

diff --git a/kde-apps/libkgeomap/libkgeomap-15.12.49.9999.ebuild b/kde-apps/libkgeomap/libkgeomap-15.12.49.9999.ebuild
index 0a3573a..595a194 100644
--- a/kde-apps/libkgeomap/libkgeomap-15.12.49.9999.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-15.12.49.9999.ebuild
@@ -18,14 +18,11 @@ IUSE=""
 DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
 	dev-qt/qtconcurrent:5
 	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
 	dev-qt/qtwebkit:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5

diff --git a/kde-apps/libkgeomap/libkgeomap-9999.ebuild b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
index 0a3573a..595a194 100644
--- a/kde-apps/libkgeomap/libkgeomap-9999.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
@@ -18,14 +18,11 @@ IUSE=""
 DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
 	dev-qt/qtconcurrent:5
 	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
 	dev-qt/qtwebkit:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/
@ 2015-10-22 21:23 Manuel Rüger
  0 siblings, 0 replies; 12+ messages in thread
From: Manuel Rüger @ 2015-10-22 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1755e26a298b6636fc83288cc5c0361e52091e71
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 21:22:21 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 21:22:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1755e26a

kde-apps/libkgeomap: Moved to the tree

Package-Manager: portage-2.2.23

 kde-apps/libkgeomap/libkgeomap-15.08.2.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/kde-apps/libkgeomap/libkgeomap-15.08.2.ebuild b/kde-apps/libkgeomap/libkgeomap-15.08.2.ebuild
deleted file mode 100644
index 477ed3d..0000000
--- a/kde-apps/libkgeomap/libkgeomap-15.08.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde4-base
-
-DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
-HOMEPAGE="https://www.digikam.org/"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	kde-apps/libkexiv2:4=
-	kde-apps/marble:4=[kde,plasma]
-"
-RDEPEND="${DEPEND}
-	!media-libs/libkgeomap
-"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/
@ 2015-10-16 18:24 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2015-10-16 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     11cc832c7128327074847d5c3d64375ed54ce4c3
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Oct 16 14:01:26 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 18:24:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=11cc832c

kde-apps/libkgeomap: Frameworks merged to master

Package-Manager: portage-2.2.20.1

 kde-apps/libkgeomap/libkgeomap-5.9999.ebuild | 36 ----------------------------
 kde-apps/libkgeomap/libkgeomap-9999.ebuild   | 24 ++++++++++++++-----
 2 files changed, 18 insertions(+), 42 deletions(-)

diff --git a/kde-apps/libkgeomap/libkgeomap-5.9999.ebuild b/kde-apps/libkgeomap/libkgeomap-5.9999.ebuild
deleted file mode 100644
index 6901d78..0000000
--- a/kde-apps/libkgeomap/libkgeomap-5.9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_BRANCH="frameworks"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
-HOMEPAGE="https://www.digikam.org/"
-
-LICENSE="GPL-2"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	dev-qt/qtconcurrent:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtwebkit:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	kde-apps/libkexiv2:5=
-	kde-apps/marble:5=[kde]
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/libkgeomap/libkgeomap-9999.ebuild b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
index c099c1a..bf9ec44 100644
--- a/kde-apps/libkgeomap/libkgeomap-9999.ebuild
+++ b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
@@ -4,8 +4,9 @@
 
 EAPI=5
 
+KDE_TEST="true"
 VIRTUALX_REQUIRED="test"
-inherit kde4-base
+inherit kde5
 
 DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
 HOMEPAGE="https://www.digikam.org/"
@@ -15,9 +16,20 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
-	kde-apps/libkexiv2:4=
-	kde-apps/marble:4=[kde,plasma]
-"
-RDEPEND="${DEPEND}
-	!media-libs/libkgeomap
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	dev-qt/qtconcurrent:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwebkit:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	kde-apps/libkexiv2:5=
+	kde-apps/marble:5=[kde]
 "
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/
@ 2015-08-03 19:11 Johannes Huber
  0 siblings, 0 replies; 12+ messages in thread
From: Johannes Huber @ 2015-08-03 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b028f5863fbd04f5d607cc074954a13cf8449a49
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Aug  1 19:55:16 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=b028f586

[kde-apps/libkgeomap] Version bump

Package-Manager: portage-2.2.20

 kde-apps/libkgeomap/libkgeomap-15.07.80.ebuild     | 23 ++++++++++++++++++++++
 .../libkgeomap/libkgeomap-15.08.49.9999.ebuild     | 23 ++++++++++++++++++++++
 kde-apps/libkgeomap/libkgeomap-9999.ebuild         | 23 ++++++++++++++++++++++
 3 files changed, 69 insertions(+)

diff --git a/kde-apps/libkgeomap/libkgeomap-15.07.80.ebuild b/kde-apps/libkgeomap/libkgeomap-15.07.80.ebuild
new file mode 100644
index 0000000..3280784
--- /dev/null
+++ b/kde-apps/libkgeomap/libkgeomap-15.07.80.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
+HOMEPAGE="http://www.digikam.org/"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	kde-apps/libkexiv2:4=
+	kde-apps/marble:4=[kde,plasma]
+"
+RDEPEND="${DEPEND}
+	!media-libs/libkgeomap
+"

diff --git a/kde-apps/libkgeomap/libkgeomap-15.08.49.9999.ebuild b/kde-apps/libkgeomap/libkgeomap-15.08.49.9999.ebuild
new file mode 100644
index 0000000..446894d
--- /dev/null
+++ b/kde-apps/libkgeomap/libkgeomap-15.08.49.9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
+HOMEPAGE="http://www.digikam.org/"
+
+LICENSE="GPL-2"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	kde-apps/libkexiv2:4=
+	kde-apps/marble:4=[kde,plasma]
+"
+RDEPEND="${DEPEND}
+	!media-libs/libkgeomap
+"

diff --git a/kde-apps/libkgeomap/libkgeomap-9999.ebuild b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
new file mode 100644
index 0000000..446894d
--- /dev/null
+++ b/kde-apps/libkgeomap/libkgeomap-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
+HOMEPAGE="http://www.digikam.org/"
+
+LICENSE="GPL-2"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	kde-apps/libkexiv2:4=
+	kde-apps/marble:4=[kde,plasma]
+"
+RDEPEND="${DEPEND}
+	!media-libs/libkgeomap
+"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/
@ 2015-06-14 17:01 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2015-06-14 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     ec070cd7427e2cad600d2e6c4c5fbc08b57ef094
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 17:50:48 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 17:01:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec070cd7

[kde-apps/libkgeomap] New package

Package-Manager: portage-2.2.20

 kde-apps/libkgeomap/libkgeomap-5.9999.ebuild | 36 ++++++++++++++++++++++++++++
 kde-apps/libkgeomap/metadata.xml             |  5 ++++
 2 files changed, 41 insertions(+)

diff --git a/kde-apps/libkgeomap/libkgeomap-5.9999.ebuild b/kde-apps/libkgeomap/libkgeomap-5.9999.ebuild
new file mode 100644
index 0000000..ef46f32
--- /dev/null
+++ b/kde-apps/libkgeomap/libkgeomap-5.9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
+HOMEPAGE="http://www.digikam.org/"
+
+LICENSE="GPL-2"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	dev-qt/qtconcurrent:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwebkit:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	kde-apps/libkexiv2:5=
+	kde-apps/marble:5=[kde]
+"
+RDEPEND="${DEPEND}"

diff --git a/kde-apps/libkgeomap/metadata.xml b/kde-apps/libkgeomap/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/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] 12+ messages in thread

end of thread, other threads:[~2020-08-08 10:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-09 21:33 [gentoo-commits] proj/kde:master commit in: kde-apps/libkgeomap/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-08-08 10:41 Andreas Sturmlechner
2016-08-25 18:52 Michael Palimaka
2016-04-21 11:06 Johannes Huber
2016-04-07 17:23 Michael Palimaka
2016-04-07 17:23 Michael Palimaka
2016-02-01 12:59 Michael Palimaka
2016-01-20 15:37 Michael Palimaka
2015-10-22 21:23 Manuel Rüger
2015-10-16 18:24 Michael Palimaka
2015-08-03 19:11 Johannes Huber
2015-06-14 17:01 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox