diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:22:01 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:22:01 +0000 |
commit | 5a641d8fd7cb479047fe58fd18f66bfe9164a39a (patch) | |
tree | 75e07e1c70a1af0a5f57fb42d604384ad028d52f /kde-base/kmouth | |
parent | [kde-base/ksirk] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-5a641d8fd7cb479047fe58fd18f66bfe9164a39a.tar.gz gentoo-2-5a641d8fd7cb479047fe58fd18f66bfe9164a39a.tar.bz2 gentoo-2-5a641d8fd7cb479047fe58fd18f66bfe9164a39a.zip |
[kde-base/kmouth] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kmouth')
-rw-r--r-- | kde-base/kmouth/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmouth/kmouth-4.4.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kmouth/ChangeLog b/kde-base/kmouth/ChangeLog index 05154db13e77..3249bf5d5f78 100644 --- a/kde-base/kmouth/ChangeLog +++ b/kde-base/kmouth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmouth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.137 2010/01/25 16:21:01 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.138 2010/02/09 00:22:01 alexxy Exp $ + +*kmouth-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kmouth-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kmouth-4.3.5 (25 Jan 2010) diff --git a/kde-base/kmouth/kmouth-4.4.0.ebuild b/kde-base/kmouth/kmouth-4.4.0.ebuild new file mode 100644 index 000000000000..733811660e08 --- /dev/null +++ b/kde-base/kmouth/kmouth-4.4.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/kmouth-4.4.0.ebuild,v 1.1 2010/02/09 00:22:01 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeaccessibility" +KMMODULE="kmouth" + +inherit kde4-meta + +DESCRIPTION="KDE application that reads what you type out loud. Doesn't include a speech synthesizer." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |