summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 18:29:03 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 18:29:03 +0000
commit6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a (patch)
tree8b03b2997b4996d138f8e4a411fc0e84750d4040 /kde-base/libplasma
parentstabilize new versions for amd64,ppc,x86 (diff)
downloadhistorical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.tar.gz
historical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.tar.bz2
historical-6c2ecbbdad91da94c48c2ef4f5c17ff7d60ef59a.zip
Old.
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'kde-base/libplasma')
-rw-r--r--kde-base/libplasma/ChangeLog5
-rw-r--r--kde-base/libplasma/libplasma-4.0.1.ebuild63
2 files changed, 4 insertions, 64 deletions
diff --git a/kde-base/libplasma/ChangeLog b/kde-base/libplasma/ChangeLog
index ca72270a932f..7401b9046576 100644
--- a/kde-base/libplasma/ChangeLog
+++ b/kde-base/libplasma/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/libplasma
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasma/ChangeLog,v 1.4 2008/03/11 00:01:31 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasma/ChangeLog,v 1.5 2008/03/20 18:18:51 ingmar Exp $
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -libplasma-4.0.1.ebuild:
+ Old.
*libplasma-4.0.2 (10 Mar 2008)
diff --git a/kde-base/libplasma/libplasma-4.0.1.ebuild b/kde-base/libplasma/libplasma-4.0.1.ebuild
deleted file mode 100644
index 39a4b6a8759b..000000000000
--- a/kde-base/libplasma/libplasma-4.0.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasma/libplasma-4.0.1.ebuild,v 1.1 2008/02/07 00:11:01 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdebase-workspace
-KMMODULE="libs/plasma"
-inherit kde4-meta
-
-DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug opengl test xinerama"
-
-COMMONDEPEND="
- !<kde-base/plasma-3.96.0
- >=kde-base/libkworkspace-${PV}:${SLOT}
- >=kde-base/libtaskmanager-${PV}:${SLOT}
- x11-libs/libXau
- x11-libs/libXfixes
- x11-libs/libXrender
- x11-libs/libXtst
- opengl? ( virtual/opengl )
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${COMMONDEPEND}
- xinerama? ( x11-proto/xineramaproto )"
-RDEPEND="${COMMONDEPEND}"
-
-KMEXTRACTONLY="
- krunner/org.freedesktop.ScreenSaver.xml
- krunner/org.kde.krunner.Interface.xml
- ksmserver/org.kde.KSMServerInterface.xml
- libs/taskmanager/
- libs/workspace/"
-
-KDE4_BUILT_WITH_USE_CHECK="app-misc/strigi dbus qt4"
-
-# Disabling tests for now. 3 out of 3 broken now.
-RESTRICT="test"
-
-src_compile() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with opengl OpenGL)
- $(cmake-utils_use_with xinerama X11_Xinerama)"
-
- kde4-meta_src_compile
-}
-
-src_install() {
- kde4-meta_src_install
-
- # Outsmart our doc-handling, to avoid a collision with plasma.
- rm -rf "${D}"/${KDEDIR}/share/doc/
-}
-
-src_test() {
- # two out of three tests are broken. we just disable those. last tested on 4.0.1.
- sed -e "/packagestructuretest/s/^/#DONOTTEST /" \
- -e "/plasmoidpackagetest/s/^/#DONOTTEST /" \
- -i "${S}/"libs/plasma/tests/CMakeLists.txt
-
- kde4-meta_src_test
-}