summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 15:59:27 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 15:59:27 +0000
commitd1ea44735ebf88dd8321db6d3bb700a3b255aa8d (patch)
treeba37bac49859680b2cdfa31e09ec32eee3677630 /kde-base
parentDrop KDE 4.1.2 and 4.1.3 (diff)
downloadgentoo-2-d1ea44735ebf88dd8321db6d3bb700a3b255aa8d.tar.gz
gentoo-2-d1ea44735ebf88dd8321db6d3bb700a3b255aa8d.tar.bz2
gentoo-2-d1ea44735ebf88dd8321db6d3bb700a3b255aa8d.zip
Drop KDE 4.1.2 and 4.1.3
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/libplasma/ChangeLog6
-rw-r--r--kde-base/libplasma/libplasma-4.1.2.ebuild53
-rw-r--r--kde-base/libplasma/libplasma-4.1.3.ebuild53
3 files changed, 5 insertions, 107 deletions
diff --git a/kde-base/libplasma/ChangeLog b/kde-base/libplasma/ChangeLog
index 7723e29dc775..5873673a1677 100644
--- a/kde-base/libplasma/ChangeLog
+++ b/kde-base/libplasma/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/libplasma
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasma/ChangeLog,v 1.15 2009/01/13 23:21:47 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasma/ChangeLog,v 1.16 2009/01/14 15:59:27 alexxy Exp $
+
+ 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -libplasma-4.1.2.ebuild,
+ -libplasma-4.1.3.ebuild:
+ Drop KDE 4.1.2 and 4.1.3
*libplasma-4.1.4 (13 Jan 2009)
diff --git a/kde-base/libplasma/libplasma-4.1.2.ebuild b/kde-base/libplasma/libplasma-4.1.2.ebuild
deleted file mode 100644
index 7bea4c422fd1..000000000000
--- a/kde-base/libplasma/libplasma-4.1.2.ebuild
+++ /dev/null
@@ -1,53 +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.1.2.ebuild,v 1.1 2008/10/02 10:57:42 jmbsvicetto Exp $
-
-EAPI="2"
-
-KMNAME=kdebase-workspace
-KMMODULE="libs/plasma"
-CPPUNIT_REQUIRED="optional"
-OPENGL_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug opengl xinerama"
-
-RDEPEND=">=app-misc/strigi-0.5.11[qt4]
- !<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
- x11-libs/qt-webkit:4[debug?]
- opengl? ( virtual/opengl )
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- xinerama? ( x11-proto/xineramaproto )"
-
-KMEXTRACTONLY="krunner/org.freedesktop.ScreenSaver.xml
- krunner/org.kde.krunner.Interface.xml
- ksmserver/org.kde.KSMServerInterface.xml
- libs/taskmanager/"
-KMSAVELIBS="true"
-
-# Disabling tests for now. 3 out of 3 broken now. last tested on 4.0.1.
-RESTRICT="test"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with opengl OpenGL)
- $(cmake-utils_use_with xinerama X11_Xinerama)"
-
- kde4-meta_src_configure
-}
-
-src_install() {
- kde4-meta_src_install
-
- # Outsmart our doc-handling, to avoid a collision with plasma.
- rm -rf "${D}"/${KDEDIR}/share/doc/
-}
diff --git a/kde-base/libplasma/libplasma-4.1.3.ebuild b/kde-base/libplasma/libplasma-4.1.3.ebuild
deleted file mode 100644
index f9189b7cd451..000000000000
--- a/kde-base/libplasma/libplasma-4.1.3.ebuild
+++ /dev/null
@@ -1,53 +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.1.3.ebuild,v 1.2 2008/11/16 08:21:39 vapier Exp $
-
-EAPI="2"
-
-KMNAME=kdebase-workspace
-KMMODULE="libs/plasma"
-CPPUNIT_REQUIRED="optional"
-OPENGL_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug opengl xinerama"
-
-RDEPEND=">=app-misc/strigi-0.5.11[qt4]
- !<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
- x11-libs/qt-webkit:4[debug?]
- opengl? ( virtual/opengl )
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- xinerama? ( x11-proto/xineramaproto )"
-
-KMEXTRACTONLY="krunner/org.freedesktop.ScreenSaver.xml
- krunner/org.kde.krunner.Interface.xml
- ksmserver/org.kde.KSMServerInterface.xml
- libs/taskmanager/"
-KMSAVELIBS="true"
-
-# Disabling tests for now. 3 out of 3 broken now. last tested on 4.0.1.
-RESTRICT="test"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with opengl OpenGL)
- $(cmake-utils_use_with xinerama X11_Xinerama)"
-
- kde4-meta_src_configure
-}
-
-src_install() {
- kde4-meta_src_install
-
- # Outsmart our doc-handling, to avoid a collision with plasma.
- rm -rf "${D}"/${KDEDIR}/share/doc/
-}