diff options
Diffstat (limited to 'kde-base/kmouth')
-rw-r--r-- | kde-base/kmouth/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kmouth/files/digest-kmouth-3.4.0 | 1 | ||||
-rw-r--r-- | kde-base/kmouth/kmouth-3.4.0.ebuild | 13 |
3 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kmouth/ChangeLog b/kde-base/kmouth/ChangeLog index e0f04b9ddc28..c49614f97465 100644 --- a/kde-base/kmouth/ChangeLog +++ b/kde-base/kmouth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kmouth # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.4 2005/03/13 14:18:24 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.5 2005/03/13 21:19:06 danarmak Exp $ + + 13 Mar 2005; Dan Armak <danarmak@gentoo.org> kmouth-3.4.0.ebuild: + KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a + few more days. *kmouth-3.4.0_rc1 (13 Mar 2005) diff --git a/kde-base/kmouth/files/digest-kmouth-3.4.0 b/kde-base/kmouth/files/digest-kmouth-3.4.0 new file mode 100644 index 000000000000..f2864b708e2d --- /dev/null +++ b/kde-base/kmouth/files/digest-kmouth-3.4.0 @@ -0,0 +1 @@ +MD5 274bd9335219f0fefb6fdc4a17891cf7 kdeaccessibility-3.4.0.tar.bz2 7220617 diff --git a/kde-base/kmouth/kmouth-3.4.0.ebuild b/kde-base/kmouth/kmouth-3.4.0.ebuild new file mode 100644 index 000000000000..211121614fe2 --- /dev/null +++ b/kde-base/kmouth/kmouth-3.4.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/kmouth-3.4.0.ebuild,v 1.1 2005/03/13 21:19:06 danarmak Exp $ +KMNAME=kdeaccessibility +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE: A type-and-say front end for speech synthesizers" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="" + |