summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-08-17 11:04:42 +0000
committerJohannes Huber <johu@gentoo.org>2012-08-17 11:04:42 +0000
commit2f3862b0e481c0725174f0e80e5bd857965c09d8 (patch)
tree59dc5ffe32e9e4e40b251db5f352f79a2e16f516 /kde-base/plasma-workspace
parentRemove old. (diff)
downloadhistorical-2f3862b0e481c0725174f0e80e5bd857965c09d8.tar.gz
historical-2f3862b0e481c0725174f0e80e5bd857965c09d8.tar.bz2
historical-2f3862b0e481c0725174f0e80e5bd857965c09d8.zip
Remove KDE SC 4.8.4
Package-Manager: portage-2.2.0_alpha121/cvs/Linux x86_64
Diffstat (limited to 'kde-base/plasma-workspace')
-rw-r--r--kde-base/plasma-workspace/ChangeLog5
-rw-r--r--kde-base/plasma-workspace/plasma-workspace-4.8.4.ebuild136
2 files changed, 4 insertions, 137 deletions
diff --git a/kde-base/plasma-workspace/ChangeLog b/kde-base/plasma-workspace/ChangeLog
index e6294f8dad00..50ecd52aef11 100644
--- a/kde-base/plasma-workspace/ChangeLog
+++ b/kde-base/plasma-workspace/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/plasma-workspace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.166 2012/08/08 12:01:09 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.167 2012/08/17 11:04:10 johu Exp $
+
+ 17 Aug 2012; Johannes Huber <johu@gentoo.org> -plasma-workspace-4.8.4.ebuild:
+ Remove KDE SC 4.8.4
08 Aug 2012; Michael Palimaka <kensington@gentoo.org>
plasma-workspace-4.9.0.ebuild:
diff --git a/kde-base/plasma-workspace/plasma-workspace-4.8.4.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.8.4.ebuild
deleted file mode 100644
index b337be756f18..000000000000
--- a/kde-base/plasma-workspace/plasma-workspace-4.8.4.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.8.4.ebuild,v 1.1 2012/06/21 21:54:47 dilfridge Exp $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-KMNAME="kde-workspace"
-KMMODULE="plasma"
-PYTHON_DEPEND="python? 2"
-inherit python kde4-meta
-
-DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug google-gadgets gps python qalculate +rss semantic-desktop"
-
-COMMONDEPEND="
- $(add_kdebase_dep kactivities)
- $(add_kdebase_dep kdelibs 'semantic-desktop=')
- $(add_kdebase_dep kephal)
- $(add_kdebase_dep ksysguard)
- $(add_kdebase_dep libkworkspace)
- $(add_kdebase_dep libplasmagenericshell)
- $(add_kdebase_dep libtaskmanager)
- $(add_kdebase_dep solid)
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXfixes
- x11-libs/libXrender
- google-gadgets? ( >=x11-misc/google-gadgets-0.11.0[qt4] )
- gps? ( >=sci-geosciences/gpsd-2.37 )
- python? (
- >=dev-python/PyQt4-4.4.0[X]
- >=dev-python/sip-4.7.1
- $(add_kdebase_dep pykde4)
- )
- qalculate? ( sci-libs/libqalculate )
- rss? (
- $(add_kdebase_dep kdepimlibs 'semantic-desktop=')
- $(add_kdebase_dep libplasmaclock 'holidays')
- )
- !rss? ( $(add_kdebase_dep libplasmaclock '-holidays') )
-"
-DEPEND="${COMMONDEPEND}
- rss? ( dev-libs/boost )
- x11-proto/compositeproto
- x11-proto/damageproto
- x11-proto/fixesproto
- x11-proto/renderproto
-"
-RDEPEND="${COMMONDEPEND}
- $(add_kdebase_dep plasma-runtime)
-"
-
-KMEXTRA="
- statusnotifierwatcher/
-"
-KMEXTRACTONLY="
- krunner/dbus/org.freedesktop.ScreenSaver.xml
- krunner/dbus/org.kde.krunner.App.xml
- ksmserver/org.kde.KSMServerInterface.xml
- libs/kephal/
- libs/kworkspace/
- libs/taskmanager/
- libs/plasmagenericshell/
- libs/ksysguard/
- ksysguard/
-"
-
-KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
- kde4-meta_pkg_setup
-}
-
-src_unpack() {
- if use handbook; then
- KMEXTRA+=" doc/plasma-desktop"
- fi
-
- kde4-meta_src_unpack
-}
-
-src_prepare() {
- sed -i -e '1ifind_package(KdepimLibs)' plasma/CMakeLists.txt || die
-
- kde4-meta_src_prepare
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with google-gadgets Googlegadgets)
- $(cmake-utils_use_with gps libgps)
- $(cmake-utils_use_with python SIP)
- $(cmake-utils_use_with python PyQt4)
- $(cmake-utils_use_with python PyKDE4)
- $(cmake-utils_use_with qalculate)
- $(cmake-utils_use_with rss KdepimLibs)
- $(cmake-utils_use_with semantic-desktop Akonadi)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)
- -DWITH_Xmms=OFF
- )
-
- kde4-meta_src_configure
-}
-
-src_install() {
- kde4-meta_src_install
-
- rm -f \
- "${ED}$(python_get_sitedir)"/PyKDE4/*.py[co] \
- "${ED}"/usr/share/apps/plasma_scriptengine_python/*.py[co]
-}
-
-pkg_postinst() {
- kde4-meta_pkg_postinst
-
- if use python; then
- python_mod_optimize \
- PyKDE4 \
- /usr/share/apps/plasma_scriptengine_python
- fi
-}
-
-pkg_postrm() {
- kde4-meta_pkg_postrm
-
- if [[ -d ${EPREFIX}/usr/share/apps/plasma_scriptengine_python ]]; then
- python_mod_cleanup \
- PyKDE4 \
- /usr/share/apps/plasma_scriptengine_python
- fi
-}