summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/kmouth/ChangeLog7
-rw-r--r--kde-base/kmouth/kmouth-4.2.4.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/kmouth/ChangeLog b/kde-base/kmouth/ChangeLog
index 1808c14cdb64..360ebec096e9 100644
--- a/kde-base/kmouth/ChangeLog
+++ b/kde-base/kmouth/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kmouth
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.111 2009/06/03 16:33:58 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.112 2009/06/04 12:55:52 alexxy Exp $
+
+*kmouth-4.2.4 (04 Jun 2009)
+
+ 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kmouth-4.2.4.ebuild:
+ Version bump
03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kmouth-4.2.2.ebuild:
Drop KDE 4.2.2
diff --git a/kde-base/kmouth/kmouth-4.2.4.ebuild b/kde-base/kmouth/kmouth-4.2.4.ebuild
new file mode 100644
index 000000000000..a8695ab20f4e
--- /dev/null
+++ b/kde-base/kmouth/kmouth-4.2.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/kmouth-4.2.4.ebuild,v 1.1 2009/06/04 12:55:52 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdeaccessibility"
+inherit kde4-meta
+
+DESCRIPTION="KDE: A type-and-say front end for speech synthesizers"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug +handbook"
+
+pkg_postinst() {
+ kde4-meta_pkg_postinst
+
+ echo
+ elog "Suggested: kde-base/kttsd:${SLOT}"
+ echo
+}