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.12.2.ebuild ChangeLog
Date: Thu, 06 Feb 2014 23:25:30
Message-Id: 20140206232043.3E6D620065@flycatcher.gentoo.org
1 dilfridge 14/02/06 23:20:43
2
3 Modified: ChangeLog
4 Added: kmail-4.12.2.ebuild
5 Log:
6 Version bump KDE SC 4.12.2
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.389 kde-base/kmail/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.389&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.389&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?r1=1.388&r2=1.389
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
20 retrieving revision 1.388
21 retrieving revision 1.389
22 diff -u -r1.388 -r1.389
23 --- ChangeLog 31 Jan 2014 13:21:02 -0000 1.388
24 +++ ChangeLog 6 Feb 2014 23:20:43 -0000 1.389
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.388 2014/01/31 13:21:02 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.389 2014/02/06 23:20:43 dilfridge Exp $
30 +
31 +*kmail-4.12.2 (06 Feb 2014)
32 +
33 + 06 Feb 2014; Andreas K. Huettel <dilfridge@g.o> +kmail-4.12.2.ebuild:
34 + Version bump KDE SC 4.12.2
35
36 *kmail-4.12.1-r2 (31 Jan 2014)
37
38
39
40
41 1.1 kde-base/kmail/kmail-4.12.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.12.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.12.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kmail-4.12.2.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.2.ebuild,v 1.1 2014/02/06 23:20:43 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 "" 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 ontologies/
113 pimsettingexporter/
114 plugins/messageviewer/
115 "
116
117 KMLOADLIBS="kdepim-common-libs"
118
119 src_configure() {
120 # Bug 308903
121 use ppc64 && append-flags -mminimal-toc
122
123 kde4-meta_src_configure
124 }
125
126 src_compile() {
127 kde4-meta_src_compile kmail_xml
128 kde4-meta_src_compile
129 }
130
131 pkg_postinst() {
132 kde4-meta_pkg_postinst
133
134 if ! has_version kde-base/kdepim-kresources:${SLOT}; then
135 echo
136 elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}"
137 echo
138 fi
139 if ! has_version kde-base/kleopatra:${SLOT}; then
140 echo
141 elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
142 echo
143 fi
144
145 if has_version "app-office/akonadi-server[sqlite]"; then
146 ewarn
147 ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your"
148 ewarn "user configuration. This is the backend recommended by KDE upstream."
149 ewarn "Reports indicate that kde-base/kmail-4.10 does not work properly with the sqlite"
150 ewarn "backend anymore."
151 if has_version "app-office/akonadi-server[-mysql]"; then
152 ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD app-office/akonadi-server WITH mysql USEFLAG ENABLED."
153 fi
154 ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc."
155 ewarn
156 fi
157 }