diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:42:31 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:42:31 +0000 |
commit | ce524cf3e24b8cd6f9ac52ecb94431a4342296c7 (patch) | |
tree | 37491a42a46914406b6e1d32776491c8dcdfcd8a /kde-base/libkworkspace | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-ce524cf3e24b8cd6f9ac52ecb94431a4342296c7.tar.gz gentoo-2-ce524cf3e24b8cd6f9ac52ecb94431a4342296c7.tar.bz2 gentoo-2-ce524cf3e24b8cd6f9ac52ecb94431a4342296c7.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/libkworkspace')
-rw-r--r-- | kde-base/libkworkspace/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/libkworkspace/libkworkspace-4.0.3.ebuild | 17 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/libkworkspace/ChangeLog b/kde-base/libkworkspace/ChangeLog index bb42810288ba..b85c88c08557 100644 --- a/kde-base/libkworkspace/ChangeLog +++ b/kde-base/libkworkspace/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/libkworkspace # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.5 2008/03/20 18:18:24 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.6 2008/04/03 21:42:31 philantrop Exp $ + +*libkworkspace-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +libkworkspace-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> -libkworkspace-4.0.1.ebuild: diff --git a/kde-base/libkworkspace/libkworkspace-4.0.3.ebuild b/kde-base/libkworkspace/libkworkspace-4.0.3.ebuild new file mode 100644 index 000000000000..62914930679d --- /dev/null +++ b/kde-base/libkworkspace/libkworkspace-4.0.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.0.3.ebuild,v 1.1 2008/04/03 21:42:31 philantrop Exp $ + +EAPI="1" + +KMNAME=kdebase-workspace +KMMODULE=libs/kworkspace +inherit kde4-meta + +DESCRIPTION="A library for KDE desktop applications" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +KMEXTRACTONLY=" + ksmserver/org.kde.KSMServerInterface.xml + kwin/org.kde.KWin.xml" |