summaryrefslogtreecommitdiff
path: root/kde-base/dolphin-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/dolphin-plugins')
-rw-r--r--kde-base/dolphin-plugins/Manifest1
-rw-r--r--kde-base/dolphin-plugins/dolphin-plugins-4.12.5.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-base/dolphin-plugins/Manifest b/kde-base/dolphin-plugins/Manifest
new file mode 100644
index 00000000000..c30b9f371a5
--- /dev/null
+++ b/kde-base/dolphin-plugins/Manifest
@@ -0,0 +1 @@
+DIST dolphin-plugins-4.12.5.tar.xz 56088 SHA256 019a6a61329f50ea7ca0aee6e0ff80460d5435332395412b57c3ee81a578bbaf SHA512 293f3449dbfcd9ff7edb0730727d85516e4eaf31951b84636009e54540a5829f51cf820934908e2481ed5f769bc80a3c6b11297fd316fc73bd27fb72456e737b WHIRLPOOL 631bec51c3b8b7799431eda5e5c033fff1f9d8f77a6a3cc5ffb979799069c57d263a61c7c0fb7587c529470f824eb33a05bd5fbea8328443241f74b206d0aac8
diff --git a/kde-base/dolphin-plugins/dolphin-plugins-4.12.5.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-4.12.5.ebuild
new file mode 100644
index 00000000000..10450fe8a55
--- /dev/null
+++ b/kde-base/dolphin-plugins/dolphin-plugins-4.12.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Extra Dolphin plugins"
+KEYWORDS="~amd64 ~arm ~ppc ~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
+}