summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-10-12 21:54:57 +0000
committerJonathan Callen <abcd@gentoo.org>2009-10-12 21:54:57 +0000
commit510f0c956314807a1a5fce1fa105f1e1e7a60986 (patch)
tree5489add82078224a0b6093d474553a8dacf0950e /kde-base/konq-plugins
parentKDE 3.5.9 removal (diff)
downloadgentoo-2-510f0c956314807a1a5fce1fa105f1e1e7a60986.tar.gz
gentoo-2-510f0c956314807a1a5fce1fa105f1e1e7a60986.tar.bz2
gentoo-2-510f0c956314807a1a5fce1fa105f1e1e7a60986.zip
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/konq-plugins')
-rw-r--r--kde-base/konq-plugins/ChangeLog5
-rw-r--r--kde-base/konq-plugins/konq-plugins-3.5.9.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/kde-base/konq-plugins/ChangeLog b/kde-base/konq-plugins/ChangeLog
index dac8ec9bef35..5e142eb9a7f1 100644
--- a/kde-base/konq-plugins/ChangeLog
+++ b/kde-base/konq-plugins/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/konq-plugins
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/ChangeLog,v 1.114 2009/10/12 05:41:05 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/ChangeLog,v 1.115 2009/10/12 21:54:57 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -konq-plugins-3.5.9.ebuild:
+ KDE 3.5.9 removal
12 Oct 2009; Jonathan Callen <abcd@gentoo.org> konq-plugins-3.5.9.ebuild,
konq-plugins-3.5.10.ebuild:
diff --git a/kde-base/konq-plugins/konq-plugins-3.5.9.ebuild b/kde-base/konq-plugins/konq-plugins-3.5.9.ebuild
deleted file mode 100644
index d4930025d71b..000000000000
--- a/kde-base/konq-plugins/konq-plugins-3.5.9.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/konq-plugins-3.5.9.ebuild,v 1.9 2009/10/12 05:41:05 abcd Exp $
-
-KMNAME=kdeaddons
-KMNODOCS=true
-EAPI="1"
-inherit kde-meta
-
-DESCRIPTION="Various plugins for Konqueror."
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-DEPEND="|| ( >=kde-base/konqueror-${PV}:${SLOT} >=kde-base/kdebase-${PV}:${SLOT} )
- !kde-misc/metabar"
-RDEPEND="${DEPEND}
->=kde-base/kdeaddons-docs-konq-plugins-${PV}:${SLOT}"
-
-# Don't install the akregator plugin, since it depends on akregator, which is
-# a heavy dep.
-KMEXTRACTONLY="konq-plugins/akregator"
-
-# Fixes a parallel make issue (bug 112214)
-PATCHES=( "${FILESDIR}/${PN}-parallel-make.patch" )