* [gentoo-commits] proj/kde:master commit in: kde-apps/kmouth/
@ 2015-11-04 15:53 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-11-04 15:53 UTC (permalink / raw
To: gentoo-commits
commit: c651e9fc8aaebfcfc2a8a747836f6adc079975b6
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 4 15:51:56 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 15:53:02 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c651e9fc
kde-apps/kmouth: add frameworks branch
Package-Manager: portage-2.2.20.1
kde-apps/kmouth/kmouth-5.9999.ebuild | 32 ++++++++++++++++++++++++++++++++
kde-apps/kmouth/kmouth-9999.ebuild | 1 +
2 files changed, 33 insertions(+)
diff --git a/kde-apps/kmouth/kmouth-5.9999.ebuild b/kde-apps/kmouth/kmouth-5.9999.ebuild
new file mode 100644
index 0000000..53b189f
--- /dev/null
+++ b/kde-apps/kmouth/kmouth-5.9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+KDE_HANDBOOK="true"
+inherit kde5
+
+DESCRIPTION="KDE application that reads what you type out loud. Doesn't include a speech synthesizer"
+HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ dev-qt/qtgui:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtspeech:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+"
+RDEPEND="${DEPEND}"
diff --git a/kde-apps/kmouth/kmouth-9999.ebuild b/kde-apps/kmouth/kmouth-9999.ebuild
index ddd338f..7087149 100644
--- a/kde-apps/kmouth/kmouth-9999.ebuild
+++ b/kde-apps/kmouth/kmouth-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=5
+EGIT_BRANCH="frameworks"
KDE_HANDBOOK="optional"
inherit kde4-base
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmouth/
@ 2015-11-10 17:30 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-11-10 17:30 UTC (permalink / raw
To: gentoo-commits
commit: e093fbd944fb80e482adf4ce34cd588bca36f106
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 17:30:39 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 17:30:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e093fbd9
kde-apps/kmouth: reduce DESCRIPTION length to fit within 80 character limit
Package-Manager: portage-2.2.24
kde-apps/kmouth/kmouth-15.08.2.ebuild | 2 +-
kde-apps/kmouth/kmouth-15.08.49.9999.ebuild | 2 +-
kde-apps/kmouth/kmouth-5.9999.ebuild | 2 +-
kde-apps/kmouth/kmouth-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-apps/kmouth/kmouth-15.08.2.ebuild b/kde-apps/kmouth/kmouth-15.08.2.ebuild
index e7ff8b0..f36dcf2 100644
--- a/kde-apps/kmouth/kmouth-15.08.2.ebuild
+++ b/kde-apps/kmouth/kmouth-15.08.2.ebuild
@@ -7,7 +7,7 @@ EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
-DESCRIPTION="KDE application that reads what you type out loud. Doesn't include a speech synthesizer"
+DESCRIPTION="Text-to-speech synthesizer front end"
HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
diff --git a/kde-apps/kmouth/kmouth-15.08.49.9999.ebuild b/kde-apps/kmouth/kmouth-15.08.49.9999.ebuild
index ddd338f..760f987 100644
--- a/kde-apps/kmouth/kmouth-15.08.49.9999.ebuild
+++ b/kde-apps/kmouth/kmouth-15.08.49.9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
-DESCRIPTION="KDE application that reads what you type out loud. Doesn't include a speech synthesizer"
+DESCRIPTION="Text-to-speech synthesizer front end"
HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/"
KEYWORDS=""
IUSE="debug"
diff --git a/kde-apps/kmouth/kmouth-5.9999.ebuild b/kde-apps/kmouth/kmouth-5.9999.ebuild
index 53b189f..08c9b7c 100644
--- a/kde-apps/kmouth/kmouth-5.9999.ebuild
+++ b/kde-apps/kmouth/kmouth-5.9999.ebuild
@@ -8,7 +8,7 @@ EGIT_BRANCH="frameworks"
KDE_HANDBOOK="true"
inherit kde5
-DESCRIPTION="KDE application that reads what you type out loud. Doesn't include a speech synthesizer"
+DESCRIPTION="Text-to-speech synthesizer front end"
HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/"
KEYWORDS=""
IUSE=""
diff --git a/kde-apps/kmouth/kmouth-9999.ebuild b/kde-apps/kmouth/kmouth-9999.ebuild
index 7087149..4fe730e 100644
--- a/kde-apps/kmouth/kmouth-9999.ebuild
+++ b/kde-apps/kmouth/kmouth-9999.ebuild
@@ -8,7 +8,7 @@ EGIT_BRANCH="frameworks"
KDE_HANDBOOK="optional"
inherit kde4-base
-DESCRIPTION="KDE application that reads what you type out loud. Doesn't include a speech synthesizer"
+DESCRIPTION="Text-to-speech synthesizer front end"
HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/"
KEYWORDS=""
IUSE="debug"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmouth/
@ 2016-01-20 11:40 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2016-01-20 11:40 UTC (permalink / raw
To: gentoo-commits
commit: 60aed3b0f36eef909b273d10204cab94cef4255b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 11:39:13 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 11:39:13 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=60aed3b0
kde-apps/kmouth: use correct branch
Package-Manager: portage-2.2.27
kde-apps/kmouth/kmouth-15.12.1.ebuild | 1 -
kde-apps/kmouth/kmouth-15.12.49.9999.ebuild | 1 -
kde-apps/kmouth/kmouth-9999.ebuild | 1 -
3 files changed, 3 deletions(-)
diff --git a/kde-apps/kmouth/kmouth-15.12.1.ebuild b/kde-apps/kmouth/kmouth-15.12.1.ebuild
index 0852196..79fdf97 100644
--- a/kde-apps/kmouth/kmouth-15.12.1.ebuild
+++ b/kde-apps/kmouth/kmouth-15.12.1.ebuild
@@ -4,7 +4,6 @@
EAPI=5
-EGIT_BRANCH="frameworks"
KDE_HANDBOOK="optional"
inherit kde4-base
diff --git a/kde-apps/kmouth/kmouth-15.12.49.9999.ebuild b/kde-apps/kmouth/kmouth-15.12.49.9999.ebuild
index 3f14de8..4db091c 100644
--- a/kde-apps/kmouth/kmouth-15.12.49.9999.ebuild
+++ b/kde-apps/kmouth/kmouth-15.12.49.9999.ebuild
@@ -4,7 +4,6 @@
EAPI=5
-EGIT_BRANCH="frameworks"
KDE_HANDBOOK="optional"
inherit kde4-base
diff --git a/kde-apps/kmouth/kmouth-9999.ebuild b/kde-apps/kmouth/kmouth-9999.ebuild
index 3f14de8..4db091c 100644
--- a/kde-apps/kmouth/kmouth-9999.ebuild
+++ b/kde-apps/kmouth/kmouth-9999.ebuild
@@ -4,7 +4,6 @@
EAPI=5
-EGIT_BRANCH="frameworks"
KDE_HANDBOOK="optional"
inherit kde4-base
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmouth/
@ 2016-04-04 22:25 Johannes Huber
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2016-04-04 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 0580704bfc14368dcb46184a0efbea86fccf63f8
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 22:19:38 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 22:19:38 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0580704b
kde-apps/kmouth: EAPI 6
Package-Manager: portage-2.2.28
kde-apps/kmouth/kmouth-16.04.49.9999.ebuild | 2 +-
kde-apps/kmouth/kmouth-5.9999.ebuild | 2 +-
kde-apps/kmouth/kmouth-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kmouth/kmouth-16.04.49.9999.ebuild b/kde-apps/kmouth/kmouth-16.04.49.9999.ebuild
index 4db091c..99d30c2 100644
--- a/kde-apps/kmouth/kmouth-16.04.49.9999.ebuild
+++ b/kde-apps/kmouth/kmouth-16.04.49.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDE_HANDBOOK="optional"
inherit kde4-base
diff --git a/kde-apps/kmouth/kmouth-5.9999.ebuild b/kde-apps/kmouth/kmouth-5.9999.ebuild
index 8975739..bc0a7c8 100644
--- a/kde-apps/kmouth/kmouth-5.9999.ebuild
+++ b/kde-apps/kmouth/kmouth-5.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
EGIT_BRANCH="frameworks"
KDE_HANDBOOK="true"
diff --git a/kde-apps/kmouth/kmouth-9999.ebuild b/kde-apps/kmouth/kmouth-9999.ebuild
index 4db091c..99d30c2 100644
--- a/kde-apps/kmouth/kmouth-9999.ebuild
+++ b/kde-apps/kmouth/kmouth-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDE_HANDBOOK="optional"
inherit kde4-base
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmouth/
@ 2016-04-07 11:45 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2016-04-07 11:45 UTC (permalink / raw
To: gentoo-commits
commit: 1931dbae1a805f024bfbe219bfa46c5f093dea33
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 11:44:54 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 11:44:54 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1931dbae
kde-apps/kmouth: force handbook to be optional
Package-Manager: portage-2.2.28
kde-apps/kmouth/kmouth-5.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kmouth/kmouth-5.9999.ebuild b/kde-apps/kmouth/kmouth-5.9999.ebuild
index bc0a7c8..3202e19 100644
--- a/kde-apps/kmouth/kmouth-5.9999.ebuild
+++ b/kde-apps/kmouth/kmouth-5.9999.ebuild
@@ -5,7 +5,7 @@
EAPI=6
EGIT_BRANCH="frameworks"
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
inherit kde5
DESCRIPTION="Text-to-speech synthesizer front end"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmouth/
@ 2017-08-11 14:16 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2017-08-11 14:16 UTC (permalink / raw
To: gentoo-commits
commit: 66d6207718823f3c7aff05b7b3ba9578609ff8bc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 11:19:47 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 12:09:35 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=66d62077
kde-apps/kmouth: Add QT3SUPPORT_REQUIRED="true"
Package-Manager: Portage-2.3.6, Repoman-2.3.1
kde-apps/kmouth/kmouth-17.08.49.9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/kmouth/kmouth-17.08.49.9999.ebuild b/kde-apps/kmouth/kmouth-17.08.49.9999.ebuild
index 8a0816927f..310840044f 100644
--- a/kde-apps/kmouth/kmouth-17.08.49.9999.ebuild
+++ b/kde-apps/kmouth/kmouth-17.08.49.9999.ebuild
@@ -4,6 +4,7 @@
EAPI=6
KDE_HANDBOOK="optional"
+QT3SUPPORT_REQUIRED="true"
inherit kde4-base
DESCRIPTION="Text-to-speech synthesizer front end"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmouth/
@ 2017-08-15 21:49 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2017-08-15 21:49 UTC (permalink / raw
To: gentoo-commits
commit: 8a4d1a09b94b5c6554d3e643db4587793c411de7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 21:30:43 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 21:30:43 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a4d1a09
kde-apps/kmouth: Frameworks merged to master
Package-Manager: Portage-2.3.7, Repoman-2.3.3
kde-apps/kmouth/kmouth-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/kmouth/kmouth-9999.ebuild b/kde-apps/kmouth/kmouth-9999.ebuild
index c8be4a70ff..af78682367 100644
--- a/kde-apps/kmouth/kmouth-9999.ebuild
+++ b/kde-apps/kmouth/kmouth-9999.ebuild
@@ -3,7 +3,6 @@
EAPI=6
-EGIT_BRANCH="frameworks"
KDE_HANDBOOK="forceoptional"
inherit kde5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmouth/
@ 2017-11-12 15:23 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2017-11-12 15:23 UTC (permalink / raw
To: gentoo-commits
commit: b5b02f4e91d04625780997799c98a7789d9fba76
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 13:19:05 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 15:22:58 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b5b02f4e
kde-apps/kmouth: Add kde4-l10n blocker
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-apps/kmouth/kmouth-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kde-apps/kmouth/kmouth-9999.ebuild b/kde-apps/kmouth/kmouth-9999.ebuild
index af78682367..afe739533f 100644
--- a/kde-apps/kmouth/kmouth-9999.ebuild
+++ b/kde-apps/kmouth/kmouth-9999.ebuild
@@ -27,4 +27,6 @@ DEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !kde-apps/kde4-l10n
+"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-11-12 15:23 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-04 22:25 [gentoo-commits] proj/kde:master commit in: kde-apps/kmouth/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2017-11-12 15:23 Andreas Sturmlechner
2017-08-15 21:49 Andreas Sturmlechner
2017-08-11 14:16 Andreas Sturmlechner
2016-04-07 11:45 Michael Palimaka
2016-01-20 11:40 Michael Palimaka
2015-11-10 17:30 Michael Palimaka
2015-11-04 15:53 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox