diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2014-10-27 02:54:44 +1100 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2014-10-27 02:54:44 +1100 |
| commit | 885aeadf42c2fc30a47b433b52e808a073cf745d (patch) | |
| tree | 8f665e7b061e44451519bf9bc6e5a6a74175cd23 /kde-base/dolphin-plugins/dolphin-plugins-4.14.2.ebuild | |
| parent | 93075f5cd6b9baa7368e8e0485e6c5fdfccbe0cb (diff) | |
| download | kde-885aeadf42c2fc30a47b433b52e808a073cf745d.tar.gz kde-885aeadf42c2fc30a47b433b52e808a073cf745d.tar.bz2 kde-885aeadf42c2fc30a47b433b52e808a073cf745d.zip | |
[kde-base] Remove 4.14.2
Diffstat (limited to 'kde-base/dolphin-plugins/dolphin-plugins-4.14.2.ebuild')
| -rw-r--r-- | kde-base/dolphin-plugins/dolphin-plugins-4.14.2.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/kde-base/dolphin-plugins/dolphin-plugins-4.14.2.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-4.14.2.ebuild deleted file mode 100644 index 00ed66f1273..00000000000 --- a/kde-base/dolphin-plugins/dolphin-plugins-4.14.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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 ~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 -} |
