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

commit:     c6f7ea1eda2c563c021b50a41841b379dbda6704
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 20:41:57 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 20:41:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c6f7ea1e

[net-libs/libkpeople] New package.

Package-Manager: portage-2.2.0_alpha186

---
 net-libs/libkpeople/libkpeople-9999.ebuild | 32 ++++++++++++++++++++++++++++++
 net-libs/libkpeople/metadata.xml           |  5 +++++
 2 files changed, 37 insertions(+)

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
new file mode 100644
index 0000000..6d6bce4
--- /dev/null
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="KDE contact person abstraction library"
+HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople"
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+KEYWORDS=""
+IUSE="debug examples test"
+
+DEPEND="
+	dev-libs/shared-desktop-ontologies
+	dev-libs/soprano
+	$(add_kdebase_dep nepomuk-core)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_usw_with examples)
+		$(cmake-utils_use_with test TESTS)
+	)
+
+	kde4-base_src_configure
+}

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

* [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
@ 2013-07-03 22:14 Johannes Huber
  0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2013-07-03 22:14 UTC (permalink / raw
  To: gentoo-commits

commit:     b0aeca5f7bb672980e01c18b8cebce6079884e29
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 22:14:45 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 22:14:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b0aeca5f

[net-libs/libkpeople] Upstream uses std var for tests now, handled by eclass.

Package-Manager: portage-2.2.0_alpha186

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

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index 6d6bce4..f40f699 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -25,7 +25,6 @@ RDEPEND="${DEPEND}"
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_usw_with examples)
-		$(cmake-utils_use_with test TESTS)
 	)
 
 	kde4-base_src_configure


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

* [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
@ 2013-09-25 19:25 Johannes Huber
  0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2013-09-25 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     10159a4d504a27d58b87effc9ec1603dc79879bd
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 21:25:27 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 21:25:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=10159a4d

[net-libs/libkpeople] Version bump.

Package-Manager: portage-2.2.7

---
 .../{libkpeople-9999.ebuild => libkpeople-0.0.80.ebuild}         | 9 ++++++++-
 net-libs/libkpeople/libkpeople-9999.ebuild                       | 9 ++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-0.0.80.ebuild
similarity index 75%
copy from net-libs/libkpeople/libkpeople-9999.ebuild
copy to net-libs/libkpeople/libkpeople-0.0.80.ebuild
index f40f699..66915dd 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-0.0.80.ebuild
@@ -5,14 +5,21 @@
 EAPI=5
 
 VIRTUALX_REQUIRED="test"
+KDE_LINGUAS="da de pt pt_BR sk sv uk"
 inherit kde4-base
 
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
+else
+	KEYWORDS=""
+fi
+
 DESCRIPTION="KDE contact person abstraction library"
 HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople"
 
 LICENSE="LGPL-2.1"
 SLOT="4"
-KEYWORDS=""
 IUSE="debug examples test"
 
 DEPEND="

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index f40f699..66915dd 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -5,14 +5,21 @@
 EAPI=5
 
 VIRTUALX_REQUIRED="test"
+KDE_LINGUAS="da de pt pt_BR sk sv uk"
 inherit kde4-base
 
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
+else
+	KEYWORDS=""
+fi
+
 DESCRIPTION="KDE contact person abstraction library"
 HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople"
 
 LICENSE="LGPL-2.1"
 SLOT="4"
-KEYWORDS=""
 IUSE="debug examples test"
 
 DEPEND="


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

* [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
@ 2013-10-01 23:05 Elias Probst
  0 siblings, 0 replies; 17+ messages in thread
From: Elias Probst @ 2013-10-01 23:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0d9fc3e75920522057fad3d9880aa8db255ae5fc
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Tue Oct  1 23:04:43 2013 +0000
Commit:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
CommitDate: Tue Oct  1 23:05:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0d9fc3e7

[net-libs/libkpeople] Corrected a typo (cmake-utils_usw_with → cmake-utils_use_with).

Package-Manager: portage-2.2.7

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

diff --git a/net-libs/libkpeople/libkpeople-0.0.80.ebuild b/net-libs/libkpeople/libkpeople-0.0.80.ebuild
index 66915dd..1864d0e 100644
--- a/net-libs/libkpeople/libkpeople-0.0.80.ebuild
+++ b/net-libs/libkpeople/libkpeople-0.0.80.ebuild
@@ -31,7 +31,7 @@ RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_usw_with examples)
+		$(cmake-utils_use_with examples)
 	)
 
 	kde4-base_src_configure

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index 66915dd..1864d0e 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -31,7 +31,7 @@ RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_usw_with examples)
+		$(cmake-utils_use_with examples)
 	)
 
 	kde4-base_src_configure


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

* [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
@ 2013-10-29 18:35 Johannes Huber
  0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2013-10-29 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     2603ed149944058ba657a89cfbffb24d785a40c6
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 19:35:24 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 19:35:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2603ed14

[net-libs/libkpeople] Version bump, remove old.

Package-Manager: portage-2.2.7

---
 .../libkpeople/{libkpeople-0.0.80.ebuild => libkpeople-0.1.0.ebuild}    | 2 +-
 net-libs/libkpeople/libkpeople-9999.ebuild                              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libkpeople/libkpeople-0.0.80.ebuild b/net-libs/libkpeople/libkpeople-0.1.0.ebuild
similarity index 93%
rename from net-libs/libkpeople/libkpeople-0.0.80.ebuild
rename to net-libs/libkpeople/libkpeople-0.1.0.ebuild
index 1864d0e..b165f3a 100644
--- a/net-libs/libkpeople/libkpeople-0.0.80.ebuild
+++ b/net-libs/libkpeople/libkpeople-0.1.0.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 VIRTUALX_REQUIRED="test"
-KDE_LINGUAS="da de pt pt_BR sk sv uk"
+KDE_LINGUAS="cs da de hu nl pt pt_BR sk sv uk"
 inherit kde4-base
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index 1864d0e..b165f3a 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 VIRTUALX_REQUIRED="test"
-KDE_LINGUAS="da de pt pt_BR sk sv uk"
+KDE_LINGUAS="cs da de hu nl pt pt_BR sk sv uk"
 inherit kde4-base
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then


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

* [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
@ 2013-10-29 19:05 Johannes Huber
  0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2013-10-29 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     85b93f0344d65f4ee4c11e36480251e650727dd2
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 20:05:19 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 20:05:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=85b93f03

[net-libs/libkpeople] Moved to tree.

Package-Manager: portage-2.2.7

---
 net-libs/libkpeople/libkpeople-0.1.0.ebuild | 38 -----------------------------
 1 file changed, 38 deletions(-)

diff --git a/net-libs/libkpeople/libkpeople-0.1.0.ebuild b/net-libs/libkpeople/libkpeople-0.1.0.ebuild
deleted file mode 100644
index b165f3a..0000000
--- a/net-libs/libkpeople/libkpeople-0.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-KDE_LINGUAS="cs da de hu nl pt pt_BR sk sv uk"
-inherit kde4-base
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	KEYWORDS="~amd64 ~x86"
-	SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
-else
-	KEYWORDS=""
-fi
-
-DESCRIPTION="KDE contact person abstraction library"
-HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople"
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug examples test"
-
-DEPEND="
-	dev-libs/shared-desktop-ontologies
-	dev-libs/soprano
-	$(add_kdebase_dep nepomuk-core)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_with examples)
-	)
-
-	kde4-base_src_configure
-}


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

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

commit:     bdc1f45969988a164f5eea63aa0ddc68fe0010f0
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  9 16:41:32 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Mar  9 16:41:32 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bdc1f459

[net-libs/libkpeople] Fix DEPEND by upstream changes

Package-Manager: portage-2.2.8-r1

---
 net-libs/libkpeople/libkpeople-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index 2fc662d..196486d 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -23,9 +23,7 @@ SLOT="4"
 IUSE="debug examples test"
 
 DEPEND="
-	dev-libs/shared-desktop-ontologies
-	dev-libs/soprano
-	$(add_kdebase_dep nepomuk-core)
+	$(add_kdebase_dep kdepimlibs)
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
@ 2014-04-26 10:50 Johannes Huber
  0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2014-04-26 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e6dc6f53c19cf74a5cb3e97a85e9e0f253367afa
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 10:50:06 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 10:50:06 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e6dc6f53

[net-libs/libkpeople] Sync with tree

Package-Manager: portage-2.2.10

---
 net-libs/libkpeople/libkpeople-9999.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index 196486d..e9f7015 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 VIRTUALX_REQUIRED="test"
-KDE_LINGUAS="cs da de hu nl pt pt_BR sk sv uk"
+KDE_LINGUAS="bs cs da de fi fr hu lt nl pt pt_BR ro ru sk sl sv uk"
 inherit kde4-base
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
@@ -22,10 +22,12 @@ LICENSE="LGPL-2.1"
 SLOT="4"
 IUSE="debug examples test"
 
-DEPEND="
+RDEPEND="
 	$(add_kdebase_dep kdepimlibs)
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+"
 
 src_configure() {
 	local mycmakeargs=(


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

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

commit:     be646859f4831056a3e2b0eecb40885159c3bfd9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 29 16:54:30 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Aug 29 16:54:30 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=be646859

[net-libs/libkpeople] Add dependency wrt bug #521506.

Upstream commit: 95dd80093a8e79644fc4a871458c5ffb61232e1b.

Package-Manager: portage-2.2.10

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

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index e9f7015..ad8922f 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -23,6 +23,7 @@ SLOT="4"
 IUSE="debug examples test"
 
 RDEPEND="
+	$(add_kdebase_dep baloo)
 	$(add_kdebase_dep kdepimlibs)
 "
 DEPEND="${RDEPEND}


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

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

commit:     6bcecdc5f22e738ce6b3db5e5666bca5161c656b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 15:36:30 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 16:25:09 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6bcecdc5

[net-libs/libkpeople] Add semantic-desktop USE flag

Baloo is optional now.

Package-Manager: portage-2.2.12

---
 net-libs/libkpeople/libkpeople-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index ad8922f..7fe3770 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -20,11 +20,11 @@ HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople"
 
 LICENSE="LGPL-2.1"
 SLOT="4"
-IUSE="debug examples test"
+IUSE="debug examples semantic-desktop test"
 
 RDEPEND="
-	$(add_kdebase_dep baloo)
 	$(add_kdebase_dep kdepimlibs)
+	semantic-desktop? ( $(add_kdebase_dep baloo) )
 "
 DEPEND="${RDEPEND}
 	sys-devel/gettext
@@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_with examples)
+		$(cmake-utils_use_find_package semantic-desktop Baloo)
 	)
 
 	kde4-base_src_configure


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

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

commit:     f0b6ed89b4386c7ae6fbbfb6ab18c0d49e80983a
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 15:38:16 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 16:26:11 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f0b6ed89

[net-libs/libkpeople] Add subslot

Package-Manager: portage-2.2.12

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

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index 7fe3770..4c4a3ee 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -19,7 +19,7 @@ DESCRIPTION="KDE contact person abstraction library"
 HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople"
 
 LICENSE="LGPL-2.1"
-SLOT="4"
+SLOT="4/4"
 IUSE="debug examples semantic-desktop test"
 
 RDEPEND="


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

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

commit:     ad9e38972b953c4cca362b77eb9ba291f288f6e8
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 16:35:56 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 16:35:56 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ad9e3897

[net-libs/libkpeople] Sync with tree

Package-Manager: portage-2.2.12

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

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index 4c4a3ee..5e457fb 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 VIRTUALX_REQUIRED="test"
-KDE_LINGUAS="bs cs da de fi fr hu lt nl pt pt_BR ro ru sk sl sv uk"
+KDE_LINGUAS="bs cs da de el fi fr hu ja lt nl pl pt pt_BR ro ru sk sl sv uk"
 inherit kde4-base
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then


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

* [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
@ 2014-12-26 15:51 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2014-12-26 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     ff8f94e0b230364eaa0601adcd407b043abb3505
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Mon Dec 15 18:26:57 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 15:50:46 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ff8f94e0

[net-libs/libkpeople] master is now KF5 based

---
 .../libkpeople/{libkpeople-9999.ebuild => libkpeople-0.3.9999.ebuild}    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-0.3.9999.ebuild
similarity index 96%
rename from net-libs/libkpeople/libkpeople-9999.ebuild
rename to net-libs/libkpeople/libkpeople-0.3.9999.ebuild
index 5e457fb..c62a5b6 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-0.3.9999.ebuild
@@ -6,6 +6,7 @@ EAPI=5
 
 VIRTUALX_REQUIRED="test"
 KDE_LINGUAS="bs cs da de el fi fr hu ja lt nl pl pt pt_BR ro ru sk sl sv uk"
+EGIT_BRANCH="libkpeople-0.3"
 inherit kde4-base
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then


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

* [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
@ 2014-12-26 15:55 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2014-12-26 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a8479eecef335031ba1210c8c6f9aae47d1b58de
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Mon Dec 15 18:44:13 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 15:51:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a8479eec

[net-libs/libkpeople] add KF5 based version

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

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
new file mode 100644
index 0000000..b02097c
--- /dev/null
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="KDE contact person abstraction library"
+HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople"
+
+LICENSE="LGPL-2.1"
+IUSE="semantic-desktop"
+KEYWORDS=""
+
+RDEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_kdeapps_dep kcontacts)
+	semantic-desktop? (
+		$(add_kdeplasma_dep baloo)
+	)
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtsql:5
+	dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
@ 2014-12-26 15:55 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2014-12-26 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8b2cb285bff91b29d873d00cf4927ac1ae764ada
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 15:55:36 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 15:55:36 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8b2cb285

[net-libs/libkpeople] Solve automagic.

Package-Manager: portage-2.2.15

---
 net-libs/libkpeople/libkpeople-9999.ebuild | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index b02097c..092a368 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -10,8 +10,8 @@ DESCRIPTION="KDE contact person abstraction library"
 HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople"
 
 LICENSE="LGPL-2.1"
-IUSE="semantic-desktop"
 KEYWORDS=""
+IUSE="semantic-desktop"
 
 RDEPEND="
 	$(add_frameworks_dep kconfig)
@@ -21,14 +21,20 @@ RDEPEND="
 	$(add_frameworks_dep kservice)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_kdeapps_dep kcontacts)
-	semantic-desktop? (
-		$(add_kdeplasma_dep baloo)
-	)
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
 	dev-qt/qtdeclarative:5
 	dev-qt/qtgui:5
 	dev-qt/qtsql:5
 	dev-qt/qtwidgets:5
+	semantic-desktop? ( $(add_kdeplasma_dep baloo) )
 "
 DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package semantic-desktop KF5Baloo)
+	)
+
+	kde5_src_configure
+}


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

* [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
@ 2015-01-09 18:49 Manuel Rüger
  0 siblings, 0 replies; 17+ messages in thread
From: Manuel Rüger @ 2015-01-09 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     58b92529de894eac7132321960bf72f6cbb178b9
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Fri Jan  9 18:39:24 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Jan  9 18:39:24 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=58b92529

[net-libs/libkpeople] Upstream dropped kcontacts dep in 88f8e646

Package-Manager: portage-2.2.15

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

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index c0a554f..275d48c 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -20,7 +20,6 @@ RDEPEND="
 	$(add_frameworks_dep kitemviews)
 	$(add_frameworks_dep kservice)
 	$(add_frameworks_dep kwidgetsaddons)
-	$(add_kdeapps_dep kcontacts)
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
 	dev-qt/qtdeclarative:5


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

* [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
@ 2015-01-13 20:42 Johannes Huber
  0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2015-01-13 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b488796bb06504d82600074a5594810b22b78e1f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 13 20:04:24 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jan 13 20:41:52 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b488796b

[net-libs/libkpeople] Drop dev-qt/qtcore from DEPEND

Handled by eclass.

Package-Manager: portage-2.2.15

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

diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index 275d48c..482ea6d 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -20,7 +20,6 @@ RDEPEND="
 	$(add_frameworks_dep kitemviews)
 	$(add_frameworks_dep kservice)
 	$(add_frameworks_dep kwidgetsaddons)
-	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
 	dev-qt/qtdeclarative:5
 	dev-qt/qtgui:5


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

end of thread, other threads:[~2015-01-13 20:42 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-29 19:05 [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2015-01-13 20:42 Johannes Huber
2015-01-09 18:49 Manuel Rüger
2014-12-26 15:55 Michael Palimaka
2014-12-26 15:55 Michael Palimaka
2014-12-26 15:51 Michael Palimaka
2014-09-16 17:05 Johannes Huber
2014-09-16 17:05 Johannes Huber
2014-09-16 17:05 Johannes Huber
2014-08-29 16:54 Michael Palimaka
2014-04-26 10:50 Johannes Huber
2014-03-09 16:46 Johannes Huber
2013-10-29 18:35 Johannes Huber
2013-10-01 23:05 Elias Probst
2013-09-25 19:25 Johannes Huber
2013-07-03 22:14 Johannes Huber
2013-07-03 20: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