Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:no-semantic-desktop commit in: kde-base/dolphin/
Date: Wed, 29 May 2013 18:16:41
Message-Id: 1369851096.4db024aecaa7a08564777cf0a53b60e91f3a7d8e.kensington@gentoo
1 commit: 4db024aecaa7a08564777cf0a53b60e91f3a7d8e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 29 18:11:36 2013 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 18:11:36 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4db024ae
7
8 [kde-base/dolphin] Drop USE="semantic-desktop".
9
10 Package-Manager: portage-2.1.12.2
11
12 ---
13 kde-base/dolphin/dolphin-9999.ebuild | 23 +++++------------------
14 1 file changed, 5 insertions(+), 18 deletions(-)
15
16 diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
17 index 4421296..40c84bc 100644
18 --- a/kde-base/dolphin/dolphin-9999.ebuild
19 +++ b/kde-base/dolphin/dolphin-9999.ebuild
20 @@ -10,18 +10,15 @@ inherit kde4-meta
21
22 DESCRIPTION="A KDE filemanager focusing on usability"
23 KEYWORDS=""
24 -IUSE="debug semantic-desktop thumbnail"
25 +IUSE="debug thumbnail"
26
27 DEPEND="
28 $(add_kdebase_dep kactivities)
29 - $(add_kdebase_dep kdelibs 'semantic-desktop?')
30 $(add_kdebase_dep libkonq)
31 - semantic-desktop? (
32 - >=dev-libs/shared-desktop-ontologies-0.10.0
33 - dev-libs/soprano
34 - $(add_kdebase_dep nepomuk-core)
35 - $(add_kdebase_dep nepomuk-widgets)
36 - )
37 + $(add_kdebase_dep nepomuk-core)
38 + $(add_kdebase_dep nepomuk-widgets)
39 + >=dev-libs/shared-desktop-ontologies-0.10.0
40 + dev-libs/soprano
41 "
42 RDEPEND="${DEPEND}
43 $(add_kdebase_dep kfind)
44 @@ -41,16 +38,6 @@ KMLOADLIBS="libkonq"
45 RESTRICT="test"
46 # bug 393129
47
48 -src_configure() {
49 - mycmakeargs=(
50 - $(cmake-utils_use_with semantic-desktop NepomukCore)
51 - $(cmake-utils_use_with semantic-desktop NepomukWidgets)
52 - $(cmake-utils_use_with semantic-desktop Soprano)
53 - )
54 -
55 - kde4-meta_src_configure
56 -}
57 -
58 pkg_postinst() {
59 kde4-base_pkg_postinst