Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kmail/, kde-base/kdepim-common-libs/, kde-base/knode/
Date: Mon, 27 Jan 2014 23:29:30
Message-Id: 1390865436.7b7901a63df83d5fd1d75c933c1f38cd9ad1f045.dilfridge@gentoo
1 commit: 7b7901a63df83d5fd1d75c933c1f38cd9ad1f045
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 23:30:36 2014 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 23:30:36 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7b7901a6
7
8 [kdepim] 4.12.1-r1 ebuilds moved to main tree
9
10 ---
11 .../kdepim-common-libs-4.12.1-r1.ebuild | 73 ---------------
12 kde-base/kmail/kmail-4.12.1-r1.ebuild | 104 ---------------------
13 kde-base/knode/knode-4.12.1-r1.ebuild | 49 ----------
14 3 files changed, 226 deletions(-)
15
16 diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.1-r1.ebuild b/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.1-r1.ebuild
17 deleted file mode 100644
18 index e7cab59..0000000
19 --- a/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.1-r1.ebuild
20 +++ /dev/null
21 @@ -1,73 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.1.ebuild,v 1.1 2014/01/18 11:24:04 dilfridge Exp $
25 -
26 -EAPI=5
27 -
28 -KMNAME="kdepim"
29 -KMNOMODULE="true"
30 -inherit kde4-meta
31 -
32 -DESCRIPTION="Common libraries for KDE PIM apps"
33 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
34 -IUSE="debug"
35 -
36 -DEPEND="
37 - app-crypt/gpgme
38 - >=app-office/akonadi-server-1.10.43
39 - dev-libs/grantlee
40 - >=dev-libs/shared-desktop-ontologies-0.11.0
41 - $(add_kdebase_dep kdepimlibs)
42 -"
43 -RDEPEND="${DEPEND}
44 - !kde-base/akonadi:4
45 - !kde-base/libkdepim:4
46 - !kde-base/libkleo:4
47 - !kde-base/libkpgp:4
48 - !<kde-base/kaddressbook-4.11.50:4
49 - !kde-base/kdepim-wizards:4
50 - !<kde-base/kmail-4.4.80:4
51 - !=kde-base/kmail-4.12.0
52 - !=kde-base/kmail-4.12.1
53 - !=kde-base/kmail-4.11*
54 - !<kde-base/korganizer-4.5.67:4
55 - app-crypt/gnupg
56 - $(add_kdebase_dep kdepim-runtime)
57 -"
58 -
59 -RESTRICT="test"
60 -# bug 393131
61 -
62 -KMEXTRA="
63 - agents/
64 - akonadi_next/
65 - calendarsupport/
66 - calendarviews/
67 - composereditor-ng/
68 - grantleetheme/
69 - kaddressbookgrantlee/
70 - incidenceeditor-ng/
71 - libkdepim/
72 - libkdepimdbusinterfaces/
73 - libkleo/
74 - libkpgp/
75 - kdgantt2/
76 - messagecomposer/
77 - messagecore/
78 - messagelist/
79 - messageviewer/
80 - ontologies/
81 - pimcommon/
82 - templateparser/
83 -"
84 -KMEXTRACTONLY="
85 - kleopatra/
86 - kmail/
87 - knode/org.kde.knode.xml
88 - korgac/org.kde.korganizer.KOrgac.xml
89 - korganizer/org.kde.korganizer.Korganizer.xml
90 - mailcommon/
91 -"
92 -KMSAVELIBS="true"
93 -
94 -PATCHES=( "${FILESDIR}/install-composereditorng.patch" )
95
96 diff --git a/kde-base/kmail/kmail-4.12.1-r1.ebuild b/kde-base/kmail/kmail-4.12.1-r1.ebuild
97 deleted file mode 100644
98 index 471fcb3..0000000
99 --- a/kde-base/kmail/kmail-4.12.1-r1.ebuild
100 +++ /dev/null
101 @@ -1,104 +0,0 @@
102 -# Copyright 1999-2014 Gentoo Foundation
103 -# Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.12.1.ebuild,v 1.1 2014/01/18 11:23:39 dilfridge Exp $
105 -
106 -EAPI=5
107 -
108 -KDE_HANDBOOK="optional"
109 -KMNAME="kdepim"
110 -VIRTUALX_REQUIRED=test
111 -inherit flag-o-matic kde4-meta
112 -
113 -DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
114 -HOMEPAGE="http://www.kde.org/applications/internet/kmail/"
115 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
116 -IUSE="debug"
117 -
118 -DEPEND="
119 - $(add_kdebase_dep kdepimlibs)
120 - $(add_kdebase_dep korganizer)
121 - $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
122 -"
123 -RDEPEND="${DEPEND}"
124 -
125 -RESTRICT="test"
126 -# bug 393147
127 -
128 -KMEXTRACTONLY="
129 - agents/
130 - akonadi_next/
131 - calendarsupport/
132 - korganizer/
133 - kresources/
134 - libkleo/
135 - libkpgp/
136 - libkdepimdbusinterfaces/
137 - kdgantt2/
138 -"
139 -KMCOMPILEONLY="
140 - grantleetheme/
141 - kaddressbookgrantlee/
142 - messagecomposer/
143 - messagecore/
144 - messagelist/
145 - messageviewer/
146 - pimcommon/
147 - templateparser/
148 - incidenceeditor-ng/
149 - calendarsupport/
150 -"
151 -KMEXTRA="
152 - grantleethemeeditor/
153 - headerthemeeditor/
154 - kmailcvt/
155 - ksendemail/
156 - importwizard/
157 - libksieve/
158 - mailcommon/
159 - mailimporter/
160 - ontologies/
161 - pimsettingexporter/
162 - plugins/messageviewer/
163 -"
164 -
165 -KMLOADLIBS="kdepim-common-libs"
166 -
167 -src_configure() {
168 - # Bug 308903
169 - use ppc64 && append-flags -mminimal-toc
170 -
171 - kde4-meta_src_configure
172 -}
173 -
174 -src_compile() {
175 - kde4-meta_src_compile kmail_xml
176 - kde4-meta_src_compile
177 -}
178 -
179 -pkg_postinst() {
180 - kde4-meta_pkg_postinst
181 -
182 - if ! has_version kde-base/kdepim-kresources:${SLOT}; then
183 - echo
184 - elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}"
185 - echo
186 - fi
187 - if ! has_version kde-base/kleopatra:${SLOT}; then
188 - echo
189 - elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
190 - echo
191 - fi
192 -
193 - if has_version "app-office/akonadi-server[sqlite]"; then
194 - ewarn
195 - ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your"
196 - ewarn "user configuration. This is the backend recommended by KDE upstream."
197 - ewarn "Reports indicate that kde-base/kmail-4.10 does not work properly with the sqlite"
198 - ewarn "backend anymore."
199 - if has_version "app-office/akonadi-server[-mysql]"; then
200 - ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD app-office/akonadi-server WITH mysql USEFLAG ENABLED."
201 - fi
202 - ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc."
203 - ewarn
204 - fi
205 -}
206
207 diff --git a/kde-base/knode/knode-4.12.1-r1.ebuild b/kde-base/knode/knode-4.12.1-r1.ebuild
208 deleted file mode 100644
209 index 17131ae..0000000
210 --- a/kde-base/knode/knode-4.12.1-r1.ebuild
211 +++ /dev/null
212 @@ -1,49 +0,0 @@
213 -# Copyright 1999-2014 Gentoo Foundation
214 -# Distributed under the terms of the GNU General Public License v2
215 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/knode-4.12.1.ebuild,v 1.1 2014/01/18 11:24:01 dilfridge Exp $
216 -
217 -EAPI=5
218 -
219 -KDE_HANDBOOK="optional"
220 -KMNAME="kdepim"
221 -inherit kde4-meta
222 -
223 -DESCRIPTION="A newsreader for KDE"
224 -HOMEPAGE="http://www.kde.org/applications/internet/knode/"
225 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
226 -IUSE="debug"
227 -
228 -# test fails, last checked for 4.2.96
229 -RESTRICT=test
230 -
231 -DEPEND="
232 - $(add_kdebase_dep kdepimlibs)
233 - $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
234 -"
235 -RDEPEND="${DEPEND}"
236 -
237 -KMEXTRACTONLY="
238 - agents/
239 - libkleo/
240 - libkpgp/
241 - messagecomposer/
242 - messageviewer/
243 - messagecore/
244 -"
245 -KMCOMPILEONLY="
246 - grantleetheme/
247 - kaddressbookgrantlee/
248 - pimcommon/
249 -"
250 -
251 -KMLOADLIBS="kdepim-common-libs"
252 -
253 -src_unpack() {
254 - if use handbook; then
255 - KMEXTRA="
256 - doc/kioslave/news
257 - "
258 - fi
259 -
260 - kde4-meta_src_unpack
261 -}