diff options
author | 2008-10-02 10:56:38 +0000 | |
---|---|---|
committer | 2008-10-02 10:56:38 +0000 | |
commit | 244372608148274f812ea48ab84385e1656518a1 (patch) | |
tree | 0e165b4575d0afb771519147c697cf063b5f5425 | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-244372608148274f812ea48ab84385e1656518a1.tar.gz gentoo-2-244372608148274f812ea48ab84385e1656518a1.tar.bz2 gentoo-2-244372608148274f812ea48ab84385e1656518a1.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
-rw-r--r-- | kde-base/libkworkspace/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkworkspace/libkworkspace-4.1.2.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/libkworkspace/ChangeLog b/kde-base/libkworkspace/ChangeLog index 618be44b63f7..047e13357fe9 100644 --- a/kde-base/libkworkspace/ChangeLog +++ b/kde-base/libkworkspace/ChangeLog @@ -1,6 +1,12 @@ # 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.9 2008/06/09 15:27:54 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.10 2008/10/02 10:56:38 jmbsvicetto Exp $ + +*libkworkspace-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +libkworkspace-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. 09 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -libkworkspace-4.0.2.ebuild, -libkworkspace-4.0.3.ebuild: diff --git a/kde-base/libkworkspace/libkworkspace-4.1.2.ebuild b/kde-base/libkworkspace/libkworkspace-4.1.2.ebuild new file mode 100644 index 000000000000..9ce6bd46222c --- /dev/null +++ b/kde-base/libkworkspace/libkworkspace-4.1.2.ebuild @@ -0,0 +1,18 @@ +# 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.1.2.ebuild,v 1.1 2008/10/02 10:56:38 jmbsvicetto Exp $ + +EAPI="2" + +KMNAME=kdebase-workspace +KMMODULE=libs/kworkspace +KMSAVELIBS="true" +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" +KMSAVELIBS="true" |