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/libkworkspace
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/libkworkspace')
-rw-r--r--kde-base/libkworkspace/ChangeLog6
-rw-r--r--kde-base/libkworkspace/libkworkspace-4.10.0.ebuild34
-rw-r--r--kde-base/libkworkspace/libkworkspace-4.9.5.ebuild33
3 files changed, 5 insertions, 68 deletions
diff --git a/kde-base/libkworkspace/ChangeLog b/kde-base/libkworkspace/ChangeLog
index 6e5f6ba1e076..fa1f1a9ab0bf 100644
--- a/kde-base/libkworkspace/ChangeLog
+++ b/kde-base/libkworkspace/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/libkworkspace
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.171 2013/04/01 13:06:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.172 2013/04/01 16:04:01 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> -libkworkspace-4.10.0.ebuild,
+ -libkworkspace-4.9.5.ebuild:
+ Remove old
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libkworkspace-4.10.1.ebuild:
Stable for ppc, wrt to bug #462890
diff --git a/kde-base/libkworkspace/libkworkspace-4.10.0.ebuild b/kde-base/libkworkspace/libkworkspace-4.10.0.ebuild
deleted file mode 100644
index b001664e3244..000000000000
--- a/kde-base/libkworkspace/libkworkspace-4.10.0.ebuild
+++ /dev/null
@@ -1,34 +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/libkworkspace/libkworkspace-4.10.0.ebuild,v 1.3 2013/02/23 17:10:37 ago Exp $
-
-EAPI=5
-
-KMNAME="kde-workspace"
-KMMODULE="libs/kworkspace"
-inherit kde4-meta
-
-DESCRIPTION="A library for KDE desktop applications"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-KMEXTRACTONLY="
- ksmserver/org.kde.KSMServerInterface.xml
- kwin/org.kde.KWin.xml
-"
-
-KMSAVELIBS="true"
-
-DEPEND="
- x11-libs/libxkbfile
- x11-libs/libXcomposite
- x11-libs/xcb-util-renderutil
-"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- sed -i -e 's/install( FILES kdisplaymanager.h/install( FILES kdisplaymanager.h screenpreviewwidget.h/' \
- libs/kworkspace/CMakeLists.txt || die "failed to provide screenpreviewwidget.h"
-
- kde4-meta_src_prepare
-}
diff --git a/kde-base/libkworkspace/libkworkspace-4.9.5.ebuild b/kde-base/libkworkspace/libkworkspace-4.9.5.ebuild
deleted file mode 100644
index 3486e3398a93..000000000000
--- a/kde-base/libkworkspace/libkworkspace-4.9.5.ebuild
+++ /dev/null
@@ -1,33 +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/libkworkspace/libkworkspace-4.9.5.ebuild,v 1.6 2013/02/23 17:10:37 ago Exp $
-
-EAPI=4
-
-KMNAME="kde-workspace"
-KMMODULE="libs/kworkspace"
-inherit kde4-meta
-
-DESCRIPTION="A library for KDE desktop applications"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-KMEXTRACTONLY="
- ksmserver/org.kde.KSMServerInterface.xml
- kwin/org.kde.KWin.xml
-"
-
-KMSAVELIBS="true"
-
-DEPEND="
- x11-libs/libxkbfile
- x11-libs/libXcomposite
-"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- sed -i -e 's/install( FILES kdisplaymanager.h/install( FILES kdisplaymanager.h screenpreviewwidget.h/' \
- libs/kworkspace/CMakeLists.txt || die "failed to provide screenpreviewwidget.h"
-
- kde4-meta_src_prepare
-}