diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 18:23:45 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 18:23:45 +0000 |
commit | 04b621f53a1f9032a917a1f85f9c739753c68c5f (patch) | |
tree | 432f11d343e43b503050b85b4bcdab802aaf8b79 /kde-base/kcharselect | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-04b621f53a1f9032a917a1f85f9c739753c68c5f.tar.gz gentoo-2-04b621f53a1f9032a917a1f85f9c739753c68c5f.tar.bz2 gentoo-2-04b621f53a1f9032a917a1f85f9c739753c68c5f.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcharselect')
-rw-r--r-- | kde-base/kcharselect/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcharselect/kcharselect-4.3.2.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kcharselect/ChangeLog b/kde-base/kcharselect/ChangeLog index 027b5d620ab4..c6d3f256daff 100644 --- a/kde-base/kcharselect/ChangeLog +++ b/kde-base/kcharselect/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kcharselect # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.110 2009/09/01 14:55:14 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.111 2009/10/06 18:23:45 alexxy Exp $ + +*kcharselect-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> + +kcharselect-4.3.2.ebuild: + Version bump *kcharselect-4.3.1 (01 Sep 2009) diff --git a/kde-base/kcharselect/kcharselect-4.3.2.ebuild b/kde-base/kcharselect/kcharselect-4.3.2.ebuild new file mode 100644 index 000000000000..8a3b457d6aea --- /dev/null +++ b/kde-base/kcharselect/kcharselect-4.3.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/kcharselect-4.3.2.ebuild,v 1.1 2009/10/06 18:23:45 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeutils" +inherit kde4-meta + +DESCRIPTION="KDE character selection utility" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" |