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.13.0.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-base/dolphin-plugins/Manifest b/kde-base/dolphin-plugins/Manifest index 7ed197fb54c..06813913b39 100644 --- a/kde-base/dolphin-plugins/Manifest +++ b/kde-base/dolphin-plugins/Manifest @@ -1 +1,2 @@ DIST dolphin-plugins-4.12.97.tar.xz 58048 SHA256 9753c1412c2f41cad52b8590a50022c4e6efe4b9db9981f5438cc10a44345669 SHA512 358cc75ae1d591af800cd21c5e319ab6e952d058270535d4f01f2214290717b4d3dee8acf2f7657c4979907756e5bb59a8d4a766ceae60c2ad0d93d774a2d2d7 WHIRLPOOL 2c13ee5ff6a0ed7882715da31df0954cdb05502f0e5f73333fd922df13706e1c15d3eb8169353ad776d0dbc4918a7838ab966c0dc439e6309c29d0d91f750c3f +DIST dolphin-plugins-4.13.0.tar.xz 58064 SHA256 2c38eee1b11c24db5f6e3cde0817c0b1302f6f6fa3c1d107b4770c0c6e9c3a0a SHA512 c65b179584ee2a7ff7fec49e3565af502d0c86ba2de810b7bd303cd2735f90150964cc4cfc96ceb547e3198a29c928312f95d81a7d00d30cfbe1829b46a8249d WHIRLPOOL 93b3000f14d26002a578f9b2f686313621d022f4ea41dd2f637e8424a223af38ee7d57c700a56729d541e2ec8782e69673ccbf8c3e00665651d851e3f6118c66 diff --git a/kde-base/dolphin-plugins/dolphin-plugins-4.13.0.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-4.13.0.ebuild new file mode 100644 index 00000000000..da5e272664b --- /dev/null +++ b/kde-base/dolphin-plugins/dolphin-plugins-4.13.0.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 +} |
