diff options
author | 2008-01-17 23:52:48 +0000 | |
---|---|---|
committer | 2008-01-17 23:52:48 +0000 | |
commit | 0879f321ecc026719d07afe78001f1a944cf51ec (patch) | |
tree | 1d4cd5bc8f34171b2fe97e5fd98b5772491d7d58 | |
parent | Added KDE 4.0.0's kdenetwork-meta. (diff) | |
download | gentoo-2-0879f321ecc026719d07afe78001f1a944cf51ec.tar.gz gentoo-2-0879f321ecc026719d07afe78001f1a944cf51ec.tar.bz2 gentoo-2-0879f321ecc026719d07afe78001f1a944cf51ec.zip |
Added KDE 4.0.0's kmouth.
(Portage version: 2.1.4)
-rw-r--r-- | kde-base/kmouth/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kmouth/files/digest-kmouth-4.0.0 | 3 | ||||
-rw-r--r-- | kde-base/kmouth/kmouth-4.0.0.ebuild | 12 |
3 files changed, 22 insertions, 2 deletions
diff --git a/kde-base/kmouth/ChangeLog b/kde-base/kmouth/ChangeLog index 23a963534498..1ace8a1d7895 100644 --- a/kde-base/kmouth/ChangeLog +++ b/kde-base/kmouth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmouth -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.70 2007/10/19 23:09:50 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.71 2008/01/17 23:52:47 ingmar Exp $ + +*kmouth-4.0.0 (17 Jan 2008) + + 17 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kmouth-4.0.0.ebuild: + Added KDE 4.0.0's kmouth. *kmouth-3.5.8 (19 Oct 2007) diff --git a/kde-base/kmouth/files/digest-kmouth-4.0.0 b/kde-base/kmouth/files/digest-kmouth-4.0.0 new file mode 100644 index 000000000000..e898d1e83831 --- /dev/null +++ b/kde-base/kmouth/files/digest-kmouth-4.0.0 @@ -0,0 +1,3 @@ +MD5 aaf6e7d2e79ca7de73a0f3b13e498c32 kdeaccessibility-4.0.0.tar.bz2 6368445 +RMD160 1d96611de5151055a4375dd3be3dabd94cc1c91e kdeaccessibility-4.0.0.tar.bz2 6368445 +SHA256 89fff240a0d9e99ea6f7630eb257402a51b67095574f6526f2a5a3fa1585867f kdeaccessibility-4.0.0.tar.bz2 6368445 diff --git a/kde-base/kmouth/kmouth-4.0.0.ebuild b/kde-base/kmouth/kmouth-4.0.0.ebuild new file mode 100644 index 000000000000..8e8725c9a3c8 --- /dev/null +++ b/kde-base/kmouth/kmouth-4.0.0.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.0.ebuild,v 1.1 2008/01/17 23:52:47 ingmar 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" |