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 | b0cf2ebbfc7626d65b374788654d4e26028bda3f (patch) | |
tree | 473933e2eaf30d14938b24846be4b834a0d385d4 /kde-base/kstart | |
parent | rename check_apache_threads to has_apache_threads as suggested by dberkholz (diff) | |
download | gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.tar.gz gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.tar.bz2 gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.zip |
Version bump to KDE 4.0.1.
(Portage version: 2.1.4.1)
Diffstat (limited to 'kde-base/kstart')
-rw-r--r-- | kde-base/kstart/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kstart/kstart-4.0.1.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kstart/ChangeLog b/kde-base/kstart/ChangeLog index 8f1a6c07471a..42bba94af298 100644 --- a/kde-base/kstart/ChangeLog +++ b/kde-base/kstart/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kstart # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/ChangeLog,v 1.58 2008/01/31 15:30:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/ChangeLog,v 1.59 2008/02/07 00:11:18 philantrop Exp $ + +*kstart-4.0.1 (06 Feb 2008) + + 06 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> +kstart-4.0.1.ebuild: + Version bump to KDE 4.0.1. 31 Jan 2008; Brent Baude <ranger@gentoo.org> kstart-3.5.8.ebuild: Marking kstart-3.5.8 ppc for bug 207634 diff --git a/kde-base/kstart/kstart-4.0.1.ebuild b/kde-base/kstart/kstart-4.0.1.ebuild new file mode 100644 index 000000000000..807f4130a090 --- /dev/null +++ b/kde-base/kstart/kstart-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/kstart/kstart-4.0.1.ebuild,v 1.1 2008/02/07 00:11:18 philantrop Exp $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4-meta + +DESCRIPTION="KDE: Utility to launch applications with special window properties" +KEYWORDS="~amd64 ~x86" +IUSE="debug" |