Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Sat, 02 Jul 2016 21:16:10
Message-Id: 1467494152.4e14521c09a396a9af32d303fc9fe342fb82eb74.dilfridge@gentoo
1 commit: 4e14521c09a396a9af32d303fc9fe342fb82eb74
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 12 19:00:24 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 21:15:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e14521c
7
8 app-office/libreoffice: Old crashdump option removed in master
9
10 Package-Manager: portage-2.2.28
11
12 app-office/libreoffice/libreoffice-5.2.9999.ebuild | 8 ++++----
13 app-office/libreoffice/libreoffice-9999.ebuild | 11 ++++++-----
14 2 files changed, 10 insertions(+), 9 deletions(-)
15
16 diff --git a/app-office/libreoffice/libreoffice-5.2.9999.ebuild b/app-office/libreoffice/libreoffice-5.2.9999.ebuild
17 index 9b090c0..09797cc 100644
18 --- a/app-office/libreoffice/libreoffice-5.2.9999.ebuild
19 +++ b/app-office/libreoffice/libreoffice-5.2.9999.ebuild
20 @@ -406,10 +406,10 @@ src_configure() {
21 # not linked or anything else, worthless to depend on
22 econf \
23 --docdir="${EPREFIX}/usr/share/doc/${PF}/" \
24 + --with-system-dicts \
25 --with-system-headers \
26 - --with-system-libs \
27 --with-system-jars \
28 - --with-system-dicts \
29 + --with-system-libs \
30 --enable-cairo-canvas \
31 --enable-graphite \
32 --enable-largefile \
33 @@ -418,15 +418,15 @@ src_configure() {
34 --enable-python=system \
35 --enable-randr \
36 --enable-release-build \
37 - --disable-hardlink-deliver \
38 --disable-ccache \
39 --disable-crashdump \
40 --disable-dependency-tracking \
41 --disable-epm \
42 --disable-fetch-external \
43 --disable-gstreamer-0-10 \
44 - --disable-report-builder \
45 + --disable-hardlink-deliver \
46 --disable-online-update \
47 + --disable-report-builder \
48 --disable-systray \
49 --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \
50 --with-build-version="Gentoo official package" \
51
52 diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
53 index 9b090c0..a1000be 100644
54 --- a/app-office/libreoffice/libreoffice-9999.ebuild
55 +++ b/app-office/libreoffice/libreoffice-9999.ebuild
56 @@ -392,6 +392,7 @@ src_configure() {
57 fi
58
59 # system headers/libs/...: enforce using system packages
60 + # --disable-breakpad: requires not-yet-in-tree dev-utils/breakpad
61 # --enable-cairo: ensure that cairo is always required
62 # --enable-graphite: disabling causes build breakages
63 # --enable-*-link: link to the library rather than just dlopen on runtime
64 @@ -406,10 +407,10 @@ src_configure() {
65 # not linked or anything else, worthless to depend on
66 econf \
67 --docdir="${EPREFIX}/usr/share/doc/${PF}/" \
68 + --with-system-dicts \
69 --with-system-headers \
70 - --with-system-libs \
71 --with-system-jars \
72 - --with-system-dicts \
73 + --with-system-libs \
74 --enable-cairo-canvas \
75 --enable-graphite \
76 --enable-largefile \
77 @@ -418,15 +419,15 @@ src_configure() {
78 --enable-python=system \
79 --enable-randr \
80 --enable-release-build \
81 - --disable-hardlink-deliver \
82 + --disable-breakpad \
83 --disable-ccache \
84 - --disable-crashdump \
85 --disable-dependency-tracking \
86 --disable-epm \
87 --disable-fetch-external \
88 --disable-gstreamer-0-10 \
89 - --disable-report-builder \
90 + --disable-hardlink-deliver \
91 --disable-online-update \
92 + --disable-report-builder \
93 --disable-systray \
94 --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \
95 --with-build-version="Gentoo official package" \