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.14.0.ebuild56
2 files changed, 0 insertions, 57 deletions
diff --git a/kde-base/dolphin/Manifest b/kde-base/dolphin/Manifest
index 1d9b4f98975..ed9d7e0c0ae 100644
--- a/kde-base/dolphin/Manifest
+++ b/kde-base/dolphin/Manifest
@@ -1,2 +1 @@
DIST kde-baseapps-4.13.97.tar.xz 2545772 SHA256 c7067b1412c4238ca50a5efdf2910c347e359114dbc20163c07975026463172f SHA512 f0ee6e987666bd663c040255d08e6a435ca89aa2260c1eb6ea2162f892ad9c09f5190913c87982249757c9cb9080c291e584abc2769187984a5f7bb7b08b8459 WHIRLPOOL a06f3adb89b72e10b058a7cb77a6f52338ae490d8422c49b58c7427e25da0de59d6c878ce69448b76051634c1de66e4ea7540b82cb352542784b84f4124b6272
-DIST kde-baseapps-4.14.0.tar.xz 2547432 SHA256 f3fd00189d6fd422429a66f09bb681ac1df270f87670b41bf64d085b1f1c76c3 SHA512 e49472bb18c1c34c83a4a9e380595609eccb66f37c21c8deb87fd8a9219393ffeb1a19eab7fdfc17425f7480318c31086591b910968f7618db633c18c36d4240 WHIRLPOOL 0974dd8e9596e6b531aca1a39001726ea81fba360980a6051d8d8f5669af6b035a891404d68e42259095097c6acdf135e56814e9eb07ee6e8b463d0b83a0a15b
diff --git a/kde-base/dolphin/dolphin-4.14.0.ebuild b/kde-base/dolphin/dolphin-4.14.0.ebuild
deleted file mode 100644
index 1c8fd9270c3..00000000000
--- a/kde-base/dolphin/dolphin-4.14.0.ebuild
+++ /dev/null
@@ -1,56 +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 '' 4.13)
- $(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)
- thumbnail? (
- $(add_kdebase_dep thumbnailers)
- || (
- $(add_kdebase_dep ffmpegthumbs)
- $(add_kdebase_dep mplayerthumbs)
- )
- )
-"
-
-RESTRICT="test"
-# bug 393129
-
-src_configure() {
- local 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
-}