diff options
author | Alex Alexander <wired@gentoo.org> | 2009-08-03 23:59:35 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-08-03 23:59:35 +0000 |
commit | 97fc5654e876aa3477c8cce768dffc5501fa15b1 (patch) | |
tree | 6a2bfdec38cbb0f62a40ec8483153e73880f214a /kde-base/kcharselect | |
parent | Version bump KDE 4.3.0 (diff) | |
download | gentoo-2-97fc5654e876aa3477c8cce768dffc5501fa15b1.tar.gz gentoo-2-97fc5654e876aa3477c8cce768dffc5501fa15b1.tar.bz2 gentoo-2-97fc5654e876aa3477c8cce768dffc5501fa15b1.zip |
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/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.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kcharselect/ChangeLog b/kde-base/kcharselect/ChangeLog index 29ae51c113ee..caa417ce6b94 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.108 2009/07/12 10:03:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.109 2009/08/03 23:59:35 wired Exp $ + +*kcharselect-4.3.0 (03 Aug 2009) + + 03 Aug 2009; Alex Alexander <wired@gentoo.org> +kcharselect-4.3.0.ebuild: + Version bump 12 Jul 2009; Raúl Porcel <armin76@gentoo.org> kcharselect-3.5.10.ebuild: alpha/ia64/sparc stable wrt #271889 diff --git a/kde-base/kcharselect/kcharselect-4.3.0.ebuild b/kde-base/kcharselect/kcharselect-4.3.0.ebuild new file mode 100644 index 000000000000..4f91b027a61e --- /dev/null +++ b/kde-base/kcharselect/kcharselect-4.3.0.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.0.ebuild,v 1.1 2009/08/03 23:59:35 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" |