Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Mon, 26 Jun 2017 21:59:27
Message-Id: 1498514320.c551266c530dd58819ed4c50b1926d10c947d110.asturm@gentoo
1 commit: c551266c530dd58819ed4c50b1926d10c947d110
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 21:58:14 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 21:58:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c551266c
7
8 app-office/libreoffice: Drop USE=quickstarter, USE=telepathy
9
10 - Telepathy Tubes interface is removed in 5.4 branch already
11 - Linux Quickstarter is deprecated and will be removed in next release
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.1
14
15 app-office/libreoffice/libreoffice-5.4.9999.ebuild | 5 +----
16 app-office/libreoffice/libreoffice-9999.ebuild | 6 +-----
17 2 files changed, 2 insertions(+), 9 deletions(-)
18
19 diff --git a/app-office/libreoffice/libreoffice-5.4.9999.ebuild b/app-office/libreoffice/libreoffice-5.4.9999.ebuild
20 index cd11bb0a497..a6a36670b1c 100644
21 --- a/app-office/libreoffice/libreoffice-5.4.9999.ebuild
22 +++ b/app-office/libreoffice/libreoffice-5.4.9999.ebuild
23 @@ -77,7 +77,7 @@ unset ADDONS_SRC
24 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
25
26 IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome googledrive
27 -gstreamer +gtk gtk3 jemalloc kde libressl mysql odk pdfimport postgres quickstarter telepathy test vlc
28 +gstreamer +gtk gtk3 jemalloc kde libressl mysql odk pdfimport postgres quickstarter test vlc
29 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
30
31 LICENSE="|| ( LGPL-3 MPL-1.1 )"
32 @@ -174,7 +174,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
33 mysql? ( dev-db/mysql-connector-c++ )
34 pdfimport? ( app-text/poppler:=[cxx] )
35 postgres? ( >=dev-db/postgresql-9.0:*[kerberos] )
36 - telepathy? ( net-libs/telepathy-glib )
37 "
38
39 RDEPEND="${COMMON_DEPEND}
40 @@ -235,7 +234,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
41 collada? ( gltf )
42 eds? ( gnome )
43 gnome? ( gtk )
44 - telepathy? ( gtk )
45 libreoffice_extensions_nlpsolver? ( java )
46 libreoffice_extensions_scripting-beanshell? ( java )
47 libreoffice_extensions_scripting-javascript? ( java )
48 @@ -485,7 +483,6 @@ src_configure() {
49 $(use_enable pdfimport) \
50 $(use_enable postgres postgresql-sdbc) \
51 $(use_enable quickstarter systray) \
52 - $(use_enable telepathy) \
53 $(use_enable vlc) \
54 $(use_with coinmp system-coinmp) \
55 $(use_with collada system-opencollada) \
56
57 diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
58 index e259b7d60d0..4a5023013ae 100644
59 --- a/app-office/libreoffice/libreoffice-9999.ebuild
60 +++ b/app-office/libreoffice/libreoffice-9999.ebuild
61 @@ -76,7 +76,7 @@ unset ADDONS_SRC
62 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
63
64 IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome googledrive
65 -gstreamer +gtk gtk3 jemalloc kde libressl mysql odk pdfimport postgres quickstarter telepathy test vlc
66 +gstreamer +gtk gtk3 jemalloc kde libressl mysql odk pdfimport postgres test vlc
67 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
68
69 LICENSE="|| ( LGPL-3 MPL-1.1 )"
70 @@ -174,7 +174,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
71 mysql? ( dev-db/mysql-connector-c++ )
72 pdfimport? ( app-text/poppler:=[cxx] )
73 postgres? ( >=dev-db/postgresql-9.0:*[kerberos] )
74 - telepathy? ( net-libs/telepathy-glib )
75 "
76
77 RDEPEND="${COMMON_DEPEND}
78 @@ -235,7 +234,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
79 collada? ( gltf )
80 eds? ( gnome )
81 gnome? ( gtk )
82 - telepathy? ( gtk )
83 libreoffice_extensions_nlpsolver? ( java )
84 libreoffice_extensions_scripting-beanshell? ( java )
85 libreoffice_extensions_scripting-javascript? ( java )
86 @@ -484,8 +482,6 @@ src_configure() {
87 $(use_enable odk) \
88 $(use_enable pdfimport) \
89 $(use_enable postgres postgresql-sdbc) \
90 - $(use_enable quickstarter systray) \
91 - $(use_enable telepathy) \
92 $(use_enable vlc) \
93 $(use_with coinmp system-coinmp) \
94 $(use_with collada system-opencollada) \