diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 20:24:01 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 20:24:01 +0000 |
commit | e8521d71b92c027736265634cb84650a9c740d28 (patch) | |
tree | ff699073c949bab97d927fd334e6528c1d074ce6 /kde-base/kcharselect | |
parent | Version bump KDE 4.4.3 (diff) | |
download | gentoo-2-e8521d71b92c027736265634cb84650a9c740d28.tar.gz gentoo-2-e8521d71b92c027736265634cb84650a9c740d28.tar.bz2 gentoo-2-e8521d71b92c027736265634cb84650a9c740d28.zip |
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/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.4.3.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kcharselect/ChangeLog b/kde-base/kcharselect/ChangeLog index a8c5726e7768..774e0c8e54f0 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.134 2010/03/31 22:10:12 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.135 2010/05/03 20:24:01 alexxy Exp $ + +*kcharselect-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> + +kcharselect-4.4.3.ebuild: + Version bump 31 Mar 2010; Dror Levin <spatz@gentoo.org> -kcharselect-4.3.4.ebuild, -kcharselect-4.4.0.ebuild: diff --git a/kde-base/kcharselect/kcharselect-4.4.3.ebuild b/kde-base/kcharselect/kcharselect-4.4.3.ebuild new file mode 100644 index 000000000000..ef5f6b1f22dd --- /dev/null +++ b/kde-base/kcharselect/kcharselect-4.4.3.ebuild @@ -0,0 +1,12 @@ +# 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.4.3.ebuild,v 1.1 2010/05/03 20:24:01 alexxy Exp $ + +EAPI="3" + +KMNAME="kdeutils" +inherit kde4-meta + +DESCRIPTION="KDE character selection utility" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |