public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xmltex/
@ 2017-06-17 11:11 Alexis Ballier
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier @ 2017-06-17 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8009aeaac55014a66c4a827f6475d81fb8527831
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 09:33:45 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 11:10:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8009aeaa

dev-tex/xmltex: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-tex/xmltex/xmltex-1.9-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/xmltex/xmltex-1.9-r2.ebuild b/dev-tex/xmltex/xmltex-1.9-r2.ebuild
index 92a2073e211..0f52e2b027d 100644
--- a/dev-tex/xmltex/xmltex-1.9-r2.ebuild
+++ b/dev-tex/xmltex/xmltex-1.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
 
 S=${WORKDIR}/${PN}/base
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xmltex/
@ 2019-06-03 17:04 Mikle Kolyada
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2019-06-03 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1656dd934e84ab9dbc7f23e0bfc5b92ef5b4b5f3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  3 17:03:19 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jun  3 17:03:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1656dd93

dev-tex/xmltex: add tl2019 support

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-tex/xmltex/xmltex-1.9-r2.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-tex/xmltex/xmltex-1.9-r2.ebuild b/dev-tex/xmltex/xmltex-1.9-r2.ebuild
index 0f52e2b027d..6ae39aebfbc 100644
--- a/dev-tex/xmltex/xmltex-1.9-r2.ebuild
+++ b/dev-tex/xmltex/xmltex-1.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,10 @@ RDEPEND="${DEPEND}
 	!=dev-texlive/texlive-htmlxml-2007*"
 
 src_compile() {
-	TEXMFHOME="${S}" fmtutil --cnffile "${FILESDIR}/format.${PN}.cnf" --fmtdir "${S}/texmf-var/web2c" --all\
+	fmt_call="$(has_version '>=app-text/texlive-core-2019' \
+	  && echo "fmtutil-user" || echo "fmtutil")"
+
+	TEXMFHOME="${S}" $fmt_call --cnffile "${FILESDIR}/format.${PN}.cnf" --fmtdir "${S}/texmf-var/web2c" --all\
 			|| die "failed to build format ${PN}"
 }
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xmltex/
@ 2020-04-17  0:43 Matt Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2020-04-17  0:43 UTC (permalink / raw
  To: gentoo-commits

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")"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-17  0:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-17  0:43 [gentoo-commits] repo/gentoo:master commit in: dev-tex/xmltex/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2019-06-03 17:04 Mikle Kolyada
2017-06-17 11:11 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox