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 BA6D8138334 for ; Sat, 14 Jul 2018 08:20:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF123E09E4; Sat, 14 Jul 2018 08:20:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AC11E09DF for ; Sat, 14 Jul 2018 08:20:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C8AF0335C9A for ; Sat, 14 Jul 2018 08:20:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8774377 for ; Sat, 14 Jul 2018 08:20:47 +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: <1531556424.3dbeda142170212cfca19d1f5d6a1d116767452e.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-6.0.5.2-r1.ebuild app-office/libreoffice/libreoffice-6.0.9999.ebuild app-office/libreoffice/libreoffice-6.1.9999.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3dbeda142170212cfca19d1f5d6a1d116767452e X-VCS-Branch: master Date: Sat, 14 Jul 2018 08:20:47 +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: 12c1173a-6c44-40b8-a080-701bb31e0b48 X-Archives-Hash: 36cdb9d12574eb9a10c885cbd73c989e commit: 3dbeda142170212cfca19d1f5d6a1d116767452e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 14 07:00:34 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 14 08:20:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbeda14 app-office/libreoffice: Make sure NSS is used for TLS, disable OpenSSL Package-Manager: Portage-2.3.42, Repoman-2.3.9 app-office/libreoffice/libreoffice-6.0.5.2-r1.ebuild | 6 +++--- app-office/libreoffice/libreoffice-6.0.9999.ebuild | 6 +++--- app-office/libreoffice/libreoffice-6.1.9999.ebuild | 6 +++--- app-office/libreoffice/libreoffice-9999.ebuild | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app-office/libreoffice/libreoffice-6.0.5.2-r1.ebuild b/app-office/libreoffice/libreoffice-6.0.5.2-r1.ebuild index 1ed29b9c997..4f4550757b5 100644 --- a/app-office/libreoffice/libreoffice-6.0.5.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-6.0.5.2-r1.ebuild @@ -64,7 +64,7 @@ unset ADDONS_SRC LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher" IUSE="bluetooth +branding coinmp +cups dbus debug eds firebird googledrive -gstreamer +gtk gtk2 jemalloc kde libressl mysql odk pdfimport postgres test vlc +gstreamer +gtk gtk2 jemalloc kde mysql odk pdfimport postgres test vlc $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" REQUIRED_USE="${PYTHON_REQUIRED_USE} @@ -115,8 +115,6 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-libs/librevenge dev-libs/nspr dev-libs/nss - !libressl? ( >=dev-libs/openssl-1.0.0d:0 ) - libressl? ( dev-libs/libressl ) >=dev-libs/redland-1.0.16 >=dev-libs/xmlsec-1.2.24[nss] media-gfx/graphite2 @@ -411,6 +409,7 @@ src_configure() { --disable-fetch-external --disable-gstreamer-0-10 --disable-online-update + --disable-openssl --disable-pdfium --disable-report-builder --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") @@ -423,6 +422,7 @@ src_configure() { --with-lang="" --with-parallelism=$(makeopts_jobs) --with-system-ucpp + --with-tls=nss --with-vendor="Gentoo Foundation" --with-x --without-fonts diff --git a/app-office/libreoffice/libreoffice-6.0.9999.ebuild b/app-office/libreoffice/libreoffice-6.0.9999.ebuild index 3df147edf4c..e79889f91ee 100644 --- a/app-office/libreoffice/libreoffice-6.0.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.0.9999.ebuild @@ -64,7 +64,7 @@ unset ADDONS_SRC LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher" IUSE="bluetooth +branding coinmp +cups dbus debug eds firebird googledrive -gstreamer +gtk gtk2 jemalloc kde libressl mysql odk pdfimport postgres test vlc +gstreamer +gtk gtk2 jemalloc kde mysql odk pdfimport postgres test vlc $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" REQUIRED_USE="${PYTHON_REQUIRED_USE} @@ -115,8 +115,6 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-libs/librevenge dev-libs/nspr dev-libs/nss - !libressl? ( >=dev-libs/openssl-1.0.0d:0 ) - libressl? ( dev-libs/libressl ) >=dev-libs/redland-1.0.16 >=dev-libs/xmlsec-1.2.24[nss] media-gfx/graphite2 @@ -408,6 +406,7 @@ src_configure() { --disable-fetch-external --disable-gstreamer-0-10 --disable-online-update + --disable-openssl --disable-pdfium --disable-report-builder --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") @@ -420,6 +419,7 @@ src_configure() { --with-lang="" --with-parallelism=$(makeopts_jobs) --with-system-ucpp + --with-tls=nss --with-vendor="Gentoo Foundation" --with-x --without-fonts diff --git a/app-office/libreoffice/libreoffice-6.1.9999.ebuild b/app-office/libreoffice/libreoffice-6.1.9999.ebuild index ae37700e0e3..e8d1f1a6c1a 100644 --- a/app-office/libreoffice/libreoffice-6.1.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.1.9999.ebuild @@ -64,7 +64,7 @@ unset ADDONS_SRC LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher" IUSE="bluetooth +branding coinmp +cups dbus debug eds firebird googledrive -gstreamer +gtk gtk2 kde libressl mysql odk pdfimport postgres test vlc +gstreamer +gtk gtk2 kde mysql odk pdfimport postgres test vlc $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" REQUIRED_USE="${PYTHON_REQUIRED_USE} @@ -116,8 +116,6 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-libs/librevenge dev-libs/nspr dev-libs/nss - !libressl? ( >=dev-libs/openssl-1.0.0d:0 ) - libressl? ( dev-libs/libressl ) >=dev-libs/redland-1.0.16 >=dev-libs/xmlsec-1.2.24[nss] media-gfx/graphite2 @@ -405,6 +403,7 @@ src_configure() { --disable-fetch-external --disable-gstreamer-0-10 --disable-online-update + --disable-openssl --disable-pdfium --disable-report-builder --with-alloc=system @@ -417,6 +416,7 @@ src_configure() { --with-lang="" --with-parallelism=$(makeopts_jobs) --with-system-ucpp + --with-tls=nss --with-vendor="Gentoo Foundation" --with-x --without-fonts diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index cc4c2bc8ce1..e470a725458 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -64,7 +64,7 @@ unset ADDONS_SRC LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher" IUSE="bluetooth +branding coinmp +cups dbus debug eds firebird googledrive -gstreamer +gtk gtk2 kde libressl mysql odk pdfimport postgres test vlc +gstreamer +gtk gtk2 kde mysql odk pdfimport postgres test vlc $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})" REQUIRED_USE="${PYTHON_REQUIRED_USE} @@ -116,8 +116,6 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-libs/librevenge dev-libs/nspr dev-libs/nss - !libressl? ( >=dev-libs/openssl-1.0.0d:0 ) - libressl? ( dev-libs/libressl ) >=dev-libs/redland-1.0.16 >=dev-libs/xmlsec-1.2.24[nss] media-gfx/graphite2 @@ -405,6 +403,7 @@ src_configure() { --disable-fetch-external --disable-gstreamer-0-10 --disable-online-update + --disable-openssl --disable-pdfium --disable-report-builder --with-alloc=system @@ -417,6 +416,7 @@ src_configure() { --with-lang="" --with-parallelism=$(makeopts_jobs) --with-system-ucpp + --with-tls=nss --with-vendor="Gentoo Foundation" --with-x --without-fonts