Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
Date: Thu, 07 Jul 2016 18:33:16
Message-Id: 1467916370.6ff0b3946654fe911580fa9e53195f3d2d053005.johu@gentoo
1 commit: 6ff0b3946654fe911580fa9e53195f3d2d053005
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 7 18:32:50 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 18:32:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff0b394
7
8 kde-apps/kmail: Cleanup src_configure
9
10 Package-Manager: portage-2.3.0
11
12 kde-apps/kmail/kmail-4.14.10.ebuild | 7 -------
13 kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild | 7 -------
14 kde-apps/kmail/kmail-4.4.2016.01.ebuild | 3 ---
15 3 files changed, 17 deletions(-)
16
17 diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild
18 index 55aed2e..a2ab8a3 100644
19 --- a/kde-apps/kmail/kmail-4.14.10.ebuild
20 +++ b/kde-apps/kmail/kmail-4.14.10.ebuild
21 @@ -75,13 +75,6 @@ KMLOADLIBS="kdepim-common-libs"
22
23 PATCHES=( "${FILESDIR}/kdepim-4.14.10-fix-cmake-3.4.patch" )
24
25 -src_configure() {
26 - # Bug 308903
27 - use ppc64 && append-flags -mminimal-toc
28 -
29 - kde4-meta_src_configure
30 -}
31 -
32 src_compile() {
33 kde4-meta_src_compile kmail_xml
34 kde4-meta_src_compile
35
36 diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
37 index c7cf079..d32dc08 100644
38 --- a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
39 +++ b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
40 @@ -77,13 +77,6 @@ KMEXTRA="
41
42 KMLOADLIBS="kdepim-common-libs"
43
44 -src_configure() {
45 - # Bug 308903
46 - use ppc64 && append-flags -mminimal-toc
47 -
48 - kde4-meta_src_configure
49 -}
50 -
51 src_compile() {
52 kde4-meta_src_compile kmail_xml
53 kde4-meta_src_compile
54
55 diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
56 index 861757d..73ce2af 100644
57 --- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild
58 +++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
59 @@ -47,9 +47,6 @@ PATCHES=(
60 )
61
62 src_configure() {
63 - # Bug 308903
64 - use ppc64 && append-flags -mminimal-toc
65 -
66 mycmakeargs=(
67 -DWITH_IndicateQt=OFF
68 )