diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 20:44:03 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 20:44:03 +0000 |
commit | 1542d8f772b661a0594b90c314bb328c9071be1a (patch) | |
tree | 7681d662204c63aa782c2821a8e8e80cb302045f /kde-base/kcharselect | |
parent | amd64/x86 stable, bug #215875 (diff) | |
download | gentoo-2-1542d8f772b661a0594b90c314bb328c9071be1a.tar.gz gentoo-2-1542d8f772b661a0594b90c314bb328c9071be1a.tar.bz2 gentoo-2-1542d8f772b661a0594b90c314bb328c9071be1a.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcharselect')
-rw-r--r-- | kde-base/kcharselect/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kcharselect/kcharselect-4.0.3.ebuild | 12 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kcharselect/ChangeLog b/kde-base/kcharselect/ChangeLog index 767a5c0c1b82..46a5646c89d3 100644 --- a/kde-base/kcharselect/ChangeLog +++ b/kde-base/kcharselect/ChangeLog @@ -1,6 +1,13 @@ # 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.72 2008/03/20 16:28:33 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.73 2008/04/03 20:44:03 philantrop Exp $ + +*kcharselect-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kcharselect-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kcharselect-4.0.1.ebuild: diff --git a/kde-base/kcharselect/kcharselect-4.0.3.ebuild b/kde-base/kcharselect/kcharselect-4.0.3.ebuild new file mode 100644 index 000000000000..0b8d5b06c13e --- /dev/null +++ b/kde-base/kcharselect/kcharselect-4.0.3.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.3.ebuild,v 1.1 2008/04/03 20:44:03 philantrop Exp $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4-meta + +DESCRIPTION="KDE character selection utility" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |