diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 21:15:11 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 21:15:11 +0000 |
commit | 5abcfaf219f56b41c362a16265c0c0405de8e441 (patch) | |
tree | 79ccc281a1d5e7d798f5dfe26568c02bba3824af /kde-base/kcontrol | |
parent | Added the KDE 4.0.5 version of kcolorchooser. (diff) | |
download | historical-5abcfaf219f56b41c362a16265c0c0405de8e441.tar.gz historical-5abcfaf219f56b41c362a16265c0c0405de8e441.tar.bz2 historical-5abcfaf219f56b41c362a16265c0c0405de8e441.zip |
Added the KDE 4.0.5 version of kcontrol.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/kcontrol')
-rw-r--r-- | kde-base/kcontrol/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-4.0.5.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kcontrol/ChangeLog b/kde-base/kcontrol/ChangeLog index 57d1e79f3aa9..3038b87b558a 100644 --- a/kde-base/kcontrol/ChangeLog +++ b/kde-base/kcontrol/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kcontrol # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.118 2008/05/18 21:27:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.119 2008/06/05 21:15:11 keytoaster Exp $ + +*kcontrol-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + +kcontrol-4.0.5.ebuild: + Added the KDE 4.0.5 version of kcontrol. 18 May 2008; Markus Meier <maekke@gentoo.org> kcontrol-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/kcontrol/kcontrol-4.0.5.ebuild b/kde-base/kcontrol/kcontrol-4.0.5.ebuild new file mode 100644 index 000000000000..24761a9baca5 --- /dev/null +++ b/kde-base/kcontrol/kcontrol-4.0.5.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/kcontrol/kcontrol-4.0.5.ebuild,v 1.1 2008/06/05 21:15:11 keytoaster Exp $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4-meta + +DESCRIPTION="The KDE Control Center" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |