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.13.90.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..8c957d1fd6c
--- /dev/null
+++ b/kde-base/dolphin-plugins/Manifest
@@ -0,0 +1 @@
+DIST dolphin-plugins-4.13.90.tar.xz 58052 SHA256 cea4521dc60ed43b413b576eaa516c33b4dc11f1c2a283227a78f20a430c40dc SHA512 d5ee6a18c52e07b05bace2468b1f27dbec0353d80a3bd23da5ec5cf6438436933ba526b115d5b078b3ae917cdf5339082e38dd681e89eb1c4f724a8ff1a96bfa WHIRLPOOL 123e1127ef02ee5359a88f21a33fa303aeec0ff2ea7761c57dfed4e8fe28efcdf982fbcfa97f24f29cf8523b745fad207b7e23fd3a428fc5b150e25ab6f481ef
diff --git a/kde-base/dolphin-plugins/dolphin-plugins-4.13.90.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-4.13.90.ebuild
new file mode 100644
index 00000000000..0b5874e2897
--- /dev/null
+++ b/kde-base/dolphin-plugins/dolphin-plugins-4.13.90.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 ~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
+}