diff options
Diffstat (limited to 'kde-base/dolphin-plugins')
| -rw-r--r-- | kde-base/dolphin-plugins/Manifest | 1 | ||||
| -rw-r--r-- | kde-base/dolphin-plugins/dolphin-plugins-4.12.95.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-base/dolphin-plugins/Manifest b/kde-base/dolphin-plugins/Manifest index a6edb11d6e7..f506aa5e3e8 100644 --- a/kde-base/dolphin-plugins/Manifest +++ b/kde-base/dolphin-plugins/Manifest @@ -1 +1,2 @@ DIST dolphin-plugins-4.12.90.tar.xz 58040 SHA256 875770e9c8851c68d3e1bb8f869716be0efe3eb0ad1cc3e0a4d2eb21531f4e73 SHA512 f03901a05bb35246d8f23cb763ae5f3263506a99ca62e761e347c167dfeb95b207e8a0d5abe483a5bf39a50839d1f259bb5c554066e696f56adfef4ed2ac766f WHIRLPOOL 172649d12053b4dd65e3c92a6d4bdeb41497c5382fb7589b76c8995b94042463654ca761bdda404c0629c2fce55787a3e3850e9023a9f3e81e2cc2ff48bb240c +DIST dolphin-plugins-4.12.95.tar.xz 58028 SHA256 e183d97e693721fd0336d251f3e664d9b81f3fe1401b283e20c8a184c5c48d35 SHA512 26c51721c3b68346d162f31643cf0c1f0d22750da931d6abfd7e7411d37ba95bbc7536a3e5146f50b0efeba20560898f6043b72f978b7dfcdfb8a90ee63c44cd WHIRLPOOL 626c088eae4cb2ad879aafe45f64be34af0dfc14a0c83ada8e5a449bf3e0609ffdd69713cf96ca1430a4483557de166db5e9ad705778db6e08c2f6df63f95baf diff --git a/kde-base/dolphin-plugins/dolphin-plugins-4.12.95.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-4.12.95.ebuild new file mode 100644 index 00000000000..da5e272664b --- /dev/null +++ b/kde-base/dolphin-plugins/dolphin-plugins-4.12.95.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 +} |
