summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-12-04 17:10:24 +0000
committerJohannes Huber <johu@gentoo.org>2013-12-04 17:10:24 +0000
commit00a2efee607e5c288408fab6cbac46e8591e5f5a (patch)
treea13c55d30073157584e976a9433c127f540fa0a5 /kde-base/dolphin-plugins
parentStable for HPPA (bug #493194). (diff)
downloadgentoo-2-00a2efee607e5c288408fab6cbac46e8591e5f5a.tar.gz
gentoo-2-00a2efee607e5c288408fab6cbac46e8591e5f5a.tar.bz2
gentoo-2-00a2efee607e5c288408fab6cbac46e8591e5f5a.zip
Remove KDE SC 4.11.3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/dolphin-plugins')
-rw-r--r--kde-base/dolphin-plugins/ChangeLog5
-rw-r--r--kde-base/dolphin-plugins/dolphin-plugins-4.11.3.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/kde-base/dolphin-plugins/ChangeLog b/kde-base/dolphin-plugins/ChangeLog
index b05b7b73d33a..365fade89f3d 100644
--- a/kde-base/dolphin-plugins/ChangeLog
+++ b/kde-base/dolphin-plugins/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/dolphin-plugins
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.119 2013/12/03 22:35:44 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.120 2013/12/04 17:09:46 johu Exp $
+
+ 04 Dec 2013; Johannes Huber <johu@gentoo.org> -dolphin-plugins-4.11.3.ebuild:
+ Remove KDE SC 4.11.3
*dolphin-plugins-4.11.4 (03 Dec 2013)
diff --git a/kde-base/dolphin-plugins/dolphin-plugins-4.11.3.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-4.11.3.ebuild
deleted file mode 100644
index 47246676267a..000000000000
--- a/kde-base/dolphin-plugins/dolphin-plugins-4.11.3.ebuild
+++ /dev/null
@@ -1,35 +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/dolphin-plugins/dolphin-plugins-4.11.3.ebuild,v 1.1 2013/11/05 22:22:56 dilfridge Exp $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Extra Dolphin plugins"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug bazaar git mercurial subversion"
-
-DEPEND="
- $(add_kdebase_dep libkonq)
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kompare)
- bazaar? ( dev-vcs/bzr )
- git? ( dev-vcs/git )
- mercurial? ( dev-vcs/mercurial )
- subversion? ( dev-vcs/subversion )
-"
-
-src_install() {
- { use bazaar || use git || use mercurial || use subversion; } && kde4-base_src_install
-}
-
-pkg_postinst() {
- if ! use bazaar && ! use git && ! use mercurial && ! use subversion ; then
- einfo
- einfo "You have disabled all plugin use flags. If you want to have vcs"
- einfo "integration in dolphin, enable those of your needs."
- einfo
- fi
-}