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 CE07E138334 for ; Thu, 22 Nov 2018 21:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA080E097B; Thu, 22 Nov 2018 21:48:55 +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 7451CE097B for ; Thu, 22 Nov 2018 21:48:55 +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 4EDE3335CE4 for ; Thu, 22 Nov 2018 21:48:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3123346C for ; Thu, 22 Nov 2018 21:48:51 +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: <1542923316.3b2f93ad16204f009ef5b2688fac86bd762cf425.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/files/, app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/files/libreoffice-6.1-nomancompress.patch app-office/libreoffice/libreoffice-6.1.9999.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ app-office/libreoffice/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3b2f93ad16204f009ef5b2688fac86bd762cf425 X-VCS-Branch: master Date: Thu, 22 Nov 2018 21:48:51 +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: aae7b811-4205-45e3-b908-935e0aeae980 X-Archives-Hash: 5419463c3ecf47748a21144bdbf5bbbd commit: 3b2f93ad16204f009ef5b2688fac86bd762cf425 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 22 01:08:15 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 22 21:48:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2f93ad app-office/libreoffice: QA: Don't install compressed manpages Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/libreoffice-6.1-nomancompress.patch | 29 ++++++++++++++++++++++ app-office/libreoffice/libreoffice-6.1.9999.ebuild | 1 + app-office/libreoffice/libreoffice-9999.ebuild | 1 + 3 files changed, 31 insertions(+) diff --git a/app-office/libreoffice/files/libreoffice-6.1-nomancompress.patch b/app-office/libreoffice/files/libreoffice-6.1-nomancompress.patch new file mode 100644 index 00000000000..ea6eb8b816f --- /dev/null +++ b/app-office/libreoffice/files/libreoffice-6.1-nomancompress.patch @@ -0,0 +1,29 @@ +--- a/bin/distro-install-desktop-integration 2018-10-29 20:55:29.000000000 +0100 ++++ b/bin/distro-install-desktop-integration 2018-11-22 02:03:36.464866894 +0100 +@@ -39,22 +39,20 @@ + + create_man_link() + { +- echo "Install $MANDIR/man1/$1.1.gz" ++ echo "Install $MANDIR/man1/$1.1" + + mkdir -p $DESTDIR$MANDIR/man1 + echo ".so man1/$2.1" >| $DESTDIR$MANDIR/man1/$1.1 +- gzip -f $DESTDIR$MANDIR/man1/$1.1 +- test -f "$DESTDIR/$3" && echo "$MANDIR/man1/$1.1.gz" >>"$DESTDIR/$3" ++ test -f "$DESTDIR/$3" && echo "$MANDIR/man1/$1.1" >>"$DESTDIR/$3" + } + + install_man() + { +- echo "Install $MANDIR/man1/$1.1.gz" ++ echo "Install $MANDIR/man1/$1.1" + + mkdir -p $DESTDIR$MANDIR/man1 + cp "${SRCDIR?}"/sysui/desktop/man/$1.1 $DESTDIR$MANDIR/man1 || exit 1; +- gzip -f $DESTDIR$MANDIR/man1/$1.1 +- test -f "$DESTDIR/$2" && echo "$MANDIR/man1/$1.1.gz" >>"$DESTDIR/$2" ++ test -f "$DESTDIR/$2" && echo "$MANDIR/man1/$1.1" >>"$DESTDIR/$2" + } + + diff --git a/app-office/libreoffice/libreoffice-6.1.9999.ebuild b/app-office/libreoffice/libreoffice-6.1.9999.ebuild index 437ac1b2f00..3c7a646b955 100644 --- a/app-office/libreoffice/libreoffice-6.1.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.1.9999.ebuild @@ -247,6 +247,7 @@ PATCHES=( # not upstreamable stuff "${FILESDIR}/${PN}-5.4-system-pyuno.patch" "${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch" + "${FILESDIR}/${PN}-6.1-nomancompress.patch" ) S="${WORKDIR}/${PN}-${MY_PV}" diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index d2235c0033d..c7399b1a5ac 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -250,6 +250,7 @@ PATCHES=( # not upstreamable stuff "${FILESDIR}/${PN}-5.4-system-pyuno.patch" "${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch" + "${FILESDIR}/${PN}-6.1-nomancompress.patch" ) S="${WORKDIR}/${PN}-${MY_PV}"