diff options
Diffstat (limited to 'kde-base/kcharselect')
-rw-r--r-- | kde-base/kcharselect/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcharselect/kcharselect-4.5.2.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kcharselect/ChangeLog b/kde-base/kcharselect/ChangeLog index 5e4ce455266d..292f57e8f7e4 100644 --- a/kde-base/kcharselect/ChangeLog +++ b/kde-base/kcharselect/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kcharselect # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.147 2010/09/05 23:31:28 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.148 2010/10/06 09:17:13 alexxy Exp $ + +*kcharselect-4.5.2 (05 Oct 2010) + + 05 Oct 2010; Alexey Shvetsov <alexxy@gentoo.org> + +kcharselect-4.5.2.ebuild: + Version bump KDE SC 4.5.2 *kcharselect-4.5.1 (05 Sep 2010) diff --git a/kde-base/kcharselect/kcharselect-4.5.2.ebuild b/kde-base/kcharselect/kcharselect-4.5.2.ebuild new file mode 100644 index 000000000000..ea61a6bcb84a --- /dev/null +++ b/kde-base/kcharselect/kcharselect-4.5.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/kcharselect-4.5.2.ebuild,v 1.1 2010/10/06 09:17:13 alexxy Exp $ + +EAPI="3" + +KDE_HANDBOOK="optional" +KMNAME="kdeutils" +inherit kde4-meta + +DESCRIPTION="KDE character selection utility" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |