public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-git-resource/
@ 2012-02-16 15:42 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2012-02-16 15:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ea30c259084a218de6f7306fa3b95980bbd55267
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 15:36:21 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 15:36:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ea30c259

[kde-misc/akonadi-git-resource] New package.

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

---
 .../akonadi-git-resource-9999.ebuild               |   21 ++++++++++++++++++++
 kde-misc/akonadi-git-resource/metadata.xml         |    5 ++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
new file mode 100644
index 0000000..aa28cdb
--- /dev/null
+++ b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="Git commit integration in Akonadi"
+HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-git-resource"
+LICENSE="GPL-2"
+
+SLOT="4"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs semantic-desktop)
+	=dev-libs/libgit2-0.15*
+"

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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-git-resource/
@ 2012-02-22  0:10 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2012-02-22  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c95bae50b43d2bf8c56df27dd7ea612568538a13
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 00:14:44 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 00:15:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c95bae50

[kde-misc/akonadi-git-resource] Raise dep according upstream change.

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

---
 .../akonadi-git-resource-9999.ebuild               |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
index aa28cdb..68cb38e 100644
--- a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
+++ b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
@@ -17,5 +17,5 @@ IUSE="debug"
 
 DEPEND="
 	$(add_kdebase_dep kdepimlibs semantic-desktop)
-	=dev-libs/libgit2-0.15*
+	=dev-libs/libgit2-0.16*
 "



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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-git-resource/
@ 2013-05-22 17:50 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2013-05-22 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ebae502358690b2c92dedb8f93a1547ad8aa139e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 17:50:35 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed May 22 17:50:35 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ebae5023

[kde-misc/akonadi-git-resource] Bump dep by Jekyll Wu <adaptee <AT> gmail.com> wrt bug #471006.

Package-Manager: portage-2.2.0_alpha176

---
 .../akonadi-git-resource-9999.ebuild               |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
index 16cc491..8eff5be 100644
--- a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
+++ b/kde-misc/akonadi-git-resource/akonadi-git-resource-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
 
@@ -16,5 +16,5 @@ IUSE="debug"
 
 DEPEND="
 	$(add_kdebase_dep kdepimlibs semantic-desktop)
-	=dev-libs/libgit2-0.16*
+	=dev-libs/libgit2-0.17*
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-git-resource/
@ 2013-10-06 19:57 Chris Reffett
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Reffett @ 2013-10-06 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     076c5cdb98622e45653ca45a0f8ef8f9339d6c73
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 06:03:31 2013 +0000
Commit:     Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 06:03:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=076c5cdb

[kde-misc/akonadi-git-resource] Conversion back to semantic-desktop

Package-Manager: portage-2.2.7

---
 kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
index 8ef5c2b..10872d4 100644
--- a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
+++ b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
@@ -15,6 +15,6 @@ KEYWORDS=""
 IUSE="debug"
 
 DEPEND="
-	$(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
+	$(add_kdebase_dep kdepimlibs)
 	=dev-libs/libgit2-0.17*
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-git-resource/
@ 2013-10-23 17:10 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2013-10-23 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f72a7875269af51de1c447f2c92867f1eb8ee827
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 17:10:12 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 17:10:12 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f72a7875

[kde-misc/akonadi-git-resource] Relax dep on dev-libs/libgit2.

Package-Manager: portage-2.2.7

---
 kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
index 10872d4..f77b893 100644
--- a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
+++ b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
@@ -16,5 +16,5 @@ IUSE="debug"
 
 DEPEND="
 	$(add_kdebase_dep kdepimlibs)
-	=dev-libs/libgit2-0.17*
+	>=dev-libs/libgit2-0.17
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-git-resource/
@ 2015-01-18 11:33 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2015-01-18 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3d94abf341f35e610753a79c07802550892073e2
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 18 11:33:19 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 11:33:19 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3d94abf3

[kde-misc/akonadi-git-resource] Use dev-libs/libgit2 subslot

Package-Manager: portage-2.2.15

---
 kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
index 688051f..faf6f55 100644
--- a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
+++ b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
@@ -16,5 +16,5 @@ IUSE="debug"
 
 DEPEND="
 	$(add_kdebase_dep kdepimlibs)
-	>=dev-libs/libgit2-0.17
+	>=dev-libs/libgit2-0.17:=
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-git-resource/
@ 2016-03-25 21:43 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2016-03-25 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     cf1f3a5221ac5d32a3022376f546f377c7806358
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 21:38:38 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 21:38:38 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf1f3a52

kde-misc/akonadi-git-resource: EAPI 6

Package-Manager: portage-2.2.28

 kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
index a8578ea..8c3a776 100644
--- a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
+++ b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit kde4-base
 


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-git-resource/
@ 2016-04-12 18:47 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2016-04-12 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     23ec2ff34ca44a228ef162d5bc4733e3e2e69749
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 18:45:14 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 18:45:14 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=23ec2ff3

kde-misc/akonadi-git-resource: Remove

Dead upstream. Based on deprecated kdelibs4. No KDE Frameworks port
branch. Snapshot in gentoo main tree available.

 .../akonadi-git-resource-9999.ebuild                 | 20 --------------------
 kde-misc/akonadi-git-resource/metadata.xml           |  8 --------
 2 files changed, 28 deletions(-)

diff --git a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild b/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
deleted file mode 100644
index 8c3a776..0000000
--- a/kde-misc/akonadi-git-resource/akonadi-git-resource-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="Git commit integration in Akonadi"
-HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-git-resource"
-LICENSE="GPL-2"
-
-SLOT="4"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-	$(add_kdeapps_dep kdepimlibs)
-	>=dev-libs/libgit2-0.17:=
-"

diff --git a/kde-misc/akonadi-git-resource/metadata.xml b/kde-misc/akonadi-git-resource/metadata.xml
deleted file mode 100644
index 2fdbf33..0000000
--- a/kde-misc/akonadi-git-resource/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>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2016-04-12 18:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25 21:43 [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-git-resource/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2016-04-12 18:47 Johannes Huber
2015-01-18 11:33 Johannes Huber
2013-10-23 17:10 Johannes Huber
2013-10-06 19:57 Chris Reffett
2013-05-22 17:50 Johannes Huber
2012-02-22  0:10 Johannes Huber
2012-02-16 15:42 Johannes Huber

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