Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/dolphin/
Date: Tue, 28 Jun 2016 21:14:59
Message-Id: 1467148471.a415ce23191c9e63db35646250d86c98b3f8ddf5.kensington@gentoo
1 commit: a415ce23191c9e63db35646250d86c98b3f8ddf5
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 21:14:03 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 21:14:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a415ce23
7
8 kde-apps/dolphin: remove old
9
10 Package-Manager: portage-2.3.0
11
12 kde-apps/dolphin/dolphin-4.14.3.ebuild | 58 ----------------------------------
13 1 file changed, 58 deletions(-)
14
15 diff --git a/kde-apps/dolphin/dolphin-4.14.3.ebuild b/kde-apps/dolphin/dolphin-4.14.3.ebuild
16 deleted file mode 100644
17 index ac7b850..0000000
18 --- a/kde-apps/dolphin/dolphin-4.14.3.ebuild
19 +++ /dev/null
20 @@ -1,58 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -KDE_HANDBOOK="optional"
28 -KMNAME="kde-baseapps"
29 -inherit kde4-meta
30 -
31 -DESCRIPTION="A KDE filemanager focusing on usability"
32 -HOMEPAGE="https://dolphin.kde.org https://www.kde.org/applications/system/dolphin"
33 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
34 -IUSE="debug semantic-desktop thumbnail"
35 -
36 -DEPEND="
37 - $(add_kdebase_dep kactivities '' 4.13)
38 - $(add_kdeapps_dep libkonq)
39 - media-libs/phonon[qt4]
40 - x11-libs/libXrender
41 - semantic-desktop? (
42 - $(add_kdebase_dep baloo)
43 - $(add_kdeapps_dep baloo-widgets)
44 - $(add_kdebase_dep kfilemetadata)
45 - )
46 -"
47 -RDEPEND="${DEPEND}
48 - $(add_kdeapps_dep kdebase-kioslaves)
49 - $(add_kdeapps_dep kfind)
50 - thumbnail? (
51 - $(add_kdeapps_dep thumbnailers)
52 - || (
53 - $(add_kdeapps_dep ffmpegthumbs)
54 - $(add_kdeapps_dep mplayerthumbs)
55 - )
56 - )
57 -"
58 -
59 -RESTRICT="test"
60 -# bug 393129
61 -
62 -src_configure() {
63 - local mycmakeargs=(
64 - $(cmake-utils_use_with semantic-desktop Baloo)
65 - $(cmake-utils_use_with semantic-desktop BalooWidgets)
66 - $(cmake-utils_use_with semantic-desktop KFileMetaData)
67 - )
68 -
69 - kde4-meta_src_configure
70 -}
71 -
72 -pkg_postinst() {
73 - kde4-base_pkg_postinst
74 -
75 - if ! has_version media-gfx/icoutils ; then
76 - elog "For .exe file preview support, install media-gfx/icoutils."
77 - fi
78 -}