summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-20 17:59:23 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-20 18:02:01 +0100
commit7f71cc2968e08d586ccd24ad34c34230ddf37f62 (patch)
tree4cb35f09b634ca164073ef942084d284025d006b /kde-plasma/plasma-workspace
parentkde-misc/yawp: Remove last-rited pkg (diff)
downloadgentoo-7f71cc2968e08d586ccd24ad34c34230ddf37f62.tar.gz
gentoo-7f71cc2968e08d586ccd24ad34c34230ddf37f62.tar.bz2
gentoo-7f71cc2968e08d586ccd24ad34c34230ddf37f62.zip
kde-plasma: Remove last-rited Plasma 4
Rest in peace! Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/plasma-workspace')
-rw-r--r--kde-plasma/plasma-workspace/Manifest1
-rw-r--r--kde-plasma/plasma-workspace/metadata.xml2
-rw-r--r--kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild117
3 files changed, 0 insertions, 120 deletions
diff --git a/kde-plasma/plasma-workspace/Manifest b/kde-plasma/plasma-workspace/Manifest
index 0fda98375273..580034908cf6 100644
--- a/kde-plasma/plasma-workspace/Manifest
+++ b/kde-plasma/plasma-workspace/Manifest
@@ -1,3 +1,2 @@
-DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802
DIST plasma-workspace-5.8.5.tar.xz 6989928 SHA256 6d25077205436e3e721d7dfa4dffce7aea62a6e652ee7897952885e52b2f6ea1 SHA512 c4173bd4db3dc31c0435192b1569bdb44488f9f17b4cb5468b4af562b9dbb0934106caf92ea65e9e6b24f8dadcdda08cee07d64bee8b0f52398e07f39fbb97f6 WHIRLPOOL 1f42679ab9f9e1abd446474f03cb8b65c1d49875f2f1dc689311c1e62985d7e8b4276774fc1717ad8512b8e90b1f654f5f0a93aa7da06083e5a0e4b7c5251936
DIST plasma-workspace-5.9.2.tar.xz 6936424 SHA256 a66824802fe9d7b42e05251d31dc677e3932c189de53328d83ef19f564e41a51 SHA512 45a4fc99cf26e1c8df7a6d9af4ad2583138269b7de3b9dbe676b590565ed1b4081fc2460276fab03ebb9ccb2a488f58b4bdc74dddcacc576bea60ca8929aeea3 WHIRLPOOL dceaf24c7a128182486c676aed99793909431e2712a3fcbe84c88f9b71fbcff3e999079b303e9311a231eab086e0b6f1b40561f35b3886fc757738e73a21d2bf
diff --git a/kde-plasma/plasma-workspace/metadata.xml b/kde-plasma/plasma-workspace/metadata.xml
index 25ab4b69b441..bc65a860b673 100644
--- a/kde-plasma/plasma-workspace/metadata.xml
+++ b/kde-plasma/plasma-workspace/metadata.xml
@@ -7,8 +7,6 @@
</maintainer>
<use>
<flag name="geolocation">Enables dataengine providing location information</flag>
- <flag name="json">Enable JSON support via <pkg>dev-libs/qjson</pkg></flag>
- <flag name="pim">KDE PIM integration via <pkg>kde-apps/kdepimlibs</pkg></flag>
<flag name="prison">Enable support for barcodes/QRcodes</flag>
<flag name="qalculate">Enable Qalculate runner using <pkg>sci-libs/libqalculate</pkg></flag>
</use>
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild
deleted file mode 100644
index 3f18976d6896..000000000000
--- a/kde-plasma/plasma-workspace/plasma-workspace-4.11.22.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DECLARATIVE_REQUIRED="always"
-KDE_HANDBOOK="optional"
-KMNAME="kde-workspace"
-KMMODULE="plasma"
-PYTHON_COMPAT=( python2_7 )
-OPENGL_REQUIRED="always"
-WEBKIT_REQUIRED="always"
-inherit python-single-r1 kde4-meta
-
-DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="debug gps json +pim python qalculate"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMONDEPEND="
- dev-libs/libdbusmenu-qt
- >=dev-qt/qtcore-4.8.4-r3:4
- kde-frameworks/kactivities:4
- kde-plasma/kephal:4
- kde-plasma/ksysguard:4
- kde-plasma/libkworkspace:4
- kde-plasma/libplasmaclock:4[pim?]
- kde-plasma/libplasmagenericshell:4
- kde-plasma/libtaskmanager:4
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXi
- x11-libs/libXrender
- gps? ( >=sci-geosciences/gpsd-2.37 )
- json? ( dev-libs/qjson )
- pim? ( $(add_kdeapps_dep kdepimlibs) )
- python? (
- ${PYTHON_DEPS}
- >=dev-python/PyQt4-4.4.0[X,${PYTHON_USEDEP}]
- $(add_kdeapps_dep pykde4 "${PYTHON_USEDEP}")
- )
- qalculate? ( sci-libs/libqalculate )
-"
-DEPEND="${COMMONDEPEND}
- dev-libs/boost
- x11-proto/compositeproto
- x11-proto/damageproto
- x11-proto/fixesproto
- x11-proto/renderproto
-"
-RDEPEND="${COMMONDEPEND}
- $(add_kdeapps_dep plasma-runtime)
-"
-
-KMEXTRA="
- appmenu/
- ktouchpadenabler/
- statusnotifierwatcher/
-"
-KMEXTRACTONLY="
- kcheckpass/
- krunner/dbus/org.freedesktop.ScreenSaver.xml
- krunner/dbus/org.kde.krunner.App.xml
- ksmserver/org.kde.KSMServerInterface.xml
- ksmserver/screenlocker/
- libs/kephal/
- libs/kworkspace/
- libs/taskmanager/
- libs/plasmagenericshell/
- libs/ksysguard/
- libs/kdm/kgreeterplugin.h
- ksysguard/
-"
-
-pkg_setup() {
- if use python ; then
- python-single-r1_pkg_setup
- fi
- kde4-meta_pkg_setup
-}
-
-src_unpack() {
- if use handbook; then
- KMEXTRA+=" doc/plasma-desktop"
- fi
-
- kde4-meta_src_unpack
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_NepomukCore=OFF
- -DWITH_Soprano=OFF
- -DWITH_Xmms=OFF
- $(cmake-utils_use_with gps libgps)
- $(cmake-utils_use_with json QJSON)
- $(cmake-utils_use_with pim Akonadi)
- $(cmake-utils_use_with pim KdepimLibs)
- $(cmake-utils_use_with python PythonLibrary)
- $(cmake-utils_use_with qalculate)
- )
-
- kde4-meta_src_configure
-}
-
-src_install() {
- kde4-meta_src_install
-
- if use python; then
- python_optimize "${ED}"
- fi
-}