diff options
Diffstat (limited to 'kde-base/kcharselect')
-rw-r--r-- | kde-base/kcharselect/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcharselect/kcharselect-4.0.2.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kcharselect/ChangeLog b/kde-base/kcharselect/ChangeLog index 0be22ff86003..4e4ba6f1bcbc 100644 --- a/kde-base/kcharselect/ChangeLog +++ b/kde-base/kcharselect/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kcharselect # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.70 2008/03/04 01:52:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.71 2008/03/10 23:24:47 philantrop Exp $ + +*kcharselect-4.0.2 (10 Mar 2008) + + 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kcharselect-4.0.2.ebuild: + Version bump to KDE 4.0.2 04 Mar 2008; Jeroen Roovers <jer@gentoo.org> kcharselect-3.5.8.ebuild, kcharselect-3.5.9.ebuild, kcharselect-4.0.1.ebuild: diff --git a/kde-base/kcharselect/kcharselect-4.0.2.ebuild b/kde-base/kcharselect/kcharselect-4.0.2.ebuild new file mode 100644 index 000000000000..ec8f5ec15361 --- /dev/null +++ b/kde-base/kcharselect/kcharselect-4.0.2.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/kcharselect/kcharselect-4.0.2.ebuild,v 1.1 2008/03/10 23:24:47 philantrop Exp $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4-meta + +DESCRIPTION="KDE character selection utility" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |