public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2014-09-16 17:05 Johannes Huber
  0 siblings, 0 replies; 16+ messages in thread
From: Johannes Huber @ 2014-09-16 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c9e98482f1036854826c2a7fdaf0b3ba747e74b9
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 15:53:18 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 16:27:06 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c9e98482

[net-im/ktp-text-ui] Add semantic-desktop USE flag

Package-Manager: portage-2.2.12

---
 net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
index 024ce13..cbe3442 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
@@ -20,12 +20,24 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-IUSE="debug"
+IUSE="debug semantic-desktop"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.5[qt4]
 	>=net-libs/telepathy-logger-qt-0.8
+	semantic-desktop? (
+		$(add_kdebase_dep kdepimlibs)
+		>=net-libs/libkpeople-0.3.0:=
+	)
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}
 "
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package semantic-desktop KPeople)
+	)
+
+	kde4-base_src_configure
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2015-02-17 13:53 Michael Palimaka
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2015-02-17 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     574a57ab685216fccc7d597e480bf6eebc985d0f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 13:53:21 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 13:53:21 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=574a57ab

[net-im/ktp-text-ui] Add missing dependency SLOT.

Package-Manager: portage-2.2.14

---
 net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
index 36c63f7..69ec89a 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
@@ -25,7 +25,7 @@ IUSE="debug semantic-desktop"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.5[qt4]
-	>=net-libs/telepathy-logger-qt-0.8
+	>=net-libs/telepathy-logger-qt-0.8:0
 	semantic-desktop? (
 		$(add_kdebase_dep kdepimlibs)
 		|| ( >=net-libs/libkpeople-0.3.0:= >=net-libs/kpeople-0.3.0:= )


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2015-01-19 19:18 Johannes Huber
  0 siblings, 0 replies; 16+ messages in thread
From: Johannes Huber @ 2015-01-19 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     1b12b2c50b422fa3ff45cfe324fdebbe2404e782
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Mon Jan 19 17:42:16 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jan 19 19:17:36 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1b12b2c5

[net-im/ktp-text-ui] Remove unneeded dependency

---
 net-im/ktp-text-ui/ktp-text-ui-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index 76ffd40..ccb5b77 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -20,7 +20,6 @@ DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kdewebkit)
 	$(add_frameworks_dep kemoticons)
 	$(add_frameworks_dep ki18n)


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2015-01-08 10:44 Manuel Rüger
  0 siblings, 0 replies; 16+ messages in thread
From: Manuel Rüger @ 2015-01-08 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     cace9e40d4fc02f90baae93ce9b1ddb85391618b
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Thu Jan  8 00:05:26 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jan  8 00:05:26 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cace9e40

[net-im/ktp-text-ui] Add 'net-libs/libkpeople' dependency

Package-Manager: portage-2.2.15

---
 net-im/ktp-text-ui/ktp-text-ui-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index cd30a6d..48d1330 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -42,6 +42,7 @@ DEPEND="
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
 	net-im/ktp-common-internals:5
+	net-libs/libkpeople:5
 	net-libs/telepathy-qt[qt5]
 "
 RDEPEND="${DEPEND}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2015-01-08 10:44 Manuel Rüger
  0 siblings, 0 replies; 16+ messages in thread
From: Manuel Rüger @ 2015-01-08 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     051a76949b574419460501b4b6c7f2943d0d5c59
Author:     Alexandr Akulich <akulichalexander <AT> gmail <DOT> com>
AuthorDate: Sun Jan  4 22:20:36 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jan  4 22:20:52 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=051a7694

[net-im/ktp-text-ui] fix 4.9999 branch

---
 net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
index 780b03f..2b38b55 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-4.9999.ebuild
@@ -7,6 +7,7 @@ EAPI=5
 KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
 ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
 sr@latin sv tr ug uk vi wa zh_CN zh_TW"
+EGIT_BRANCH="kde-telepathy-0.9"
 inherit kde4-base
 
 DESCRIPTION="KDE Telepathy text chat window"


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2013-09-25 22:02 Johannes Huber
  0 siblings, 0 replies; 16+ messages in thread
From: Johannes Huber @ 2013-09-25 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     109ff1de9659f042e3c586591e76ac77184ea1b1
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 23:52:19 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 23:52:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=109ff1de

[net-im/ktp-text-ui] Version bump.

Package-Manager: portage-2.2.7

---
 net-im/ktp-text-ui/ktp-text-ui-0.6.80.ebuild | 31 ++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.6.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.6.80.ebuild
new file mode 100644
index 0000000..80e7561
--- /dev/null
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.6.80.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
+sr@latin sv tr ug uk vi wa zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy text chat window"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+	>=net-libs/telepathy-qt-0.9.3
+	>=net-libs/telepathy-logger-qt-0.8
+"
+RDEPEND="${DEPEND}
+	>=net-im/ktp-contact-list-${PV}
+"


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2013-07-03 20:45 Johannes Huber
  0 siblings, 0 replies; 16+ messages in thread
From: Johannes Huber @ 2013-07-03 20:45 UTC (permalink / raw
  To: gentoo-commits

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

[net-im/ktp-text-ui] Raise dep on net-libs/telepathy-logger-qt.

Package-Manager: portage-2.2.0_alpha186

---
 net-im/ktp-text-ui/ktp-text-ui-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index 5fefdee..8e81509 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -24,7 +24,7 @@ IUSE="debug"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.3
-	>=net-libs/telepathy-logger-qt-0.5.80
+	>=net-libs/telepathy-logger-qt-0.8
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2013-03-08 19:24 Dennis Schridde
  0 siblings, 0 replies; 16+ messages in thread
From: Dennis Schridde @ 2013-03-08 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     980a46cb05635cda2bc71908a70e07c03be71aa4
Author:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Fri Mar  8 19:18:46 2013 +0000
Commit:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Fri Mar  8 19:18:46 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=980a46cb

[net-im/ktp-text-ui-9999] History support is no longer optional and >=telepathy-logger-qt-0.5.80 is required

---
 net-im/ktp-text-ui/ktp-text-ui-9999.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index f1638a3..f7c62d1 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -19,11 +19,11 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-IUSE="debug +history"
+IUSE="debug"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.3
-	history? ( >=net-libs/telepathy-logger-qt-0.5.0 )
+	>=net-libs/telepathy-logger-qt-0.5.80
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2013-03-08  9:37 Dennis Schridde
  0 siblings, 0 replies; 16+ messages in thread
From: Dennis Schridde @ 2013-03-08  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     525e13d4ebe6b9d584a5d1b3fd537da58f02fabf
Author:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Fri Mar  8 09:37:17 2013 +0000
Commit:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Fri Mar  8 09:37:17 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=525e13d4

Revert "[net-im/ktp-text-ui-0.5.80] Bump dependency: net-libs/telepathy-logger-qt-0.5.80"

This reverts commit 6cc27ad402643db11134e9bb02888b51227f945c.

---
 net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild |    2 +-
 net-im/ktp-text-ui/ktp-text-ui-9999.ebuild   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
index 8c9c5f0..f1638a3 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
@@ -23,7 +23,7 @@ IUSE="debug +history"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.3
-	history? ( >=net-libs/telepathy-logger-qt-0.5.80 )
+	history? ( >=net-libs/telepathy-logger-qt-0.5.0 )
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}

diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index 8c9c5f0..f1638a3 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -23,7 +23,7 @@ IUSE="debug +history"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.3
-	history? ( >=net-libs/telepathy-logger-qt-0.5.80 )
+	history? ( >=net-libs/telepathy-logger-qt-0.5.0 )
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2013-03-08  9:37 Dennis Schridde
  0 siblings, 0 replies; 16+ messages in thread
From: Dennis Schridde @ 2013-03-08  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8a44489849e2133d1c6e382ee98320ecbd49df2a
Author:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Fri Mar  8 09:37:16 2013 +0000
Commit:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Fri Mar  8 09:37:16 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8a444898

Revert "[net-im/ktp-text-ui] history support is no longer optional after 0.5.80"

This reverts commit e0d6974c8b74a1b3ad4920434fb28179143d3eec.

---
 net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild |    4 ++--
 net-im/ktp-text-ui/ktp-text-ui-9999.ebuild   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
index f7c62d1..8c9c5f0 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
@@ -19,11 +19,11 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-IUSE="debug"
+IUSE="debug +history"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.3
-	>=net-libs/telepathy-logger-qt-0.5.80
+	history? ( >=net-libs/telepathy-logger-qt-0.5.80 )
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}

diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index f7c62d1..8c9c5f0 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -19,11 +19,11 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-IUSE="debug"
+IUSE="debug +history"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.3
-	>=net-libs/telepathy-logger-qt-0.5.80
+	history? ( >=net-libs/telepathy-logger-qt-0.5.80 )
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2013-03-08  8:13 Dennis Schridde
  0 siblings, 0 replies; 16+ messages in thread
From: Dennis Schridde @ 2013-03-08  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     e0d6974c8b74a1b3ad4920434fb28179143d3eec
Author:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Fri Mar  8 08:12:29 2013 +0000
Commit:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Fri Mar  8 08:12:29 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e0d6974c

[net-im/ktp-text-ui] history support is no longer optional after 0.5.80

Package-Manager: portage-2.2.0_alpha166

---
 net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild |    4 ++--
 net-im/ktp-text-ui/ktp-text-ui-9999.ebuild   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
index 8c9c5f0..f7c62d1 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
@@ -19,11 +19,11 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-IUSE="debug +history"
+IUSE="debug"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.3
-	history? ( >=net-libs/telepathy-logger-qt-0.5.80 )
+	>=net-libs/telepathy-logger-qt-0.5.80
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}

diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index 8c9c5f0..f7c62d1 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -19,11 +19,11 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-IUSE="debug +history"
+IUSE="debug"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.3
-	history? ( >=net-libs/telepathy-logger-qt-0.5.80 )
+	>=net-libs/telepathy-logger-qt-0.5.80
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2013-03-08  7:44 Dennis Schridde
  0 siblings, 0 replies; 16+ messages in thread
From: Dennis Schridde @ 2013-03-08  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6cc27ad402643db11134e9bb02888b51227f945c
Author:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Fri Mar  8 07:44:43 2013 +0000
Commit:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Fri Mar  8 07:44:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6cc27ad4

[net-im/ktp-text-ui-0.5.80] Bump dependency: net-libs/telepathy-logger-qt-0.5.80

Package-Manager: portage-2.2.0_alpha166

---
 net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild |    2 +-
 net-im/ktp-text-ui/ktp-text-ui-9999.ebuild   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
index f1638a3..8c9c5f0 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.5.80.ebuild
@@ -23,7 +23,7 @@ IUSE="debug +history"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.3
-	history? ( >=net-libs/telepathy-logger-qt-0.5.0 )
+	history? ( >=net-libs/telepathy-logger-qt-0.5.80 )
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}

diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index f1638a3..8c9c5f0 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -23,7 +23,7 @@ IUSE="debug +history"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.3
-	history? ( >=net-libs/telepathy-logger-qt-0.5.0 )
+	history? ( >=net-libs/telepathy-logger-qt-0.5.80 )
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2012-08-28 12:06 Johannes Huber
  0 siblings, 0 replies; 16+ messages in thread
From: Johannes Huber @ 2012-08-28 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     52f64faf275c80be8117bd4dff73ded799b23a43
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 28 11:21:37 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Aug 28 11:21:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=52f64faf

[net-im/ktp-text-ui] Sync linguas with tree.

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

---
 net-im/ktp-text-ui/ktp-text-ui-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index 553dac3..8c13400 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 
 KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
-pt_BR sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
 inherit kde4-base
 
 DESCRIPTION="KDE Telepathy text chat window"


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2012-08-17  8:27 Johannes Huber
  0 siblings, 0 replies; 16+ messages in thread
From: Johannes Huber @ 2012-08-17  8:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4b3fe5747538bf3ce6106f01511fe36644180dee
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 17 08:27:08 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Aug 17 08:27:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4b3fe574

[net-im/ktp-text-ui] Bump required tp-logger-qt.

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

---
 net-im/ktp-text-ui/ktp-text-ui-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index 1d5717d..b5989c5 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -24,7 +24,7 @@ IUSE="debug +history"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.3
-	history? ( net-libs/telepathy-logger-qt )
+	history? ( >=net-libs/telepathy-logger-qt-0.5.0 )
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2012-07-12 21:22 Johannes Huber
  0 siblings, 0 replies; 16+ messages in thread
From: Johannes Huber @ 2012-07-12 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     134ea032615247fe086e045012729f45684028fe
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 12 21:19:39 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 21:19:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=134ea032

[net-im/ktp-text-ui] Update linguas.

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

---
 net-im/ktp-text-ui/ktp-text-ui-0.4.0.ebuild |    4 ++--
 net-im/ktp-text-ui/ktp-text-ui-9999.ebuild  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.4.0.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.4.0.ebuild
index 8d143e6..03832b5 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-0.4.0.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.4.0.ebuild
@@ -4,8 +4,8 @@
 
 EAPI=4
 
-KDE_LINGUAS="ca cs da de el es et fr ga gl hu it ja km lt nb nds nl pl pt pt_BR
-sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
 KDE_SCM="git"
 inherit kde4-base
 

diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index 4bc34fc..7aff44f 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -4,8 +4,8 @@
 
 EAPI=4
 
-KDE_LINGUAS="ca cs da de el es et fr ga gl hu it ja km lt nb nds nl pl pt pt_BR
-sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW"
 KDE_SCM="git"
 inherit kde4-base
 



^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/
@ 2012-02-12 21:38 Johannes Huber
  0 siblings, 0 replies; 16+ messages in thread
From: Johannes Huber @ 2012-02-12 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     3e637c61aac8ae9541f077750650bfd8c845bef3
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 21:42:00 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 21:42:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3e637c61

[net-im/ktp-text-ui] Add history support.

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

---
 net-im/ktp-text-ui/ktp-text-ui-9999.ebuild |   11 ++++++++++-
 net-im/ktp-text-ui/metadata.xml            |    3 +++
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
index 09fc761..2b35d82 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -20,11 +20,20 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-IUSE="debug"
+IUSE="debug +history"
 
 DEPEND="
 	>=net-libs/telepathy-qt-0.9.0
+	history? ( net-libs/telepathy-logger-qt )
 "
 RDEPEND="${DEPEND}
 	>=net-im/ktp-contact-list-${PV}
 "
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_with history TelepathyLoggerQt4)
+	)
+
+	cmake-utils_src_configure
+}

diff --git a/net-im/ktp-text-ui/metadata.xml b/net-im/ktp-text-ui/metadata.xml
index 8d1e86a..48ead88 100644
--- a/net-im/ktp-text-ui/metadata.xml
+++ b/net-im/ktp-text-ui/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>kde</herd>
+<use>
+	<flag name="history">Enables saving chat history.</flag>
+</use>
 </pkgmetadata>



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

end of thread, other threads:[~2015-02-17 13:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 17:05 [gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2015-02-17 13:53 Michael Palimaka
2015-01-19 19:18 Johannes Huber
2015-01-08 10:44 Manuel Rüger
2015-01-08 10:44 Manuel Rüger
2013-09-25 22:02 Johannes Huber
2013-07-03 20:45 Johannes Huber
2013-03-08 19:24 Dennis Schridde
2013-03-08  9:37 Dennis Schridde
2013-03-08  9:37 Dennis Schridde
2013-03-08  8:13 Dennis Schridde
2013-03-08  7:44 Dennis Schridde
2012-08-28 12:06 Johannes Huber
2012-08-17  8:27 Johannes Huber
2012-07-12 21:22 Johannes Huber
2012-02-12 21:38 Johannes Huber

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