[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/

2024-03-07 Thread Andreas Sturmlechner
commit: 10bcb98e0b3603836800940c70dee232cef07fa3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  7 11:26:02 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  7 11:26:02 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=10bcb98e

kde-apps/ktp-text-ui: treeclean

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/ktp-text-ui/ktp-text-ui-.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-.ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
deleted file mode 100644
index a90b2f92b7..00
--- a/kde-apps/ktp-text-ui/ktp-text-ui-.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..00
--- a/kde-apps/ktp-text-ui/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-   
-   https://bugs.kde.org/
-   
-   
-   Enable incoming messages to be read out 
using text-to-speech
-   
-



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/

2018-12-25 Thread Andreas Sturmlechner
commit: 67b2267aeacc24e72503e4ea8363733393ca618c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 25 22:37:34 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 25 22:58:12 2018 +
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  gentoo.org>

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

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-18.12.49..ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-18.12.49..ebuild
index 393e2a6d05..0e24bb8e08 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-18.12.49..ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-18.12.49..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-.ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
index 8944d01897..0e24bb8e08 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-.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)



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/

2017-03-23 Thread Andreas Sturmlechner
commit: 635518a12938b13319944852f70a993f28a6aec9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 23 23:22:58 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 23 23:22:58 2017 +
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..ebuild | 1 +
 kde-apps/ktp-text-ui/ktp-text-ui-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

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



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/

2017-03-13 Thread Andreas Sturmlechner
commit: 125fad3b6d7182ff6f95e76e280903983aea5f0c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 13 19:24:59 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 13 19:24:59 2017 +
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-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
index d6eb01b44e..313ea66366 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-.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]



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/

2016-04-22 Thread Johannes Huber
commit: 0d53c1032b0e81f18d02202a67530d593a18bbde
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Apr 22 12:32:27 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Apr 22 12:32:27 2016 +
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..ebuild | 2 +-
 kde-apps/ktp-text-ui/ktp-text-ui-.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..ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..ebuild
index d372a8f..b8f5e24 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..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-.ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
index d372a8f..b8f5e24 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-.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() {



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/

2016-04-07 Thread Michael Palimaka
commit: d252e9aa713c90c2c78fdf4575f19af78eaac6e6
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Apr  7 15:51:10 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Apr  7 15:51:10 2016 +
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..ebuild | 2 +-
 kde-apps/ktp-text-ui/ktp-text-ui-.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..ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..ebuild
index 8809e3c..d372a8f 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..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-.ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
index 8809e3c..d372a8f 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-.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"
 



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/

2016-04-07 Thread Michael Palimaka
commit: 86718d43c3795c7eabd221b626191a7dda932d92
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Apr  7 15:31:10 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Apr  7 15:31:10 2016 +
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..ebuild | 11 ++-
 kde-apps/ktp-text-ui/ktp-text-ui-.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..ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..ebuild
index 97faf84..8809e3c 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..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-.ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
index 97faf84..8809e3c 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-.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 @@
k...@gentoo.org
Gentoo KDE Project

+   
+   Enable incoming messages to be read out 
using text-to-speech
+   
 



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/

2016-04-07 Thread Michael Palimaka
commit: a8be8d03db6c0e99e0849dd27cef22de175246f7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Apr  7 15:23:50 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Apr  7 15:23:50 2016 +
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..ebuild | 2 +-
 kde-apps/ktp-text-ui/ktp-text-ui-.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..ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..ebuild
index 34f2a8b..97faf84 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..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-.ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
index 34f2a8b..97faf84 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-.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=""
 



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/

2016-04-07 Thread Michael Palimaka
commit: 501eb0d8d3f7c1b907ca7e6f75dc97fa77325c63
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Apr  7 15:20:19 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Apr  7 15:20:19 2016 +
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..ebuild | 1 +
 kde-apps/ktp-text-ui/ktp-text-ui-.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..ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..ebuild
index 56ed923..34f2a8b 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49..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-.ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
index 56ed923..34f2a8b 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-.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)



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/

2015-06-14 Thread Michael Palimaka
commit: de8883ae929776870d53e01db47db0d0d4c91a9a
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Sat Jun 13 21:02:30 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sun Jun 14 17:01:05 2015 +
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..ebuild | 2 +-
 kde-apps/ktp-text-ui/ktp-text-ui-.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..ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-15.04.49..ebuild
index 983b5ab..6bc7ce4 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-15.04.49..ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-15.04.49..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-.ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
index 983b5ab..6bc7ce4 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-.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



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/

2015-05-08 Thread Manuel Rüger
commit: b9c7fbdfa59d0d154bcbe588e0eb265eec684a22
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Fri May  8 20:54:55 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Fri May  8 20:54:55 2015 +
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



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/, kde-frameworks/kpeople/, kde-apps/ktp-common-internals/, ...

2015-03-05 Thread Johannes Huber
commit: 369cebcebc4d8676288ea2fc2f3edc1c48461acb
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Thu Mar  5 19:58:41 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Thu Mar  5 19:58:41 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=369cebce

Pkg move net-libs/kpeople - kde-frameworks/kpeople

 .../ktp-common-internals-.ebuild   |  3 +-
 kde-apps/ktp-text-ui/ktp-text-ui-.ebuild   |  2 +-
 .../kpeople/kpeople-.ebuild| 17 +++--
 {net-libs = kde-frameworks}/kpeople/metadata.xml  |  0
 net-libs/kpeople/kpeople-0.3..ebuild   | 41 --
 5 files changed, 8 insertions(+), 55 deletions(-)

diff --git a/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild 
b/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild
index 648cef6..8d84845 100644
--- a/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild
+++ b/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild
@@ -15,7 +15,7 @@ LICENSE=LGPL-2.1
 KEYWORDS=
 IUSE=otr
 
-# todo: kpeople, kdepimlibs
+# todo: kdepimlibs
 DEPEND=
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
@@ -26,6 +26,7 @@ DEPEND=
$(add_frameworks_dep knotifications)
$(add_frameworks_dep knotifyconfig)
$(add_frameworks_dep kparts)
+   $(add_frameworks_dep kpeople)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktexteditor)
$(add_frameworks_dep kwallet)

diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
index 20f0690..9e9a31f 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
@@ -28,6 +28,7 @@ DEPEND=
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kpeople)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
@@ -40,7 +41,6 @@ DEPEND=
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
-   net-libs/kpeople:5
net-libs/telepathy-qt[qt5]
 
 RDEPEND=${DEPEND}

diff --git a/net-libs/kpeople/kpeople-.ebuild 
b/kde-frameworks/kpeople/kpeople-.ebuild
similarity index 66%
rename from net-libs/kpeople/kpeople-.ebuild
rename to kde-frameworks/kpeople/kpeople-.ebuild
index 80fd6a9..c56bc71 100644
--- a/net-libs/kpeople/kpeople-.ebuild
+++ b/kde-frameworks/kpeople/kpeople-.ebuild
@@ -7,13 +7,13 @@ EAPI=5
 inherit kde5
 
 DESCRIPTION=KDE contact person abstraction library
-HOMEPAGE=https://projects.kde.org/projects/playground/network/kpeople;
+HOMEPAGE=https://projects.kde.org/projects/frameworks/kpeople;
 
 LICENSE=LGPL-2.1
 KEYWORDS=
 IUSE=semantic-desktop
 
-RDEPEND=
+DEPEND=
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
@@ -25,14 +25,7 @@ RDEPEND=
dev-qt/qtgui:5
dev-qt/qtsql:5
dev-qt/qtwidgets:5
-   semantic-desktop? ( $(add_plasma_dep baloo) )
 
-DEPEND=${RDEPEND}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
-   )
-
-   kde5_src_configure
-}
+RDEPEND=${DEPEND}
+   !net-libs/kpeople:5
+

diff --git a/net-libs/kpeople/metadata.xml b/kde-frameworks/kpeople/metadata.xml
similarity index 100%
rename from net-libs/kpeople/metadata.xml
rename to kde-frameworks/kpeople/metadata.xml

diff --git a/net-libs/kpeople/kpeople-0.3..ebuild 
b/net-libs/kpeople/kpeople-0.3..ebuild
deleted file mode 100644
index 9f7a07c..000
--- a/net-libs/kpeople/kpeople-0.3..ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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
-   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/kpeople;
-
-LICENSE=LGPL-2.1
-SLOT=4/4
-IUSE=debug examples semantic-desktop test
-
-RDEPEND=
-   $(add_kdebase_dep kdepimlibs)
-   semantic-desktop? ( $(add_kdebase_dep baloo) )
-
-DEPEND=${RDEPEND}
-   sys-devel/gettext
-
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with examples)
-   $(cmake-utils_use_find_package semantic-desktop Baloo)
-   )
-
-   kde4-base_src_configure
-}



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/, net-im/ktp-text-ui/

2015-02-25 Thread Johannes Huber
commit: 1c93bdac24f145206a2105e3867d04a4ea99fc65
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Wed Feb 25 21:41:14 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Wed Feb 25 22:10:02 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1c93bdac

Pkg move net-im/ktp-text-ui - kde-apps/ktp-text-ui

---
 {net-im = kde-apps}/ktp-text-ui/ktp-text-ui-.ebuild | 4 ++--
 {net-im = kde-apps}/ktp-text-ui/metadata.xml| 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/ktp-text-ui/ktp-text-ui-.ebuild 
b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
similarity index 97%
rename from net-im/ktp-text-ui/ktp-text-ui-.ebuild
rename to kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
index 43e06de..20f0690 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION=KDE Telepathy text chat window
 HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
 
 LICENSE=GPL-2
-SLOT=5
+KEYWORDS=
 IUSE=
 
 DEPEND=
@@ -45,5 +45,5 @@ DEPEND=
 
 RDEPEND=${DEPEND}
$(add_kdeapps_dep ktp-contact-list)
-   !net-im/ktp-text-ui:4
+   !net-im/ktp-text-ui
 

diff --git a/net-im/ktp-text-ui/metadata.xml b/kde-apps/ktp-text-ui/metadata.xml
similarity index 100%
rename from net-im/ktp-text-ui/metadata.xml
rename to kde-apps/ktp-text-ui/metadata.xml