From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64376139695 for ; Mon, 22 May 2017 05:54:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25F2DE0CAE; Mon, 22 May 2017 05:54:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E19CBE0CAE for ; Mon, 22 May 2017 05:54:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC6633416B7 for ; Mon, 22 May 2017 05:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 200597441 for ; Mon, 22 May 2017 05:54:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1495432426.380f4cdb08eddf0ba97d70a36064265c0363a789.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-5.3.3.2.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 380f4cdb08eddf0ba97d70a36064265c0363a789 X-VCS-Branch: master Date: Mon, 22 May 2017 05:54:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5b7d02e4-3c64-4a02-8619-b2ca07bc8e49 X-Archives-Hash: 09edc49f28b6198cd90311628d0b1d1d commit: 380f4cdb08eddf0ba97d70a36064265c0363a789 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 21 14:50:26 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 22 05:53:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380f4cdb app-office/libreoffice: Re-add USE=firebird Package-Manager: Portage-2.3.5, Repoman-2.3.1 app-office/libreoffice/libreoffice-5.3.3.2.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app-office/libreoffice/libreoffice-5.3.3.2.ebuild b/app-office/libreoffice/libreoffice-5.3.3.2.ebuild index 62c861f096b..d3a6ef3a984 100644 --- a/app-office/libreoffice/libreoffice-5.3.3.2.ebuild +++ b/app-office/libreoffice/libreoffice-5.3.3.2.ebuild @@ -76,7 +76,7 @@ unset ADDONS_SRC # Extensions that need extra work: LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher" -IUSE="bluetooth +branding coinmp collada +cups dbus debug eds gltf gnome googledrive +IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome googledrive gstreamer +gtk gtk3 jemalloc kde libressl mysql odk pdfimport postgres quickstarter telepathy test vlc $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" @@ -86,7 +86,6 @@ SLOT="0" KEYWORDS="" #KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" -# TODO: not packaged: firebird? ( >=dev-db/firebird-3.0 ) COMMON_DEPEND="${PYTHON_DEPS} app-arch/unzip app-arch/zip @@ -151,6 +150,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-libs/glib:2 gnome-extra/evolution-data-server ) + firebird? ( >=dev-db/firebird-2.5 ) gltf? ( media-libs/libgltf ) gnome? ( gnome-base/dconf ) gstreamer? ( @@ -434,7 +434,6 @@ src_configure() { # --disable-report-builder: too much java packages pulled in without pkgs # --without-system-sane: just sane.h header that is used for scan in writer, # not linked or anything else, worthless to depend on - # TODO: $(use_enable firebird firebird-sdbc) econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}/" \ --with-system-dicts \ @@ -454,7 +453,6 @@ src_configure() { --disable-dependency-tracking \ --disable-epm \ --disable-fetch-external \ - --disable-firebird-sdbc \ --disable-gstreamer-0-10 \ --disable-online-update \ --disable-report-builder \ @@ -482,6 +480,7 @@ src_configure() { $(use_enable debug) \ $(use_enable dbus) \ $(use_enable eds evolution2) \ + $(use_enable firebird firebird-sdbc) \ $(use_enable gltf) \ $(use_enable gnome gio) \ $(use_enable gnome dconf) \ @@ -551,7 +550,7 @@ src_install() { # bug 593514 if use gtk3; then - dosym /usr/$(get_libdir)/libreoffice/program/liblibreofficekitgtk.so \ + dosym libreoffice/program/liblibreofficekitgtk.so \ /usr/$(get_libdir)/liblibreofficekitgtk.so fi