Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/, kde-frameworks/kpeople/, kde-apps/ktp-common-internals/, ...
Date: Thu, 05 Mar 2015 20:01:21
Message-Id: 1425585521.369cebcebc4d8676288ea2fc2f3edc1c48461acb.johu@gentoo
1 commit: 369cebcebc4d8676288ea2fc2f3edc1c48461acb
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 5 19:58:41 2015 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 5 19:58:41 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=369cebce
7
8 Pkg move net-libs/kpeople -> kde-frameworks/kpeople
9
10 .../ktp-common-internals-9999.ebuild | 3 +-
11 kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild | 2 +-
12 .../kpeople/kpeople-9999.ebuild | 17 +++------
13 {net-libs => kde-frameworks}/kpeople/metadata.xml | 0
14 net-libs/kpeople/kpeople-0.3.9999.ebuild | 41 ----------------------
15 5 files changed, 8 insertions(+), 55 deletions(-)
16
17 diff --git a/kde-apps/ktp-common-internals/ktp-common-internals-9999.ebuild b/kde-apps/ktp-common-internals/ktp-common-internals-9999.ebuild
18 index 648cef6..8d84845 100644
19 --- a/kde-apps/ktp-common-internals/ktp-common-internals-9999.ebuild
20 +++ b/kde-apps/ktp-common-internals/ktp-common-internals-9999.ebuild
21 @@ -15,7 +15,7 @@ LICENSE="LGPL-2.1"
22 KEYWORDS=""
23 IUSE="otr"
24
25 -# todo: kpeople, kdepimlibs
26 +# todo: kdepimlibs
27 DEPEND="
28 $(add_frameworks_dep kcmutils)
29 $(add_frameworks_dep kconfig)
30 @@ -26,6 +26,7 @@ DEPEND="
31 $(add_frameworks_dep knotifications)
32 $(add_frameworks_dep knotifyconfig)
33 $(add_frameworks_dep kparts)
34 + $(add_frameworks_dep kpeople)
35 $(add_frameworks_dep kservice)
36 $(add_frameworks_dep ktexteditor)
37 $(add_frameworks_dep kwallet)
38
39 diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
40 index 20f0690..9e9a31f 100644
41 --- a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
42 +++ b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
43 @@ -28,6 +28,7 @@ DEPEND="
44 $(add_frameworks_dep kitemviews)
45 $(add_frameworks_dep knotifications)
46 $(add_frameworks_dep knotifyconfig)
47 + $(add_frameworks_dep kpeople)
48 $(add_frameworks_dep kservice)
49 $(add_frameworks_dep ktextwidgets)
50 $(add_frameworks_dep kwidgetsaddons)
51 @@ -40,7 +41,6 @@ DEPEND="
52 dev-qt/qtwebkit:5
53 dev-qt/qtwidgets:5
54 dev-qt/qtxml:5
55 - net-libs/kpeople:5
56 net-libs/telepathy-qt[qt5]
57 "
58 RDEPEND="${DEPEND}
59
60 diff --git a/net-libs/kpeople/kpeople-9999.ebuild b/kde-frameworks/kpeople/kpeople-9999.ebuild
61 similarity index 66%
62 rename from net-libs/kpeople/kpeople-9999.ebuild
63 rename to kde-frameworks/kpeople/kpeople-9999.ebuild
64 index 80fd6a9..c56bc71 100644
65 --- a/net-libs/kpeople/kpeople-9999.ebuild
66 +++ b/kde-frameworks/kpeople/kpeople-9999.ebuild
67 @@ -7,13 +7,13 @@ EAPI=5
68 inherit kde5
69
70 DESCRIPTION="KDE contact person abstraction library"
71 -HOMEPAGE="https://projects.kde.org/projects/playground/network/kpeople"
72 +HOMEPAGE="https://projects.kde.org/projects/frameworks/kpeople"
73
74 LICENSE="LGPL-2.1"
75 KEYWORDS=""
76 IUSE="semantic-desktop"
77
78 -RDEPEND="
79 +DEPEND="
80 $(add_frameworks_dep kconfig)
81 $(add_frameworks_dep kcoreaddons)
82 $(add_frameworks_dep ki18n)
83 @@ -25,14 +25,7 @@ RDEPEND="
84 dev-qt/qtgui:5
85 dev-qt/qtsql:5
86 dev-qt/qtwidgets:5
87 - semantic-desktop? ( $(add_plasma_dep baloo) )
88 "
89 -DEPEND="${RDEPEND}"
90 -
91 -src_configure() {
92 - local mycmakeargs=(
93 - $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
94 - )
95 -
96 - kde5_src_configure
97 -}
98 +RDEPEND="${DEPEND}
99 + !net-libs/kpeople:5
100 +"
101
102 diff --git a/net-libs/kpeople/metadata.xml b/kde-frameworks/kpeople/metadata.xml
103 similarity index 100%
104 rename from net-libs/kpeople/metadata.xml
105 rename to kde-frameworks/kpeople/metadata.xml
106
107 diff --git a/net-libs/kpeople/kpeople-0.3.9999.ebuild b/net-libs/kpeople/kpeople-0.3.9999.ebuild
108 deleted file mode 100644
109 index 9f7a07c..0000000
110 --- a/net-libs/kpeople/kpeople-0.3.9999.ebuild
111 +++ /dev/null
112 @@ -1,41 +0,0 @@
113 -# Copyright 1999-2015 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -# $Header: $
116 -
117 -EAPI=5
118 -
119 -VIRTUALX_REQUIRED="test"
120 -KDE_LINGUAS="bs cs da de el fi fr hu ja lt nl pl pt pt_BR ro ru sk sl sv uk"
121 -EGIT_BRANCH="libkpeople-0.3"
122 -inherit kde4-base
123 -
124 -if [[ ${KDE_BUILD_TYPE} != live ]]; then
125 - KEYWORDS="~amd64 ~x86"
126 - SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
127 -else
128 - KEYWORDS=""
129 -fi
130 -
131 -DESCRIPTION="KDE contact person abstraction library"
132 -HOMEPAGE="https://projects.kde.org/projects/playground/network/kpeople"
133 -
134 -LICENSE="LGPL-2.1"
135 -SLOT="4/4"
136 -IUSE="debug examples semantic-desktop test"
137 -
138 -RDEPEND="
139 - $(add_kdebase_dep kdepimlibs)
140 - semantic-desktop? ( $(add_kdebase_dep baloo) )
141 -"
142 -DEPEND="${RDEPEND}
143 - sys-devel/gettext
144 -"
145 -
146 -src_configure() {
147 - local mycmakeargs=(
148 - $(cmake-utils_use_with examples)
149 - $(cmake-utils_use_find_package semantic-desktop Baloo)
150 - )
151 -
152 - kde4-base_src_configure
153 -}