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 DAF5E1382C5 for ; Sat, 13 Jun 2020 10:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D6F2E0C9E; Sat, 13 Jun 2020 10:53:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EDAD8E0C9E for ; Sat, 13 Jun 2020 10:53:16 +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 EE4E034F162 for ; Sat, 13 Jun 2020 10:53:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23D14288 for ; Sat, 13 Jun 2020 10:53:08 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1592045533.eddebcde2160fd378b28b91a0f4371fedbe67f7f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive/metadata.xml app-text/texlive/texlive-2020.ebuild X-VCS-Directories: app-text/texlive/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: eddebcde2160fd378b28b91a0f4371fedbe67f7f X-VCS-Branch: master Date: Sat, 13 Jun 2020 10:53:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cfb799b7-449f-4fbd-8b7b-97818ff82ff2 X-Archives-Hash: 6c4f3a0943479cdfc57218d229021f11 commit: eddebcde2160fd378b28b91a0f4371fedbe67f7f Author: Ulrich Müller gentoo org> AuthorDate: Sat Jun 13 10:49:18 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jun 13 10:52:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eddebcde Revert "app-text/texlive: remove tex4ht" This reverts commit aabe67ff7ff946eeed8e3c6f1327449d3b68f935. Signed-off-by: Ulrich Müller gentoo.org> app-text/texlive/metadata.xml | 1 + app-text/texlive/texlive-2020.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-text/texlive/metadata.xml b/app-text/texlive/metadata.xml index 05cdc26b83a..f79519d87f6 100644 --- a/app-text/texlive/metadata.xml +++ b/app-text/texlive/metadata.xml @@ -22,6 +22,7 @@ Add pstricks packages (dev-texlive/texlive-pstricks) Add support for publishers (dev-texlive/texlive-publishers) Add typesetting support for natural and computer sciences (dev-texlive/texlive-mathscience) + Add support for dev-tex/tex4ht (for converting (La)TeX to (X)HTML, XML and OO.org) Add support for app-text/texi2html which converts texi files to HTML Add support for XeTeX macros (dev-texlive/texlive-xetex) diff --git a/app-text/texlive/texlive-2020.ebuild b/app-text/texlive/texlive-2020.ebuild index 07f6338e036..7993b002c97 100644 --- a/app-text/texlive/texlive-2020.ebuild +++ b/app-text/texlive/texlive-2020.ebuild @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="cjk context detex dvi2tty extra epspdf games graphics humanities jadetex luatex metapost music pdfannotextractor png pstricks publishers -science texi2html truetype xetex xml X" +science tex4ht texi2html truetype xetex xml X" LANGS="af ar as bg bn br ca cs cy da de el en eo es et eu fa fi fr ga gl gu he hi hr hsb hu hy ia id is it ja ko kn la lo lt lv ml mn mr nb nl nn no or pa @@ -79,6 +79,7 @@ RDEPEND="${DEPEND} context? ( >=${TEXLIVE_CAT}/texlive-context-${PV} ) games? ( >=${TEXLIVE_CAT}/texlive-games-${PV} ) humanities? ( >=${TEXLIVE_CAT}/texlive-humanities-${PV} ) + tex4ht? ( >=dev-tex/tex4ht-20090611_p1038-r3 ) xml? ( >=dev-tex/xmltex-1.9-r2 app-text/passivetex