Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kmail: kmail-4.11.3.ebuild ChangeLog
Date: Tue, 05 Nov 2013 22:31:32
Message-Id: 20131105222320.1E4C220062@flycatcher.gentoo.org
1 dilfridge 13/11/05 22:23:20
2
3 Modified: ChangeLog
4 Added: kmail-4.11.3.ebuild
5 Log:
6 Version bump KDE SC 4.11.3
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.372 kde-base/kmail/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.372&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.372&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?r1=1.371&r2=1.372
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
20 retrieving revision 1.371
21 retrieving revision 1.372
22 diff -u -r1.371 -r1.372
23 --- ChangeLog 21 Oct 2013 21:51:52 -0000 1.371
24 +++ ChangeLog 5 Nov 2013 22:23:19 -0000 1.372
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-base/kmail
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.371 2013/10/21 21:51:52 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.372 2013/11/05 22:23:19 dilfridge Exp $
30 +
31 +*kmail-4.11.3 (05 Nov 2013)
32 +
33 + 05 Nov 2013; Andreas K. Huettel <dilfridge@g.o> +kmail-4.11.3.ebuild:
34 + Version bump KDE SC 4.11.3
35
36 *kmail-4.11.2-r1 (21 Oct 2013)
37
38
39
40
41 1.1 kde-base/kmail/kmail-4.11.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.11.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.11.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kmail-4.11.3.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.11.3.ebuild,v 1.1 2013/11/05 22:23:19 dilfridge 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)
68 "
69 RDEPEND="${DEPEND}"
70
71 RESTRICT="test"
72 # bug 393147
73
74 KMEXTRACTONLY="
75 akonadi_next/
76 archivemailagent/
77 calendarsupport/
78 korganizer/
79 kresources/
80 libkleo/
81 libkpgp/
82 libkdepimdbusinterfaces/
83 kdgantt2/
84 "
85 KMCOMPILEONLY="
86 messagecomposer/
87 messagecore/
88 messagelist/
89 messageviewer/
90 pimcommon/
91 templateparser/
92 incidenceeditor-ng/
93 calendarsupport/
94 sendlateragent/
95 "
96 KMEXTRA="
97 archivemailagent/
98 headerthemeeditor/
99 kmailcvt/
100 ksendemail/
101 importwizard/
102 libksieve/
103 mailcommon/
104 mailfilteragent/
105 mailimporter/
106 ontologies/
107 pimsettingexporter/
108 plugins/messageviewer/
109 "
110
111 KMLOADLIBS="kdepim-common-libs"
112
113 src_configure() {
114 # Bug 308903
115 use ppc64 && append-flags -mminimal-toc
116
117 kde4-meta_src_configure
118 }
119
120 src_compile() {
121 kde4-meta_src_compile kmail_xml
122 kde4-meta_src_compile
123 }
124
125 pkg_postinst() {
126 kde4-meta_pkg_postinst
127
128 if ! has_version kde-base/kdepim-kresources:${SLOT}; then
129 echo
130 elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}"
131 echo
132 fi
133 if ! has_version kde-base/kleopatra:${SLOT}; then
134 echo
135 elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
136 echo
137 fi
138
139 if has_version "app-office/akonadi-server[sqlite]"; then
140 ewarn
141 ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your"
142 ewarn "user configuration. This is the backend recommended by KDE upstream."
143 ewarn "Reports indicate that kde-base/kmail-4.10 does not work properly with the sqlite"
144 ewarn "backend anymore."
145 if has_version "app-office/akonadi-server[-mysql]"; then
146 ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD app-office/akonadi-server WITH mysql USEFLAG ENABLED."
147 fi
148 ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc."
149 ewarn
150 fi
151 }