public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/xmltex/
Date: Fri, 17 Apr 2020 00:43:51 +0000 (UTC)	[thread overview]
Message-ID: <1587084219.9838d41271b22d47e1b2845a618170cd63bcffef.mattst88@gentoo> (raw)

commit:     9838d41271b22d47e1b2845a618170cd63bcffef
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 17 00:41:09 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 00:43:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9838d412

dev-tex/xmltex: Unpack with /bin/gzip explicitly

... in order to work around an incompatibility in app-arch/pigz. It
appears that xmltex's tarball has trailing junk at the end of the file,
and it appears to be a completed project, so no new releases are
forthcoming.

Closes: https://bugs.gentoo.org/645438
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-tex/xmltex/xmltex-1.9-r3.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-tex/xmltex/xmltex-1.9-r3.ebuild b/dev-tex/xmltex/xmltex-1.9-r3.ebuild
index 177068ab925..5b9a6f94c67 100644
--- a/dev-tex/xmltex/xmltex-1.9-r3.ebuild
+++ b/dev-tex/xmltex/xmltex-1.9-r3.ebuild
@@ -22,6 +22,11 @@ DEPEND="virtual/latex-base"
 
 RDEPEND="${DEPEND}"
 
+src_unpack() {
+	# Bug 645438
+	tar -I /bin/gzip -xf "${DISTDIR}"/${P}.tar.gz || die
+}
+
 src_compile() {
 	fmt_call="$(has_version '>=app-text/texlive-core-2019' \
 	  && echo "fmtutil-user" || echo "fmtutil")"


             reply	other threads:[~2020-04-17  0:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-17  0:43 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-06-03 17:04 [gentoo-commits] repo/gentoo:master commit in: dev-tex/xmltex/ Mikle Kolyada
2017-06-17 11:11 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1587084219.9838d41271b22d47e1b2845a618170cd63bcffef.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox