diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-02-19 23:44:29 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-02-19 23:44:29 +0000 |
commit | 884bc06f74088216b2806c487dab7fc6da24603b (patch) | |
tree | 5e92f4c0ef66b8f9c5f3c1cb3f0b1c64882cbe46 /kde-base/libkworkspace | |
parent | Bump to 0.12.0. Remove gnome-obex-server, it is now provided by gnome-user-sh... (diff) | |
download | historical-884bc06f74088216b2806c487dab7fc6da24603b.tar.gz historical-884bc06f74088216b2806c487dab7fc6da24603b.tar.bz2 historical-884bc06f74088216b2806c487dab7fc6da24603b.zip |
Drop stale kde 4.1.4 ebuilds
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'kde-base/libkworkspace')
-rw-r--r-- | kde-base/libkworkspace/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/libkworkspace/libkworkspace-4.1.4.ebuild | 27 |
2 files changed, 5 insertions, 28 deletions
diff --git a/kde-base/libkworkspace/ChangeLog b/kde-base/libkworkspace/ChangeLog index 0a94c2cd87d1..ad6c6d843ae0 100644 --- a/kde-base/libkworkspace/ChangeLog +++ b/kde-base/libkworkspace/ChangeLog @@ -1,6 +1,10 @@ # 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.19 2009/02/01 08:26:31 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.20 2009/02/19 23:38:26 alexxy Exp $ + + 19 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> + -libkworkspace-4.1.4.ebuild: + Drop stale kde 4.1.4 01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> libkworkspace-4.2.0.ebuild: diff --git a/kde-base/libkworkspace/libkworkspace-4.1.4.ebuild b/kde-base/libkworkspace/libkworkspace-4.1.4.ebuild deleted file mode 100644 index 3a21fcb6be6c..000000000000 --- a/kde-base/libkworkspace/libkworkspace-4.1.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.1.4.ebuild,v 1.1 2009/01/13 23:21:05 alexxy Exp $ - -EAPI="2" - -KMNAME=kdebase-workspace -KMMODULE=libs/kworkspace -KMSAVELIBS="true" -inherit kde4-meta - -DESCRIPTION="A library for KDE desktop applications" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug" - -KMEXTRA="cmake" -KMEXTRACTONLY="ksmserver/org.kde.KSMServerInterface.xml - kwin/org.kde.KWin.xml" -KMSAVELIBS="true" - -src_prepare() { - # install cmake modules here - sed -i \ - -e "s/^#DONOTINSTALL //" \ - cmake/modules/CMakeLists.txt || die "sed failed" - kde4-meta_src_prepare -} |