diff options
author | 2008-06-05 22:01:59 +0000 | |
---|---|---|
committer | 2008-06-05 22:01:59 +0000 | |
commit | a6e14a4c64e93d792149acb8f0c374f947774c09 (patch) | |
tree | e55d1833bafa7ca51999482d3035e64cf88c1e3c /kde-base/kmouth | |
parent | Added the KDE 4.0.5 version of kmousetool. (diff) | |
download | gentoo-2-a6e14a4c64e93d792149acb8f0c374f947774c09.tar.gz gentoo-2-a6e14a4c64e93d792149acb8f0c374f947774c09.tar.bz2 gentoo-2-a6e14a4c64e93d792149acb8f0c374f947774c09.zip |
Added the KDE 4.0.5 version of kmouth.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/kmouth')
-rw-r--r-- | kde-base/kmouth/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmouth/kmouth-4.0.5.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kmouth/ChangeLog b/kde-base/kmouth/ChangeLog index 18bbea989840..a8cda7c9be1d 100644 --- a/kde-base/kmouth/ChangeLog +++ b/kde-base/kmouth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmouth # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.89 2008/05/18 15:24:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.90 2008/06/05 22:01:59 keytoaster Exp $ + +*kmouth-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> +kmouth-4.0.5.ebuild: + Added the KDE 4.0.5 version of kmouth. 18 May 2008; Markus Meier <maekke@gentoo.org> kmouth-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/kmouth/kmouth-4.0.5.ebuild b/kde-base/kmouth/kmouth-4.0.5.ebuild new file mode 100644 index 000000000000..794ea38da4a4 --- /dev/null +++ b/kde-base/kmouth/kmouth-4.0.5.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/kmouth-4.0.5.ebuild,v 1.1 2008/06/05 22:01:59 keytoaster Exp $ + +EAPI="1" + +KMNAME=kdeaccessibility +inherit kde4-meta + +DESCRIPTION="KDE: A type-and-say front end for speech synthesizers" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |