public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/
@ 2015-05-08 20:55 Manuel Rüger
  0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2015-05-08 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b9c7fbdfa59d0d154bcbe588e0eb265eec684a22
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 20:54:55 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri May  8 20:54:55 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9c7fbdf

[kde-apps/ktp-text-ui] Enforce otr useflag on ktp-common-internals. See bug 548918.

Package-Manager: portage-2.2.18

 kde-apps/ktp-text-ui/ktp-text-ui-15.04.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-15.04.0.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-15.04.0.ebuild
index bda3f29..f8ff128 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-15.04.0.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-15.04.0.ebuild
@@ -34,7 +34,7 @@ DEPEND="
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
 	$(add_frameworks_dep sonnet)
-	$(add_kdeapps_dep ktp-common-internals)
+	$(add_kdeapps_dep ktp-common-internals 'otr')
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtwebkit:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/
@ 2015-06-14 17:01 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2015-06-14 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     de8883ae929776870d53e01db47db0d0d4c91a9a
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 21:02:30 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 17:01:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=de8883ae

[kde-apps/ktp-text-ui] DEPEND on kde-apps/ktp-common-internals[otr]

Transitive dependency, see bug 548918, was lost on subsequent bumps.

Package-Manager: portage-2.2.20

 kde-apps/ktp-text-ui/ktp-text-ui-15.04.2.ebuild       | 2 +-
 kde-apps/ktp-text-ui/ktp-text-ui-15.04.49.9999.ebuild | 2 +-
 kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-15.04.2.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-15.04.2.ebuild
index 8a9d4c0..152e103 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-15.04.2.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-15.04.2.ebuild
@@ -34,7 +34,7 @@ DEPEND="
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
 	$(add_frameworks_dep sonnet)
-	$(add_kdeapps_dep ktp-common-internals)
+	$(add_kdeapps_dep ktp-common-internals otr)
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtwebkit:5

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-15.04.49.9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-15.04.49.9999.ebuild
index 983b5ab..6bc7ce4 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-15.04.49.9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-15.04.49.9999.ebuild
@@ -34,7 +34,7 @@ DEPEND="
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
 	$(add_frameworks_dep sonnet)
-	$(add_kdeapps_dep ktp-common-internals)
+	$(add_kdeapps_dep ktp-common-internals otr)
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtwebkit:5

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
index 983b5ab..6bc7ce4 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -34,7 +34,7 @@ DEPEND="
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
 	$(add_frameworks_dep sonnet)
-	$(add_kdeapps_dep ktp-common-internals)
+	$(add_kdeapps_dep ktp-common-internals otr)
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtwebkit:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/
@ 2016-04-07 15:32 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2016-04-07 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     a8be8d03db6c0e99e0849dd27cef22de175246f7
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 15:23:50 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 15:23:50 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8be8d03

kde-apps/ktp-text-ui: correct LICENSE

Package-Manager: portage-2.2.28

 kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild       | 2 +-
 kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild | 2 +-
 kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
index 8415f13..ec89400 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="KDE Telepathy text chat window"
 HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
 
-LICENSE="GPL-2"
+LICENSE="Apache-2.0 AFL-2.1 BSD GPL-2+ LGPL-2.1+ MIT"
 KEYWORDS=" ~amd64 ~x86"
 IUSE=""
 

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
index 34f2a8b..97faf84 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="KDE Telepathy text chat window"
 HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
 
-LICENSE="GPL-2"
+LICENSE="Apache-2.0 AFL-2.1 BSD GPL-2+ LGPL-2.1+ MIT"
 KEYWORDS=""
 IUSE=""
 

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
index 34f2a8b..97faf84 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="KDE Telepathy text chat window"
 HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
 
-LICENSE="GPL-2"
+LICENSE="Apache-2.0 AFL-2.1 BSD GPL-2+ LGPL-2.1+ MIT"
 KEYWORDS=""
 IUSE=""
 


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/
@ 2016-04-07 15:32 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2016-04-07 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     86718d43c3795c7eabd221b626191a7dda932d92
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 15:31:10 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 15:31:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=86718d43

kde-apps/ktp-text-ui: introduce speech USE flag

Package-Manager: portage-2.2.28

 kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild       | 13 +++++++++++--
 kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild | 11 ++++++++++-
 kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild          | 11 ++++++++++-
 kde-apps/ktp-text-ui/metadata.xml                     |  3 +++
 4 files changed, 34 insertions(+), 4 deletions(-)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
index ec89400..b6b821e 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
@@ -10,8 +10,8 @@ DESCRIPTION="KDE Telepathy text chat window"
 HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
 
 LICENSE="Apache-2.0 AFL-2.1 BSD GPL-2+ LGPL-2.1+ MIT"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
+IUSE="speech"
 
 DEPEND="
 	$(add_frameworks_dep karchive)
@@ -42,8 +42,17 @@ DEPEND="
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	net-libs/telepathy-qt[qt5]
+	speech? ( $(add_qt_dep qtspeech) )
 "
 RDEPEND="${DEPEND}
 	$(add_kdeapps_dep ktp-contact-list)
 	!net-im/ktp-text-ui
 "
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
index 97faf84..8809e3c 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
 
 LICENSE="Apache-2.0 AFL-2.1 BSD GPL-2+ LGPL-2.1+ MIT"
 KEYWORDS=""
-IUSE=""
+IUSE="speech"
 
 DEPEND="
 	$(add_frameworks_dep karchive)
@@ -42,8 +42,17 @@ DEPEND="
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	net-libs/telepathy-qt[qt5]
+	speech? ( $(add_qt_dep qtspeech) )
 "
 RDEPEND="${DEPEND}
 	$(add_kdeapps_dep ktp-contact-list)
 	!net-im/ktp-text-ui
 "
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
index 97faf84..8809e3c 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
 
 LICENSE="Apache-2.0 AFL-2.1 BSD GPL-2+ LGPL-2.1+ MIT"
 KEYWORDS=""
-IUSE=""
+IUSE="speech"
 
 DEPEND="
 	$(add_frameworks_dep karchive)
@@ -42,8 +42,17 @@ DEPEND="
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	net-libs/telepathy-qt[qt5]
+	speech? ( $(add_qt_dep qtspeech) )
 "
 RDEPEND="${DEPEND}
 	$(add_kdeapps_dep ktp-contact-list)
 	!net-im/ktp-text-ui
 "
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/ktp-text-ui/metadata.xml b/kde-apps/ktp-text-ui/metadata.xml
index 2fdbf33..33bd309 100644
--- a/kde-apps/ktp-text-ui/metadata.xml
+++ b/kde-apps/ktp-text-ui/metadata.xml
@@ -5,4 +5,7 @@
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
+	<use>
+		<flag name="speech">Enable incoming messages to be read out using text-to-speech</flag>
+	</use>
 </pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/
@ 2016-04-07 15:32 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2016-04-07 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     501eb0d8d3f7c1b907ca7e6f75dc97fa77325c63
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 15:20:19 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 15:20:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=501eb0d8

kde-apps/ktp-text-ui: add missing dependency

Package-Manager: portage-2.2.28

 kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild       | 1 +
 kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild | 1 +
 kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
index e25e4c7..8415f13 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
@@ -19,6 +19,7 @@ DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep kdewebkit)
 	$(add_frameworks_dep kemoticons)
 	$(add_frameworks_dep ki18n)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
index 56ed923..34f2a8b 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
@@ -19,6 +19,7 @@ DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep kdewebkit)
 	$(add_frameworks_dep kemoticons)
 	$(add_frameworks_dep ki18n)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
index 56ed923..34f2a8b 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -19,6 +19,7 @@ DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep kdewebkit)
 	$(add_frameworks_dep kemoticons)
 	$(add_frameworks_dep ki18n)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/
@ 2016-04-07 15:51 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2016-04-07 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     d252e9aa713c90c2c78fdf4575f19af78eaac6e6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 15:51:10 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 15:51:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d252e9aa

kde-apps/ktp-text-ui: further license improvements

Package-Manager: portage-2.2.28

 kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild       | 2 +-
 kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild | 2 +-
 kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
index b6b821e..1a1a24b 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="KDE Telepathy text chat window"
 HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
 
-LICENSE="Apache-2.0 AFL-2.1 BSD GPL-2+ LGPL-2.1+ MIT"
+LICENSE="Apache-2.0 || ( AFL-2.1 BSD ) GPL-2+ LGPL-2.1+ MIT"
 KEYWORDS="~amd64 ~x86"
 IUSE="speech"
 

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
index 8809e3c..d372a8f 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="KDE Telepathy text chat window"
 HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
 
-LICENSE="Apache-2.0 AFL-2.1 BSD GPL-2+ LGPL-2.1+ MIT"
+LICENSE="Apache-2.0 || ( AFL-2.1 BSD ) GPL-2+ LGPL-2.1+ MIT"
 KEYWORDS=""
 IUSE="speech"
 

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
index 8809e3c..d372a8f 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="KDE Telepathy text chat window"
 HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
 
-LICENSE="Apache-2.0 AFL-2.1 BSD GPL-2+ LGPL-2.1+ MIT"
+LICENSE="Apache-2.0 || ( AFL-2.1 BSD ) GPL-2+ LGPL-2.1+ MIT"
 KEYWORDS=""
 IUSE="speech"
 


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/
@ 2016-04-22 12:35 Johannes Huber
  0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2016-04-22 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0d53c1032b0e81f18d02202a67530d593a18bbde
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 12:32:27 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 12:32:27 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d53c103

kde-apps/ktp-text-ui: Update blocker

Package-Manager: portage-2.2.28

 kde-apps/ktp-text-ui/ktp-text-ui-16.04.0.ebuild       | 2 +-
 kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild | 2 +-
 kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.0.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.0.ebuild
index 1a1a24b..9a9d1c1 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.0.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.0.ebuild
@@ -46,7 +46,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	$(add_kdeapps_dep ktp-contact-list)
-	!net-im/ktp-text-ui
+	!kde-apps/ktp-text-ui:4
 "
 
 src_configure() {

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
index d372a8f..b8f5e24 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
@@ -46,7 +46,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	$(add_kdeapps_dep ktp-contact-list)
-	!net-im/ktp-text-ui
+	!kde-apps/ktp-text-ui:4
 "
 
 src_configure() {

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
index d372a8f..b8f5e24 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -46,7 +46,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	$(add_kdeapps_dep ktp-contact-list)
-	!net-im/ktp-text-ui
+	!kde-apps/ktp-text-ui:4
 "
 
 src_configure() {


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/
@ 2017-03-13 19:26 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2017-03-13 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     125fad3b6d7182ff6f95e76e280903983aea5f0c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 19:24:59 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 19:24:59 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=125fad3b

kde-apps/ktp-text-ui: Fix DEPENDs (qtwebkit -> qtwebengine)

Upstream commit 06f9110dd1f4fdc8552d48ed3d10277d4e44a152

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
index d6eb01b44e..313ea66366 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -37,7 +37,7 @@ DEPEND="
 	$(add_kdeapps_dep ktp-common-internals otr)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwebkit)
+	$(add_qt_dep qtwebengine 'widgets')
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	net-libs/telepathy-qt[qt5]


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/
@ 2017-03-24  0:51 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2017-03-24  0:51 UTC (permalink / raw
  To: gentoo-commits

commit:     635518a12938b13319944852f70a993f28a6aec9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 23:22:58 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 23:22:58 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=635518a1

kde-apps/ktp-text-ui: Set QT_MINIMAL to 5.7.1

https://mail.kde.org/pipermail/release-team/2017-March/010200.html

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/ktp-text-ui/ktp-text-ui-17.04.49.9999.ebuild | 1 +
 kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-17.04.49.9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-17.04.49.9999.ebuild
index 313ea66366..75233619fd 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-17.04.49.9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-17.04.49.9999.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+QT_MINIMAL="5.7.1"
 inherit kde5
 
 DESCRIPTION="KDE Telepathy text chat window"

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
index 313ea66366..75233619fd 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+QT_MINIMAL="5.7.1"
 inherit kde5
 
 DESCRIPTION="KDE Telepathy text chat window"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/
@ 2018-12-25 23:05 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2018-12-25 23:05 UTC (permalink / raw
  To: gentoo-commits

commit:     67b2267aeacc24e72503e4ea8363733393ca618c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 22:37:34 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 22:58:12 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=67b2267a

kde-apps/ktp-text-ui: Drop bogus DEPEND

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/ktp-text-ui/ktp-text-ui-18.12.49.9999.ebuild | 1 -
 kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild          | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-18.12.49.9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-18.12.49.9999.ebuild
index 393e2a6d05..0e24bb8e08 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-18.12.49.9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-18.12.49.9999.ebuild
@@ -19,7 +19,6 @@ DEPEND="
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kdewebkit)
 	$(add_frameworks_dep kemoticons)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
index 8944d01897..0e24bb8e08 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,6 @@ DEPEND="
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kdewebkit)
 	$(add_frameworks_dep kemoticons)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/
@ 2024-03-07 11:29 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2024-03-07 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     10bcb98e0b3603836800940c70dee232cef07fa3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 11:26:02 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 11:26:02 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=10bcb98e

kde-apps/ktp-text-ui: treeclean

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild | 59 ----------------------------
 kde-apps/ktp-text-ui/metadata.xml            | 14 -------
 2 files changed, 73 deletions(-)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
deleted file mode 100644
index a90b2f92b7..0000000000
--- a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE Telepathy text chat window"
-HOMEPAGE="https://community.kde.org/KTp"
-
-LICENSE="Apache-2.0 || ( AFL-2.1 BSD ) GPL-2+ LGPL-2.1+ MIT"
-SLOT="5"
-KEYWORDS=""
-IUSE="speech"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwebengine-${QTMIN}:5[widgets]
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-apps/ktp-common-internals-${PVCUT}:5[otr]
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kemoticons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/knotifyconfig-${KFMIN}:5
-	>=kde-frameworks/kpeople-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	>=kde-frameworks/sonnet-${KFMIN}:5
-	>=net-libs/telepathy-qt-0.9.8
-	speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
-"
-RDEPEND="${DEPEND}
-	>=kde-apps/ktp-contact-list-${PVCUT}:5
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package speech Qt5TextToSpeech)
-	)
-
-	ecm_src_configure
-}

diff --git a/kde-apps/ktp-text-ui/metadata.xml b/kde-apps/ktp-text-ui/metadata.xml
deleted file mode 100644
index 650490df45..0000000000
--- a/kde-apps/ktp-text-ui/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-	<upstream>
-		<bugs-to>https://bugs.kde.org/</bugs-to>
-	</upstream>
-	<use>
-		<flag name="speech">Enable incoming messages to be read out using text-to-speech</flag>
-	</use>
-</pkgmetadata>


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

end of thread, other threads:[~2024-03-07 11:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-24  0:51 [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-03-07 11:29 Andreas Sturmlechner
2018-12-25 23:05 Andreas Sturmlechner
2017-03-13 19:26 Andreas Sturmlechner
2016-04-22 12:35 Johannes Huber
2016-04-07 15:51 Michael Palimaka
2016-04-07 15:32 Michael Palimaka
2016-04-07 15:32 Michael Palimaka
2016-04-07 15:32 Michael Palimaka
2015-06-14 17:01 Michael Palimaka
2015-05-08 20:55 Manuel Rüger

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