diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:30:23 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:30:23 +0000 |
commit | 43acaea6f0f6df3f46a96603035c10a2462bdbfb (patch) | |
tree | cfa48527c9a7553b25ec2af73dc9dc0118b3c934 /kde-base/kstart | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-43acaea6f0f6df3f46a96603035c10a2462bdbfb.tar.gz gentoo-2-43acaea6f0f6df3f46a96603035c10a2462bdbfb.tar.bz2 gentoo-2-43acaea6f0f6df3f46a96603035c10a2462bdbfb.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kstart')
-rw-r--r-- | kde-base/kstart/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kstart/kstart-4.0.3.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kstart/ChangeLog b/kde-base/kstart/ChangeLog index c9c6c4a074d8..2360d8f45cb6 100644 --- a/kde-base/kstart/ChangeLog +++ b/kde-base/kstart/ChangeLog @@ -1,6 +1,12 @@ # 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.64 2008/03/20 17:58:27 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/ChangeLog,v 1.65 2008/04/03 21:30:23 philantrop Exp $ + +*kstart-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> +kstart-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kstart-4.0.1.ebuild: Old. diff --git a/kde-base/kstart/kstart-4.0.3.ebuild b/kde-base/kstart/kstart-4.0.3.ebuild new file mode 100644 index 000000000000..12c4a0fb9d4e --- /dev/null +++ b/kde-base/kstart/kstart-4.0.3.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.3.ebuild,v 1.1 2008/04/03 21:30:23 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" |