diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 17:28:13 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 17:28:13 +0000 |
commit | 0d3eebda8150ba86118c312cd9b3c39178aefab3 (patch) | |
tree | 0a2d26d08feb67b0696947cf8144ee31689f2d68 | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-0d3eebda8150ba86118c312cd9b3c39178aefab3.tar.gz gentoo-2-0d3eebda8150ba86118c312cd9b3c39178aefab3.tar.bz2 gentoo-2-0d3eebda8150ba86118c312cd9b3c39178aefab3.zip |
Bump shiny new KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
-rw-r--r-- | kde-base/kmouth/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmouth/kmouth-4.2.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kmouth/ChangeLog b/kde-base/kmouth/ChangeLog index d57985322745..e03d6fae4617 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.98 2009/01/14 15:11:25 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmouth/ChangeLog,v 1.99 2009/01/27 17:28:13 alexxy Exp $ + +*kmouth-4.2.0 (27 Jan 2009) + + 27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kmouth-4.2.0.ebuild: + Bump KDE-4.2.0 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kmouth-4.1.2.ebuild, -kmouth-4.1.3.ebuild: diff --git a/kde-base/kmouth/kmouth-4.2.0.ebuild b/kde-base/kmouth/kmouth-4.2.0.ebuild new file mode 100644 index 000000000000..5380d233e8f0 --- /dev/null +++ b/kde-base/kmouth/kmouth-4.2.0.ebuild @@ -0,0 +1,17 @@ +# 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.0.ebuild,v 1.1 2009/01/27 17:28:13 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeaccessibility" +inherit kde4-meta + +DESCRIPTION="KDE: A type-and-say front end for speech synthesizers" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +pkg_postinst() { + kde4-meta_pkg_postinst + elog "Suggested: kde-base/kttsd:${SLOT}" +} |