Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kmail: kmail-4.12.5.ebuild ChangeLog
Date: Tue, 29 Apr 2014 18:38:48
Message-Id: 20140429183508.4D66720057@flycatcher.gentoo.org
1 johu 14/04/29 18:35:08
2
3 Modified: ChangeLog
4 Added: kmail-4.12.5.ebuild
5 Log:
6 Version bump KDE SC 4.12.5
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
9
10 Revision Changes Path
11 1.404 kde-base/kmail/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.404&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.404&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?r1=1.403&r2=1.404
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
20 retrieving revision 1.403
21 retrieving revision 1.404
22 diff -u -r1.403 -r1.404
23 --- ChangeLog 17 Apr 2014 00:43:45 -0000 1.403
24 +++ ChangeLog 29 Apr 2014 18:35:08 -0000 1.404
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-base/kmail
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.403 2014/04/17 00:43:45 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.404 2014/04/29 18:35:08 johu Exp $
30 +
31 +*kmail-4.12.5 (29 Apr 2014)
32 +
33 + 29 Apr 2014; Johannes Huber <johu@g.o> +kmail-4.12.5.ebuild:
34 + Version bump KDE SC 4.12.5
35
36 16 Apr 2014; Johannes Huber <johu@g.o> kmail-4.13.0.ebuild:
37 Restore KEYWORDS for KDE SC 4.13.0
38
39
40
41 1.1 kde-base/kmail/kmail-4.12.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.12.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.12.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kmail-4.12.5.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.12.5.ebuild,v 1.1 2014/04/29 18:35:08 johu Exp $
51
52 EAPI=5
53
54 KDE_HANDBOOK="optional"
55 KMNAME="kdepim"
56 VIRTUALX_REQUIRED=test
57 inherit flag-o-matic kde4-meta
58
59 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
60 HOMEPAGE="http://www.kde.org/applications/internet/kmail/"
61 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
62 IUSE="debug"
63
64 DEPEND="
65 $(add_kdebase_dep kdepimlibs)
66 $(add_kdebase_dep korganizer)
67 $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r2)
68 "
69 RDEPEND="
70 ${DEPEND}
71 !=kde-base/kdepim-common-libs-4.12.1-r1
72 "
73
74 RESTRICT="test"
75 # bug 393147
76
77 KMEXTRACTONLY="
78 agents/sendlateragent/
79 akonadi_next/
80 calendarsupport/
81 korganizer/
82 kresources/
83 libkleo/
84 libkpgp/
85 libkdepimdbusinterfaces/
86 kdgantt2/
87 "
88 KMCOMPILEONLY="
89 grantleetheme/
90 kaddressbookgrantlee/
91 messagecomposer/
92 messagecore/
93 messagelist/
94 messageviewer/
95 pimcommon/
96 templateparser/
97 incidenceeditor-ng/
98 calendarsupport/
99 "
100 KMEXTRA="
101 agents/archivemailagent/
102 agents/folderarchiveagent/
103 agents/mailfilteragent/
104 grantleethemeeditor/
105 headerthemeeditor/
106 kmailcvt/
107 ksendemail/
108 importwizard/
109 libksieve/
110 mailcommon/
111 mailimporter/
112 mboximporter/
113 ontologies/
114 pimsettingexporter/
115 plugins/messageviewer/
116 "
117
118 KMLOADLIBS="kdepim-common-libs"
119
120 src_configure() {
121 # Bug 308903
122 use ppc64 && append-flags -mminimal-toc
123
124 kde4-meta_src_configure
125 }
126
127 src_compile() {
128 kde4-meta_src_compile kmail_xml
129 kde4-meta_src_compile
130 }
131
132 pkg_postinst() {
133 kde4-meta_pkg_postinst
134
135 if ! has_version kde-base/kdepim-kresources:${SLOT}; then
136 echo
137 elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}"
138 echo
139 fi
140 if ! has_version kde-base/kleopatra:${SLOT}; then
141 echo
142 elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
143 echo
144 fi
145
146 if has_version "app-office/akonadi-server[sqlite]"; then
147 ewarn
148 ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your"
149 ewarn "user configuration. This is the backend recommended by KDE upstream."
150 ewarn "Reports indicate that kde-base/kmail-4.10 does not work properly with the sqlite"
151 ewarn "backend anymore."
152 if has_version "app-office/akonadi-server[-mysql]"; then
153 ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD app-office/akonadi-server WITH mysql USEFLAG ENABLED."
154 fi
155 ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc."
156 ewarn
157 fi
158 }