aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-10-02 20:49:34 +0200
committerJohannes Huber <johu@gentoo.org>2012-10-02 20:49:34 +0200
commite71357d65f2b621891a48847e528b9f520a76f76 (patch)
treed60ca6b333af831b75cd8d1aeab0e45b440b296b /kde-base/kdeplasma-addons
parent[profiles/package.mask] Remove KDE SC 4.9.2. (diff)
downloadkde-e71357d65f2b621891a48847e528b9f520a76f76.tar.gz
kde-e71357d65f2b621891a48847e528b9f520a76f76.tar.bz2
kde-e71357d65f2b621891a48847e528b9f520a76f76.zip
[kde-base] Remove KDE SC 4.9.2. Moved to tree.
(Portage version: 2.2.0_alpha134/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'kde-base/kdeplasma-addons')
-rw-r--r--kde-base/kdeplasma-addons/Manifest1
-rw-r--r--kde-base/kdeplasma-addons/kdeplasma-addons-4.9.2.ebuild63
2 files changed, 0 insertions, 64 deletions
diff --git a/kde-base/kdeplasma-addons/Manifest b/kde-base/kdeplasma-addons/Manifest
deleted file mode 100644
index f4a82e602d..0000000000
--- a/kde-base/kdeplasma-addons/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdeplasma-addons-4.9.2.tar.xz 1743784 SHA256 a593464565e700fc34e3d63e800c1c9714ae2f7075490f27ac37068c331aa059 SHA512 5eef7decb43b3d8e5d487c4e29e4d03fecffd4b6dcc5fcbaf91d4eb901eecc8cb91446fac59095d9449c72917f26b2694cd2d95279a6c4fd8c5de5b84ddcc0ab WHIRLPOOL 41fc57e87c056aaa901a6c4d03941543ee11e86d7f4f944c257cac781cb2e1b987948cc08d2c1a2a2e3ffd33b26c91395f36c02d9d70383028e9369c6c789046
diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.2.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.2.ebuild
deleted file mode 100644
index 760fe4eca9..0000000000
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="Extra Plasma applets and engines"
-HOMEPAGE="http://www.kde.org/"
-LICENSE="GPL-2 LGPL-2"
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
-semantic-desktop"
-
-# krunner is only needed to generate dbus interface for lancelot
-COMMON_DEPEND="
- app-crypt/qca:2
- app-crypt/qca-ossl:2
- $(add_kdebase_dep kdelibs 'semantic-desktop=')
- $(add_kdebase_dep krunner)
- $(add_kdebase_dep plasma-workspace 'semantic-desktop=')
- x11-misc/shared-mime-info
- attica? ( dev-libs/libattica )
- desktopglobe? ( $(add_kdebase_dep marble) )
- exif? ( $(add_kdebase_dep libkexiv2) )
- fcitx? ( app-i18n/fcitx[dbus(+)] )
- ibus? ( app-i18n/ibus )
- json? ( dev-libs/qjson )
- oauth? ( dev-libs/qoauth )
- qalculate? ( sci-libs/libqalculate )
- qwt? ( x11-libs/qwt:5 )
- scim? ( app-i18n/scim )
- semantic-desktop? (
- $(add_kdebase_dep kdepimlibs 'semantic-desktop')
- $(add_kdebase_dep plasma-workspace 'rss')
- )
-"
-DEPEND="${COMMON_DEPEND}
- dev-cpp/eigen:2
-"
-RDEPEND="${COMMON_DEPEND}
-"
-
-src_configure() {
- mycmakeargs=(
- -DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/"
- $(cmake-utils_use_with attica LibAttica)
- $(cmake-utils_use_with desktopglobe Marble)
- $(cmake-utils_use_with exif Kexiv2)
- $(cmake-utils_use_with ibus)
- $(cmake-utils_use_with json QJSON)
- $(cmake-utils_use_with oauth QtOAuth)
- $(cmake-utils_use_with qalculate)
- $(cmake-utils_use_with qwt)
- $(cmake-utils_use_with semantic-desktop KdepimLibs)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with scim)
- )
-
- kde4-base_src_configure
-}