public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
@ 2011-10-15 14:49 Andreas Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2011-10-15 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e499045d5216bb4487589e84a54e99fab7448b39
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 14:50:08 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 14:50:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e499045d

[kde-misc/akonadi-google] New ebuild, thanks to Bartoz, see bug 381875

(Portage version: 2.1.10.27/git/Linux x86_64, signed Manifest commit with key 7887F787)

---
 kde-misc/akonadi-google/akonadi-google-9999.ebuild |   34 ++++++++++++++++++++
 kde-misc/akonadi-google/metadata.xml               |    8 +++++
 2 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/kde-misc/akonadi-google/akonadi-google-9999.ebuild b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
new file mode 100644
index 0000000..655b248
--- /dev/null
+++ b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+EGIT_REPONAME="akonadi-google"
+inherit kde4-base
+
+DESCRIPTION="Google services integration in Akonadi"
+HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-google"
+LICENSE="GPL-2"
+
+SLOT="4"
+KEYWORDS=""
+IUSE="oldpim"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs semantic-desktop)
+	dev-libs/libxslt
+	dev-libs/qjson
+	net-libs/libgcal
+	oldpim? ( dev-libs/boost )
+	!oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
+"
+RDEPEND=${DEPEND}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use oldpim KCAL)
+	)
+	kde4-base_src_configure
+}

diff --git a/kde-misc/akonadi-google/metadata.xml b/kde-misc/akonadi-google/metadata.xml
new file mode 100644
index 0000000..537293b
--- /dev/null
+++ b/kde-misc/akonadi-google/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+  <use>
+    <flag name="oldpim">Allow the use of non-akonadi kdepim-4.4</flag>
+  </use>
+</pkgmetadata>



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
@ 2011-11-30 18:24 Andreas Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2011-11-30 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e4d85010c87cef5bbbbe518dba9b65da24ba815b
Author:     Andreas K. Huettel <andreas.huettel <AT> physik <DOT> uni-r <DOT> de>
AuthorDate: Wed Nov 30 18:24:00 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 18:24:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e4d85010

[kde-misc/akonadi-google] make snapshot

(Portage version: 2.1.10.39/git/Linux x86_64, unsigned Manifest commit)

---
 .../akonadi-google-0.2_p20111130.ebuild            |   37 ++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild b/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild
new file mode 100644
index 0000000..61fedad
--- /dev/null
+++ b/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+EGIT_REPONAME="akonadi-google"
+inherit kde4-base
+
+DESCRIPTION="Google services integration in Akonadi"
+HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-google"
+LICENSE="GPL-2"
+
+# this is a temporary workaround
+SRC_URI="https://data.nanotube-research.de/group/${P}.tar.xz"
+
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="oldpim"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs semantic-desktop)
+	dev-libs/libxslt
+	dev-libs/qjson
+	net-libs/libgcal
+	oldpim? ( dev-libs/boost )
+	!oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
+"
+RDEPEND=${DEPEND}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use oldpim KCAL)
+	)
+	kde4-base_src_configure
+}



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
@ 2011-12-06  2:17 Andreas Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2011-12-06  2:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f5fe6875d6754f638d56d408b01dd709057f33bb
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Tue Dec  6 02:16:33 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 02:16:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f5fe6875

[kde-misc/akonadi-google] Snapshot moved to main tree

(Portage version: 2.1.10.39/git/Linux x86_64, unsigned Manifest commit)

---
 .../akonadi-google-0.2_p20111130.ebuild            |   37 --------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

diff --git a/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild b/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild
deleted file mode 100644
index 61fedad..0000000
--- a/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_SCM="git"
-EGIT_REPONAME="akonadi-google"
-inherit kde4-base
-
-DESCRIPTION="Google services integration in Akonadi"
-HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-google"
-LICENSE="GPL-2"
-
-# this is a temporary workaround
-SRC_URI="https://data.nanotube-research.de/group/${P}.tar.xz"
-
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="oldpim"
-
-DEPEND="
-	$(add_kdebase_dep kdepimlibs semantic-desktop)
-	dev-libs/libxslt
-	dev-libs/qjson
-	net-libs/libgcal
-	oldpim? ( dev-libs/boost )
-	!oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
-"
-RDEPEND=${DEPEND}
-
-src_configure() {
-	mycmakeargs=(
-		$(cmake-utils_use oldpim KCAL)
-	)
-	kde4-base_src_configure
-}



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
@ 2012-02-26 23:37 Andreas Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2012-02-26 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6d42b29972cbf78367478c3d29fac4ec89c3cb91
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sun Feb 26 23:37:57 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 23:38:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6d42b299

[kde-misc/akonadi-google] Remove dependency on libgcal, bug 405787

(Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit)

---
 kde-misc/akonadi-google/akonadi-google-9999.ebuild |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kde-misc/akonadi-google/akonadi-google-9999.ebuild b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
index 40a75a1..5ed69a3 100644
--- a/kde-misc/akonadi-google/akonadi-google-9999.ebuild
+++ b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
@@ -20,7 +20,6 @@ DEPEND="
 	$(add_kdebase_dep kdepimlibs semantic-desktop)
 	dev-libs/libxslt
 	dev-libs/qjson
-	net-libs/libgcal
 	oldpim? ( dev-libs/boost )
 	!oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
 "



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
@ 2012-04-03 11:42 Andreas Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2012-04-03 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     229811ea43d71f1b1963d4c18d38ec49f1253763
Author:     Andreas K. Huettel <andreas.huettel <AT> physik <DOT> uni-r <DOT> de>
AuthorDate: Tue Apr  3 11:41:47 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 11:41:47 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=229811ea

[kde-misc/akonadi-google] Major version bump

(Portage version: 2.1.10.54/git/Linux x86_64, unsigned Manifest commit)

---
 kde-misc/akonadi-google/akonadi-google-0.3.ebuild |   34 +++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/kde-misc/akonadi-google/akonadi-google-0.3.ebuild b/kde-misc/akonadi-google/akonadi-google-0.3.ebuild
new file mode 100644
index 0000000..5e1bee4
--- /dev/null
+++ b/kde-misc/akonadi-google/akonadi-google-0.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+EGIT_REPONAME="akonadi-google"
+inherit kde4-base
+
+DESCRIPTION="Google services integration in Akonadi"
+HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-google"
+LICENSE="GPL-2"
+SRC_URI="https://data.nanotube-research.de/group/${P}.tar.xz"
+
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="oldpim"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs semantic-desktop)
+	dev-libs/libxslt
+	dev-libs/qjson
+	oldpim? ( dev-libs/boost )
+	!oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
+"
+RDEPEND=${DEPEND}
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use oldpim KCAL)
+	)
+	kde4-base_src_configure
+}



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
@ 2012-04-04 11:17 Johannes Huber
  0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2012-04-04 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     86d92414b664906ee2467fcb2e880d956f387db1
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  4 11:17:23 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr  4 11:17:23 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=86d92414

[kde-misc/akonadi-google] Remove, already in tree.

(Portage version: 2.2.0_alpha98/git/Linux i686, unsigned Manifest commit)

---
 kde-misc/akonadi-google/akonadi-google-0.3.ebuild |   34 ---------------------
 1 files changed, 0 insertions(+), 34 deletions(-)

diff --git a/kde-misc/akonadi-google/akonadi-google-0.3.ebuild b/kde-misc/akonadi-google/akonadi-google-0.3.ebuild
deleted file mode 100644
index 5e1bee4..0000000
--- a/kde-misc/akonadi-google/akonadi-google-0.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_SCM="git"
-EGIT_REPONAME="akonadi-google"
-inherit kde4-base
-
-DESCRIPTION="Google services integration in Akonadi"
-HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-google"
-LICENSE="GPL-2"
-SRC_URI="https://data.nanotube-research.de/group/${P}.tar.xz"
-
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="oldpim"
-
-DEPEND="
-	$(add_kdebase_dep kdepimlibs semantic-desktop)
-	dev-libs/libxslt
-	dev-libs/qjson
-	oldpim? ( dev-libs/boost )
-	!oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
-"
-RDEPEND=${DEPEND}
-
-src_configure() {
-	mycmakeargs=(
-		$(cmake-utils_use oldpim KCAL)
-	)
-	kde4-base_src_configure
-}



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
@ 2012-05-04 14:22 Marc Schiffbauer
  0 siblings, 0 replies; 11+ messages in thread
From: Marc Schiffbauer @ 2012-05-04 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     282cffe78c18dfa90b0a1e0e46f91fcf8c431f0c
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Fri May  4 14:21:35 2012 +0000
Commit:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Fri May  4 14:21:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=282cffe7

[kde-misc/akonadi-google] Add correct git URI

---
 kde-misc/akonadi-google/akonadi-google-9999.ebuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kde-misc/akonadi-google/akonadi-google-9999.ebuild b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
index 860cb71..d11246d 100644
--- a/kde-misc/akonadi-google/akonadi-google-9999.ebuild
+++ b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
@@ -7,6 +7,7 @@ EAPI=4
 KDE_SCM="git"
 inherit kde4-base
 
+EGIT_REPO_URI="git://anongit.kde.org/scratch/dvratil/akonadi-google.git"
 DESCRIPTION="Google services integration in Akonadi"
 HOMEPAGE="https://projects.kde.org/projects/scratch/dvratil/akonadi-google"
 LICENSE="GPL-2"



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
@ 2012-06-19 20:09 Andreas Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2012-06-19 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c182f34deb2444cfc3ac4cef7441e89f59d449be
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Tue Jun 19 20:07:27 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 20:07:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c182f34d

[kde-misc/akonadi-google] Fix URI, add dep to libkgapi

(Portage version: 2.2.0_alpha110/git/Linux x86_64, unsigned Manifest commit)

---
 kde-misc/akonadi-google/akonadi-google-9999.ebuild |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/kde-misc/akonadi-google/akonadi-google-9999.ebuild b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
index d11246d..4393175 100644
--- a/kde-misc/akonadi-google/akonadi-google-9999.ebuild
+++ b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=4
 KDE_SCM="git"
 inherit kde4-base
 
-EGIT_REPO_URI="git://anongit.kde.org/scratch/dvratil/akonadi-google.git"
+EGIT_REPO_URI="git://anongit.kde.org/scratch/dvratil/akonadi-google-resources"
 DESCRIPTION="Google services integration in Akonadi"
 HOMEPAGE="https://projects.kde.org/projects/scratch/dvratil/akonadi-google"
 LICENSE="GPL-2"
@@ -20,6 +20,7 @@ DEPEND="
 	$(add_kdebase_dep kdepimlibs semantic-desktop)
 	dev-libs/libxslt
 	dev-libs/qjson
+	net-libs/libkgapi
 	oldpim? ( dev-libs/boost )
 	!oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
 "



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
@ 2012-06-19 20:09 Andreas Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2012-06-19 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     033970b810bf25e4adfbf640e0ad91f8efcc12c2
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Tue Jun 19 20:10:29 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 20:10:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=033970b8

[kde-misc/akonadi-google] Add blocker for kde-4.9

(Portage version: 2.2.0_alpha110/git/Linux x86_64, unsigned Manifest commit)

---
 kde-misc/akonadi-google/akonadi-google-9999.ebuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kde-misc/akonadi-google/akonadi-google-9999.ebuild b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
index 4393175..a94e21f 100644
--- a/kde-misc/akonadi-google/akonadi-google-9999.ebuild
+++ b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
@@ -23,6 +23,7 @@ DEPEND="
 	net-libs/libkgapi
 	oldpim? ( dev-libs/boost )
 	!oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
+	!>=kde-base/kdepim-runtime-4.8.50
 "
 RDEPEND=${DEPEND}
 



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
@ 2013-03-03 16:04 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2013-03-03 16:04 UTC (permalink / raw
  To: gentoo-commits

commit:     223d5911eac199d65ae69f69ad07c6e946830b38
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 16:03:18 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 16:03:18 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=223d5911

[kde-misc/akonadi-google] Migrate to EAPI 5. Add subslot dependency for boost.

Package-Manager: portage-2.1.11.53

---
 kde-misc/akonadi-google/akonadi-google-9999.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/akonadi-google/akonadi-google-9999.ebuild b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
index 79c0845..d1db549 100644
--- a/kde-misc/akonadi-google/akonadi-google-9999.ebuild
+++ b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit kde4-base
 
@@ -20,7 +20,7 @@ DEPEND="
 	dev-libs/libxslt
 	dev-libs/qjson
 	net-libs/libkgapi
-	oldpim? ( dev-libs/boost )
+	oldpim? ( dev-libs/boost:= )
 	!oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
 	!>=kde-base/kdepim-runtime-4.8.50
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/
@ 2013-05-09 19:34 Johannes Huber
  0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2013-05-09 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     debea7518c1fc22244ff4fd126422d64df3e3a40
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 19:34:02 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May  9 19:34:02 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=debea751

[kde-misc/akonadi-google] Removal, replaced by net-libs/libkgapi.

Package-Manager: portage-2.2.0_alpha174

---
 kde-misc/akonadi-google/akonadi-google-9999.ebuild |   34 --------------------
 kde-misc/akonadi-google/metadata.xml               |    8 -----
 2 files changed, 0 insertions(+), 42 deletions(-)

diff --git a/kde-misc/akonadi-google/akonadi-google-9999.ebuild b/kde-misc/akonadi-google/akonadi-google-9999.ebuild
deleted file mode 100644
index d1db549..0000000
--- a/kde-misc/akonadi-google/akonadi-google-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-EGIT_REPO_URI="git://anongit.kde.org/scratch/dvratil/akonadi-google-resources"
-DESCRIPTION="Google services integration in Akonadi"
-HOMEPAGE="https://projects.kde.org/projects/scratch/dvratil/akonadi-google"
-LICENSE="GPL-2"
-
-SLOT="4"
-KEYWORDS=""
-IUSE="oldpim"
-
-DEPEND="
-	$(add_kdebase_dep kdepimlibs semantic-desktop)
-	dev-libs/libxslt
-	dev-libs/qjson
-	net-libs/libkgapi
-	oldpim? ( dev-libs/boost:= )
-	!oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
-	!>=kde-base/kdepim-runtime-4.8.50
-"
-RDEPEND=${DEPEND}
-
-src_configure() {
-	mycmakeargs=(
-		$(cmake-utils_use oldpim KCAL)
-	)
-	kde4-base_src_configure
-}

diff --git a/kde-misc/akonadi-google/metadata.xml b/kde-misc/akonadi-google/metadata.xml
deleted file mode 100644
index 537293b..0000000
--- a/kde-misc/akonadi-google/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>kde</herd>
-  <use>
-    <flag name="oldpim">Allow the use of non-akonadi kdepim-4.4</flag>
-  </use>
-</pkgmetadata>


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

end of thread, other threads:[~2013-05-09 19:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 20:09 [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-google/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2013-05-09 19:34 Johannes Huber
2013-03-03 16:04 Michael Palimaka
2012-06-19 20:09 Andreas Hüttel
2012-05-04 14:22 Marc Schiffbauer
2012-04-04 11:17 Johannes Huber
2012-04-03 11:42 Andreas Hüttel
2012-02-26 23:37 Andreas Hüttel
2011-12-06  2:17 Andreas Hüttel
2011-11-30 18:24 Andreas Hüttel
2011-10-15 14:49 Andreas Hüttel

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