summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-04-01 16:04:13 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-04-01 16:04:13 +0000
commit8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9 (patch)
tree1aa872edc30f3816b18a620a181a7c1598b9d9fa /kde-base/kdeplasma-addons
parentInadvertently left out manifest change from previous commit - already in Chan... (diff)
downloadgentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.tar.gz
gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.tar.bz2
gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.zip
Remove old
(Portage version: 2.1.11.52/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-base/kdeplasma-addons')
-rw-r--r--kde-base/kdeplasma-addons/ChangeLog6
-rw-r--r--kde-base/kdeplasma-addons/kdeplasma-addons-4.10.0.ebuild66
-rw-r--r--kde-base/kdeplasma-addons/kdeplasma-addons-4.9.5.ebuild63
3 files changed, 5 insertions, 130 deletions
diff --git a/kde-base/kdeplasma-addons/ChangeLog b/kde-base/kdeplasma-addons/ChangeLog
index 8629194372ae..8d4d7bf83eae 100644
--- a/kde-base/kdeplasma-addons/ChangeLog
+++ b/kde-base/kdeplasma-addons/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdeplasma-addons
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.173 2013/04/01 13:06:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.174 2013/04/01 16:03:21 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
+ -kdeplasma-addons-4.10.0.ebuild, -kdeplasma-addons-4.9.5.ebuild:
+ Remove old
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kdeplasma-addons-4.10.1.ebuild:
Stable for ppc, wrt to bug #462890
diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.10.0.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.10.0.ebuild
deleted file mode 100644
index 007e59f8eec2..000000000000
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.10.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.10.0.ebuild,v 1.3 2013/02/26 04:40:06 kensington Exp $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Extra Plasma applets and engines"
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
-semantic-desktop"
-
-RESTRICT=test
-# tests hang
-
-# 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}
-"
-
-PATCHES=( "${FILESDIR}/${P}-microblog-build.patch" )
-
-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
-}
diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.5.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.5.ebuild
deleted file mode 100644
index ab741ad516e1..000000000000
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.5.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.5.ebuild,v 1.6 2013/02/26 04:40:06 kensington Exp $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="Extra Plasma applets and engines"
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="amd64 ~arm ppc ~ppc64 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}
-"
-
-PATCHES=( "${FILESDIR}/kdeplasma-addons-4.10.0-microblog-build.patch" )
-
-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
-}