diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:42:46 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:42:46 +0000 |
commit | 1af7195532dbd0cc0c07f6ea8ed9ac210b1064fb (patch) | |
tree | 7113b4beeb72e432182a59bc202840f8aaf08d1b /kde-base/libkworkspace | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-1af7195532dbd0cc0c07f6ea8ed9ac210b1064fb.tar.gz gentoo-2-1af7195532dbd0cc0c07f6ea8ed9ac210b1064fb.tar.bz2 gentoo-2-1af7195532dbd0cc0c07f6ea8ed9ac210b1064fb.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/libkworkspace')
-rw-r--r-- | kde-base/libkworkspace/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkworkspace/libkworkspace-4.2.4.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/libkworkspace/ChangeLog b/kde-base/libkworkspace/ChangeLog index ddfd6df44b73..0360a2aba980 100644 --- a/kde-base/libkworkspace/ChangeLog +++ b/kde-base/libkworkspace/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libkworkspace # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.32 2009/06/03 18:08:34 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.33 2009/06/04 13:42:46 alexxy Exp $ + +*libkworkspace-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> + +libkworkspace-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -libkworkspace-4.2.2.ebuild: diff --git a/kde-base/libkworkspace/libkworkspace-4.2.4.ebuild b/kde-base/libkworkspace/libkworkspace-4.2.4.ebuild new file mode 100644 index 000000000000..41a69f758e0d --- /dev/null +++ b/kde-base/libkworkspace/libkworkspace-4.2.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.2.4.ebuild,v 1.1 2009/06/04 13:42:46 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-workspace" +KMMODULE="libs/kworkspace" +inherit kde4-meta + +DESCRIPTION="A library for KDE desktop applications" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +KMEXTRACTONLY=" + ksmserver/org.kde.KSMServerInterface.xml + kwin/org.kde.KWin.xml +" + +KMSAVELIBS="true" + +PATCHES=( + "${FILESDIR}/${SLOT}-fix_logoff.patch" +) |