public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2013-06-15 15:12 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2013-06-15 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     42b0664d92bd22b413a0b63f3195180fd6986255
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 15:12:03 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 15:12:03 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=42b0664d

[net-libs/libkgapi] Live version.

Package-Manager: portage-2.2.0_alpha179

---
 net-libs/libkgapi/libkgapi-9999.ebuild | 29 +++++++++++++++++++++++++++++
 net-libs/libkgapi/metadata.xml         |  5 +++++
 2 files changed, 34 insertions(+)

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
new file mode 100644
index 0000000..b36c371
--- /dev/null
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Library for accessing Google calendar and contact resources"
+HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
+
+LICENSE="GPL-2"
+KEYWORDS=""
+IUSE="debug"
+SLOT=4
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs )
+	dev-libs/qjson
+"
+RDEPEND=${DEPEND}
+
+src_configure() {
+	mycmakeargs=(
+		-DKGAPI_DISABLE_DEPRECATED=TRUE
+		-DKCAL=OFF
+	)
+	kde4-base_src_configure
+}

diff --git a/net-libs/libkgapi/metadata.xml b/net-libs/libkgapi/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/net-libs/libkgapi/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] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2013-09-07 12:43 Andreas Hüttel
  0 siblings, 0 replies; 20+ messages in thread
From: Andreas Hüttel @ 2013-09-07 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     f5837fc796cabbbe572d5b5879eb4ce0aef665b4
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 12:42:43 2013 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 12:42:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f5837fc7

[net-libs/libkgapi] Does not build against KDE-4.9

Package-Manager: portage-2.2.1

---
 net-libs/libkgapi/libkgapi-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index b36c371..f740ab9 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -4,6 +4,8 @@
 
 EAPI=5
 
+KDE_MINIMAL="4.10"
+
 inherit kde4-base
 
 DESCRIPTION="Library for accessing Google calendar and contact resources"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2014-04-11 22:40 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2014-04-11 22:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f038ca5aada9d2e79351d972fc01f504b89dfb7c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 11 22:40:03 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Apr 11 22:40:03 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f038ca5a

[net-libs/libkgapi] Sync with tree

Package-Manager: portage-2.2.10

---
 net-libs/libkgapi/libkgapi-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index 6cc8084..017eaa5 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -4,8 +4,8 @@
 
 EAPI=5
 
-KDE_MINIMAL="4.10"
-
+KDE_LINGUAS=""
+KDE_MINIMAL="4.12"
 inherit kde4-base
 
 DESCRIPTION="Library for accessing Google calendar and contact resources"
@@ -17,7 +17,7 @@ IUSE="debug"
 SLOT=4
 
 DEPEND="
-	$(add_kdebase_dep kdepimlibs )
+	$(add_kdebase_dep kdepimlibs)
 	dev-libs/qjson
 "
 RDEPEND=${DEPEND}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2014-07-28 12:05 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-07-28 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     907fe36a61fdb3ba3fcbca7c1f763da97e7ce54d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 12:03:43 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 12:03:43 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=907fe36a

[net-libs/libkgapi] Version bump.

Package-Manager: portage-2.2.10

---
 net-libs/libkgapi/libkgapi-2.2.0.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/net-libs/libkgapi/libkgapi-2.2.0.ebuild b/net-libs/libkgapi/libkgapi-2.2.0.ebuild
new file mode 100644
index 0000000..2c7d298
--- /dev/null
+++ b/net-libs/libkgapi/libkgapi-2.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkgapi/libkgapi-2.1.1.ebuild,v 1.1 2014/04/11 22:38:28 johu Exp $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Library for accessing Google calendar and contact resources"
+HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs '' 4.14)
+	dev-libs/qjson
+"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2014-07-28 12:08 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-07-28 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     fd7fe8c9cb4e944116c973c53f6fed28f6af57f1
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 12:08:20 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 12:08:20 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fd7fe8c9

[net-libs/libkgapi] Sync live ebuild.

Package-Manager: portage-2.2.10

---
 net-libs/libkgapi/libkgapi-2.2.0.ebuild |  2 +-
 net-libs/libkgapi/libkgapi-9999.ebuild  | 16 +++-------------
 2 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-2.2.0.ebuild b/net-libs/libkgapi/libkgapi-2.2.0.ebuild
index 2c7d298..a448155 100644
--- a/net-libs/libkgapi/libkgapi-2.2.0.ebuild
+++ b/net-libs/libkgapi/libkgapi-2.2.0.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkgapi/libkgapi-2.1.1.ebuild,v 1.1 2014/04/11 22:38:28 johu Exp $
+# $Header: $
 
 EAPI=5
 

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index 7fd9018..5773605 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -4,28 +4,18 @@
 
 EAPI=5
 
-KDE_LINGUAS=""
-KDE_MINIMAL="4.12"
 inherit kde4-base
 
 DESCRIPTION="Library for accessing Google calendar and contact resources"
 HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
 
 LICENSE="GPL-2"
+SLOT="4"
 KEYWORDS=""
 IUSE="debug"
-SLOT=4
 
 DEPEND="
-	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepimlibs '' 4.14)
 	dev-libs/qjson
 "
-RDEPEND=${DEPEND}
-
-src_configure() {
-	local mycmakeargs=(
-		-DKGAPI_DISABLE_DEPRECATED=TRUE
-		-DKCAL=OFF
-	)
-	kde4-base_src_configure
-}
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2014-08-20 16:17 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2014-08-20 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b3f471ef62d6196d2383841aed6916bf8848be95
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 20 16:14:45 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Aug 20 16:14:45 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b3f471ef

[net-libs/libkgapi] Moved to tree

Package-Manager: portage-2.2.12

---
 net-libs/libkgapi/libkgapi-2.2.0.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-2.2.0.ebuild b/net-libs/libkgapi/libkgapi-2.2.0.ebuild
deleted file mode 100644
index a448155..0000000
--- a/net-libs/libkgapi/libkgapi-2.2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Library for accessing Google calendar and contact resources"
-HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="debug"
-
-DEPEND="
-	$(add_kdebase_dep kdepimlibs '' 4.14)
-	dev-libs/qjson
-"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2015-06-08 20:58 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2015-06-08 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     faf8c075109fbd123f7cf8e4e6d43e3d61aa073f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 20:16:14 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 20:16:14 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=faf8c075

[net-libs/libkgapi] Move to KF5

Package-Manager: portage-2.2.20

 net-libs/libkgapi/libkgapi-9999.ebuild | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index 584f3d3..d6dc072 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -4,18 +4,26 @@
 
 EAPI=5
 
-inherit kde4-base
+EGIT_BRANCH="frameworks"
+inherit kde5
 
 DESCRIPTION="Library for accessing Google calendar and contact resources"
 HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
 
 LICENSE="GPL-2"
-SLOT="4"
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
 DEPEND="
-	$(add_kdebase_dep kdepimlibs '' 4.14)
-	dev-libs/qjson
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_kdeapps_dep kcalcore)
+	$(add_kdeapps_dep kcontacts)
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwebkit:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
 "
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2015-07-15 20:08 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2015-07-15 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3ee3b74036471299832029835de16b28e23afc77
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 20:10:16 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 20:10:16 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ee3b740

[net-libs/libkgapi] Frameworks merged to master

Package-Manager: portage-2.2.20

 net-libs/libkgapi/libkgapi-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index d6dc072..47594e8 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-EGIT_BRANCH="frameworks"
 inherit kde5
 
 DESCRIPTION="Library for accessing Google calendar and contact resources"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2015-07-16 18:34 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2015-07-16 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f73a84b137c4c2d55363d054cf2cc2c69cfcb7ea
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Jul 16 00:16:49 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 18:02:19 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f73a84b1

[net-libs/libkgapi] Add missing DEPEND

Package-Manager: portage-2.2.20

 net-libs/libkgapi/libkgapi-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index 47594e8..176b2cb 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -14,6 +14,7 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
+	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kwindowsystem)


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2015-09-10 18:37 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2015-09-10 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     176f074b1c7bf386f1b502b82aca0e28c189e50c
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Sep  2 08:11:36 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 18:37:41 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=176f074b

net-libs/libkgapi: Version bump

Package-Manager: portage-2.2.20.1

 net-libs/libkgapi/libkgapi-5.0.0.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/net-libs/libkgapi/libkgapi-5.0.0.ebuild b/net-libs/libkgapi/libkgapi-5.0.0.ebuild
new file mode 100644
index 0000000..b61c423
--- /dev/null
+++ b/net-libs/libkgapi/libkgapi-5.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Library for accessing Google calendar and contact resources"
+HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_kdeapps_dep kcalcore)
+	$(add_kdeapps_dep kcontacts)
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwebkit:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2016-03-21 15:24 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2016-03-21 15:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e421ac8c6e4d2d3340ff18c616aa50afcfff7c4b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 15:17:00 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 15:17:00 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e421ac8c

net-libs/libkgapi: EAPI 6

Package-Manager: portage-2.2.28

 net-libs/libkgapi/libkgapi-5.1.0.ebuild | 2 +-
 net-libs/libkgapi/libkgapi-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-5.1.0.ebuild b/net-libs/libkgapi/libkgapi-5.1.0.ebuild
index bcd9591..80024f6 100644
--- a/net-libs/libkgapi/libkgapi-5.1.0.ebuild
+++ b/net-libs/libkgapi/libkgapi-5.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_DOXYGEN="true"
 KDE_TEST="true"

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index 45b391b..4f9687f 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_DOXYGEN="true"
 KDE_TEST="true"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2016-07-09 15:48 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2016-07-09 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b60cef547f7509e8f4689303f1bb8201b5b93d7f
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Jul  8 22:42:41 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 15:48:26 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b60cef54

net-libs/libkgapi: Fix LICENSE

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 net-libs/libkgapi/libkgapi-5.1.0.ebuild | 2 +-
 net-libs/libkgapi/libkgapi-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-5.1.0.ebuild b/net-libs/libkgapi/libkgapi-5.1.0.ebuild
index 66016c0..e0f700f 100644
--- a/net-libs/libkgapi/libkgapi-5.1.0.ebuild
+++ b/net-libs/libkgapi/libkgapi-5.1.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Library for accessing Google calendar and contact resources"
 HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS="~amd64"
 IUSE=""
 

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index d0bd4a5..7f6eb70 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Library for accessing Google calendar and contact resources"
 HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2016-07-31 16:10 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2016-07-31 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     cae251b27f33646f89ab95ea0909cf3bd3e4ff7b
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Jul 30 06:20:46 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 16:10:08 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cae251b2

net-libs/libkgapi: Drop old

Package-Manager: portage-2.2.28

 net-libs/libkgapi/libkgapi-5.1.0.ebuild | 34 ---------------------------------
 1 file changed, 34 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-5.1.0.ebuild b/net-libs/libkgapi/libkgapi-5.1.0.ebuild
deleted file mode 100644
index e0f700f..0000000
--- a/net-libs/libkgapi/libkgapi-5.1.0.ebuild
+++ /dev/null
@@ -1,34 +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="Library for accessing Google calendar and contact resources"
-HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_kdeapps_dep kcalcore)
-	$(add_kdeapps_dep kcontacts)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwebkit)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2016-09-07  8:57 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2016-09-07  8:57 UTC (permalink / raw
  To: gentoo-commits

commit:     b1d2568032ae6c6c62139d9b7cbf09c60fbd73bf
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Sep  5 17:06:43 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 17:24:59 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1d25680

net-libs/libkgapi: Version bump to 5.3.1

Used by kde-misc/kio-gdrive

RESTRICT= -> +=" test"

Package-Manager: portage-2.2.28

 net-libs/libkgapi/{libkgapi-9999.ebuild => libkgapi-5.3.1.ebuild} | 5 +++--
 net-libs/libkgapi/libkgapi-9999.ebuild                            | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-5.3.1.ebuild
similarity index 84%
copy from net-libs/libkgapi/libkgapi-9999.ebuild
copy to net-libs/libkgapi/libkgapi-5.3.1.ebuild
index 7f6eb70..29ba1ef 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-5.3.1.ebuild
@@ -10,9 +10,10 @@ inherit kde5
 
 DESCRIPTION="Library for accessing Google calendar and contact resources"
 HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
+[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS=""
+KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="
@@ -30,4 +31,4 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-RESTRICT="test"
+RESTRICT+=" test"

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index 7f6eb70..1006c2a 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -10,6 +10,7 @@ inherit kde5
 
 DESCRIPTION="Library for accessing Google calendar and contact resources"
 HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
+[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
@@ -30,4 +31,4 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-RESTRICT="test"
+RESTRICT+=" test"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2016-10-08 17:24 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2016-10-08 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     37d4002c0ce0bf29e17f403cd13cd36107d2d46e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 17:22:03 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 17:24:47 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=37d4002c

net-libs/libkgapi: tests appear to be working again

Package-Manager: portage-2.3.1

 net-libs/libkgapi/libkgapi-5.3.1.ebuild | 2 --
 net-libs/libkgapi/libkgapi-9999.ebuild  | 2 --
 2 files changed, 4 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-5.3.1.ebuild b/net-libs/libkgapi/libkgapi-5.3.1.ebuild
index c7ea886..8ad6cce 100644
--- a/net-libs/libkgapi/libkgapi-5.3.1.ebuild
+++ b/net-libs/libkgapi/libkgapi-5.3.1.ebuild
@@ -29,5 +29,3 @@ DEPEND="
 	$(add_qt_dep qtxml)
 "
 RDEPEND="${DEPEND}"
-
-RESTRICT+=" test"

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index f8274e4..eef8f9c 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -29,5 +29,3 @@ DEPEND="
 	$(add_qt_dep qtxml)
 "
 RDEPEND="${DEPEND}"
-
-RESTRICT+=" test"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2016-10-08 17:24 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2016-10-08 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ffb7b2cad946e8efb3d0e17213dbe9c1aa16005a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 16:56:38 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 17:24:47 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ffb7b2ca

net-libs/libkgapi: drop unused kde-frameworks/kdelibs4support

Upstream-commit: 08f2bfb0bbe0cafc4562fd5170a304dd1a605ffa

Package-Manager: portage-2.3.1

 net-libs/libkgapi/libkgapi-5.3.1.ebuild | 1 -
 net-libs/libkgapi/libkgapi-9999.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-5.3.1.ebuild b/net-libs/libkgapi/libkgapi-5.3.1.ebuild
index 29ba1ef..c7ea886 100644
--- a/net-libs/libkgapi/libkgapi-5.3.1.ebuild
+++ b/net-libs/libkgapi/libkgapi-5.3.1.ebuild
@@ -18,7 +18,6 @@ IUSE=""
 
 DEPEND="
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_kdeapps_dep kcalcore)

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index 1006c2a..4466ffc 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -18,7 +18,6 @@ IUSE=""
 
 DEPEND="
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_kdeapps_dep kcalcore)


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2016-10-08 17:24 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2016-10-08 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a1eec784015df0b16aa8370802c1604e289f46a6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 16:57:30 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 17:24:47 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a1eec784

net-libs/libkgapi: qtwebkit -> qtwebengine

Upstream-commit: e0102c1326de119d5ec105d029ae515e313f739e

Package-Manager: portage-2.3.1

 net-libs/libkgapi/libkgapi-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index 4466ffc..f8274e4 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -24,7 +24,7 @@ DEPEND="
 	$(add_kdeapps_dep kcontacts)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwebkit)
+	$(add_qt_dep qtwebengine)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 "


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2016-10-08 17:29 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2016-10-08 17:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a6354c791e366159cf1499370ec4afa1a0247cb5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 17:28:20 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 17:29:38 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a6354c79

net-libs/libkgapi: moved to main tree

Package-Manager: portage-2.3.1

 net-libs/libkgapi/libkgapi-5.3.1.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-5.3.1.ebuild b/net-libs/libkgapi/libkgapi-5.3.1.ebuild
deleted file mode 100644
index 8ad6cce..0000000
--- a/net-libs/libkgapi/libkgapi-5.3.1.ebuild
+++ /dev/null
@@ -1,31 +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="Library for accessing Google calendar and contact resources"
-HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
-[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_kdeapps_dep kcalcore)
-	$(add_kdeapps_dep kcontacts)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwebkit)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2016-10-09 15:26 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2016-10-09 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     67460efc796b2c67447c5f17fb334fd963c58c4c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 15:26:42 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 15:26:48 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=67460efc

net-libs/libkgapi: remove unused dependency

Upstream-commit: 5bfd6d96f0be6ab7dd333ac89fb47d003f07a393

Package-Manager: portage-2.3.1

 net-libs/libkgapi/libkgapi-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index eef8f9c..0037be7 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -17,7 +17,6 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
-	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_kdeapps_dep kcalcore)


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/
@ 2016-11-12 10:55 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2016-11-12 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8a046a22bc9ed80b66fdf40cd1d996c386945a43
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Oct 27 07:25:17 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 10:55:01 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a046a22

net-libs/libkgapi: Fix LICENSE

Upstream commit 137a6d48d2dd5d8f55aecc2611d1f42870fac682

Package-Manager: portage-2.3.0

 net-libs/libkgapi/libkgapi-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild
index 0037be7..5a2625a 100644
--- a/net-libs/libkgapi/libkgapi-9999.ebuild
+++ b/net-libs/libkgapi/libkgapi-9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Library for accessing Google calendar and contact resources"
 HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
 [[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
-LICENSE="GPL-2+ LGPL-2.1+"
+LICENSE="LGPL-2.1+"
 KEYWORDS=""
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-11-12 10:55 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21 15:24 [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2016-11-12 10:55 Michael Palimaka
2016-10-09 15:26 Michael Palimaka
2016-10-08 17:29 Michael Palimaka
2016-10-08 17:24 Michael Palimaka
2016-10-08 17:24 Michael Palimaka
2016-10-08 17:24 Michael Palimaka
2016-09-07  8:57 Michael Palimaka
2016-07-31 16:10 Michael Palimaka
2016-07-09 15:48 Johannes Huber
2015-09-10 18:37 Michael Palimaka
2015-07-16 18:34 Johannes Huber
2015-07-15 20:08 Johannes Huber
2015-06-08 20:58 Johannes Huber
2014-08-20 16:17 Johannes Huber
2014-07-28 12:08 Michael Palimaka
2014-07-28 12:05 Michael Palimaka
2014-04-11 22:40 Johannes Huber
2013-09-07 12:43 Andreas Hüttel
2013-06-15 15:12 Johannes Huber

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