summaryrefslogtreecommitdiff
path: root/kde-base/dolphin
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r--kde-base/dolphin/Manifest1
-rw-r--r--kde-base/dolphin/dolphin-4.13.0.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/kde-base/dolphin/Manifest b/kde-base/dolphin/Manifest
deleted file mode 100644
index 314aee9043f..00000000000
--- a/kde-base/dolphin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kde-baseapps-4.13.0.tar.xz 2533532 SHA256 de4efba81f6000d3d5ba070273fa08776e9393408fc1c16f2607cc30b9e4b750 SHA512 90b2919d09484fb84b5cbfbadb4dc439eea0bb1f6c21129c03b0848cf29e1c5316de6c1dd9ce36e88c16405d07f563ab2c1bf84cd6c9a0baaab18dad7e80b9ef WHIRLPOOL 664cd77d368d6178287b24894e2505274c61c63e2448148dbc4669762af792dc1d3e64cff10f0c3e69417d6d04c1639bbbe039fd32e3fed8c9395a37924d45ab
diff --git a/kde-base/dolphin/dolphin-4.13.0.ebuild b/kde-base/dolphin/dolphin-4.13.0.ebuild
deleted file mode 100644
index 202f354b1a2..00000000000
--- a/kde-base/dolphin/dolphin-4.13.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kde-baseapps"
-inherit kde4-meta
-
-DESCRIPTION="A KDE filemanager focusing on usability"
-HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
-KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug semantic-desktop thumbnail"
-
-DEPEND="
- $(add_kdebase_dep kactivities)
- $(add_kdebase_dep kdelibs 'semantic-desktop?')
- $(add_kdebase_dep libkonq)
- x11-libs/libXrender
- semantic-desktop? (
- $(add_kdebase_dep baloo)
- $(add_kdebase_dep baloo-widgets)
- $(add_kdebase_dep kfilemetadata)
- )
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kfind)
-"
-PDEPEND="
- thumbnail? (
- $(add_kdebase_dep thumbnailers)
- || (
- $(add_kdebase_dep ffmpegthumbs)
- $(add_kdebase_dep mplayerthumbs)
- )
- )
-"
-
-RESTRICT="test"
-# bug 393129
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with semantic-desktop Baloo)
- $(cmake-utils_use_with semantic-desktop BalooWidgets)
- $(cmake-utils_use_with semantic-desktop KFileMetaData)
- )
-
- kde4-meta_src_configure
-}
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- if ! has_version media-gfx/icoutils ; then
- elog "For .exe file preview support, install media-gfx/icoutils."
- fi
-}