diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-07 00:12:59 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-07 00:12:59 +0000 |
commit | 5dce68c9cc05b718532a522d45797435bc4d68b2 (patch) | |
tree | 3405da9ffcff7553acfd1a283d8344919ace829c /kde-base/kcmshell | |
parent | rename check_apache_threads to has_apache_threads as suggested by dberkholz (diff) | |
download | historical-5dce68c9cc05b718532a522d45797435bc4d68b2.tar.gz historical-5dce68c9cc05b718532a522d45797435bc4d68b2.tar.bz2 historical-5dce68c9cc05b718532a522d45797435bc4d68b2.zip |
Version bump to KDE 4.0.1.
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'kde-base/kcmshell')
-rw-r--r-- | kde-base/kcmshell/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcmshell/kcmshell-4.0.1.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kcmshell/ChangeLog b/kde-base/kcmshell/ChangeLog index 8bf52aaaba52..5a1c8c75876f 100644 --- a/kde-base/kcmshell/ChangeLog +++ b/kde-base/kcmshell/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kcmshell # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/ChangeLog,v 1.1 2008/01/17 23:37:02 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/ChangeLog,v 1.2 2008/02/07 00:11:39 philantrop Exp $ + +*kcmshell-4.0.1 (06 Feb 2008) + + 06 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kcmshell-4.0.1.ebuild: + Version bump to KDE 4.0.1. *kcmshell-4.0.0 (17 Jan 2008) diff --git a/kde-base/kcmshell/kcmshell-4.0.1.ebuild b/kde-base/kcmshell/kcmshell-4.0.1.ebuild new file mode 100644 index 000000000000..86f9474627c6 --- /dev/null +++ b/kde-base/kcmshell/kcmshell-4.0.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/kcmshell-4.0.1.ebuild,v 1.1 2008/02/07 00:11:39 philantrop Exp $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4-meta + +DESCRIPTION="KCMShell is a utility to host KDE control modules independently of SystemSettings." +KEYWORDS="~amd64 ~x86" +IUSE="debug" |