diff options
author | 2009-11-02 20:42:20 +0000 | |
---|---|---|
committer | 2009-11-02 20:42:20 +0000 | |
commit | eb61a4b0e971e2b15c04ed3382364c7f1b932d22 (patch) | |
tree | 9c5cc86ac9975b8c7cc2dd992bf711f8ab19207f /kde-base/kcharselect | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-eb61a4b0e971e2b15c04ed3382364c7f1b932d22.tar.gz gentoo-2-eb61a4b0e971e2b15c04ed3382364c7f1b932d22.tar.bz2 gentoo-2-eb61a4b0e971e2b15c04ed3382364c7f1b932d22.zip |
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcharselect')
-rw-r--r-- | kde-base/kcharselect/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcharselect/kcharselect-4.3.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kcharselect/ChangeLog b/kde-base/kcharselect/ChangeLog index 0bd153c256af..3e7ad6945db5 100644 --- a/kde-base/kcharselect/ChangeLog +++ b/kde-base/kcharselect/ChangeLog @@ -1,6 +1,11 @@ # 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.115 2009/10/18 14:36:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.116 2009/11/02 20:42:20 wired Exp $ + +*kcharselect-4.3.3 (02 Nov 2009) + + 02 Nov 2009; Alex Alexander <wired@gentoo.org> +kcharselect-4.3.3.ebuild: + Version bump 18 Oct 2009; Markus Meier <maekke@gentoo.org> kcharselect-4.3.1.ebuild: x86 stable, bug #287697 diff --git a/kde-base/kcharselect/kcharselect-4.3.3.ebuild b/kde-base/kcharselect/kcharselect-4.3.3.ebuild new file mode 100644 index 000000000000..439c7855ca57 --- /dev/null +++ b/kde-base/kcharselect/kcharselect-4.3.3.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.3.ebuild,v 1.1 2009/11/02 20:42:20 wired Exp $ + +EAPI="2" + +KMNAME="kdeutils" +inherit kde4-meta + +DESCRIPTION="KDE character selection utility" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" |