public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2016-03-26 10:58 Andreas Hüttel
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Hüttel @ 2016-03-26 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     416725d4f054d7b39db58ad02f34dc8ce6da89d2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 10:56:09 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 10:58:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416725d4

dev-tex/latex2html: Version bump, bug 566516

Package-Manager: portage-2.2.28

 dev-tex/latex2html/Manifest               |  1 +
 dev-tex/latex2html/latex2html-2015.ebuild | 82 +++++++++++++++++++++++++++++++
 2 files changed, 83 insertions(+)

diff --git a/dev-tex/latex2html/Manifest b/dev-tex/latex2html/Manifest
index 1a28c85..8166f3e 100644
--- a/dev-tex/latex2html/Manifest
+++ b/dev-tex/latex2html/Manifest
@@ -1,2 +1,3 @@
 DIST latex2html-2008.tar.gz 1133054 SHA256 59456815a3984250c295d3d5c46b85646038db8db2735cdc0d3780cf4da337ad SHA512 e5a9d1700fcc45e6fcb7bae79e25acd52b7a84b70a75b3c7f1e746f65adbd48219a828420f6a7c437613d5c74dfb0405c91df01ac9c1535e9850f3a3e5c47f60 WHIRLPOOL 3d4dba64a2ce1b548749f5a5d489afba8694b2b6214dc5b7030820898d13a33dd708c751d2dc625a3d93930bcc0e483fa3e6736a2812c3baf395f70bb77404dc
+DIST latex2html-2015.tar.gz 1217699 SHA256 248cf84c70dd31221ddc69ef7ce0e720aadd26b572ee412827eae62f0eefb8dd SHA512 dd031944250efd28691edeba5e83b4c5c0deec3a2e7c2ab2a9bd285a911f6ab21a02cd0ef697bebc2c7c7c0ebd285493c1d6b01b0db9355fc7f3316a2af65e2c WHIRLPOOL 27e086e44ace2cae80d0b29390d3ba63f426c3facd8ac5e4573b580260a3e859c29bd0496ed0f864c0e2644ff0105e9b0cfeb45d9812c54b97f6386c5844b0c9
 DIST latex2html-match-multiline.patch.bz2 8147 SHA256 fa4c74b1e6ef3fc337485b7940922aaa1aed0c33a533e75f4a97503547f4570e SHA512 01ec0dd1705f030736432a7fa8bf99c83c9e4f01c9755319d36e65e18737361d23073277692a8c44af529a1c37caabcc9e720a4be57e64300f945060e88f6641 WHIRLPOOL d0f69d16060d9829cafdc266acdb50e2071cf742841e7fcce524d69268c51036665670c0e3111e83dea8271cb0032f2362686c976a8b2c9032b50125ab3a9b2c

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild b/dev-tex/latex2html/latex2html-2015.ebuild
new file mode 100644
index 0000000..72e9f15
--- /dev/null
+++ b/dev-tex/latex2html/latex2html-2015.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
+HOMEPAGE="http://www.latex2html.org/"
+SRC_URI="http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="gif png"
+
+DEPEND="app-text/ghostscript-gpl
+	virtual/latex-base
+	media-libs/netpbm
+	dev-lang/perl
+	gif? ( media-libs/giflib )
+	png? ( media-libs/libpng:0 )"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}"-{convert-length,perl_name,extract-major-version-2,destdir}.patch )
+
+src_prepare() {
+	default
+
+	# Dont install old url.sty and other files
+	# Bug #240980
+	rm texinputs/url.sty texinputs/latin9.def \
+		|| die "failed to remove duplicate latex files"
+
+	sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || die
+}
+
+src_configure() {
+	local myconf
+
+	use gif || use png || myconf="${myconf} --disable-images"
+
+	econf --libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
+		--shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
+		--enable-pk \
+		--enable-eps \
+		--enable-reverse \
+		--enable-pipes \
+		--enable-paths \
+		--enable-wrapper \
+		--with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html \
+		--without-mktexlsr \
+		$(use_enable gif) \
+		$(use_enable png) \
+		${myconf}
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+
+	# make /usr/share/latex2html sticky
+	keepdir /usr/share/latex2html
+
+	# clean the perl scripts up to remove references to the sandbox
+	local dir="${ED}/usr/$(get_libdir)/latex2html"
+	if use png || use gif; then
+		# pstoimg isn't built unless gif or png useflags are enabled
+		sed -i -e "s:${T}:/tmp:g" "${dir}"/pstoimg.pl || die
+	fi
+	sed -i -e "s:${S}::g" "${dir}"/latex2html.pl || die
+	sed -i -e "s:${T}:/tmp:g" "${dir}"/cfgcache.pm || die
+	sed -i -e "s:${T}:/tmp:g" "${dir}"/l2hconf.pm || die
+
+	dodoc BUGS Changes FAQ MANIFEST README TODO
+}
+
+pkg_postinst() {
+	"${EROOT}"/usr/bin/mktexlsr
+}
+
+pkg_postrm() {
+	"${EROOT}"/usr/bin/mktexlsr
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2017-01-31 15:51 Tobias Klausmann
  0 siblings, 0 replies; 49+ messages in thread
From: Tobias Klausmann @ 2017-01-31 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     78b0c908779adb2d11b1d04767d572cc3c2aa77b
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 15:51:22 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 15:51:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b0c908

dev-tex/latex2html-2015-r0: stable on alpha

Gentoo-Bug: 603924

 dev-tex/latex2html/latex2html-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild b/dev-tex/latex2html/latex2html-2015.ebuild
index fbf2113..48c2667 100644
--- a/dev-tex/latex2html/latex2html-2015.ebuild
+++ b/dev-tex/latex2html/latex2html-2015.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2017-01-31 16:02 Jeroen Roovers
  0 siblings, 0 replies; 49+ messages in thread
From: Jeroen Roovers @ 2017-01-31 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3eed0b728fca7675730ed7f701c8c435c38bb5cd
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 15:59:19 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 16:02:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eed0b72

dev-tex/latex2html: Stable for HPPA (bug #603924).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-tex/latex2html/latex2html-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild b/dev-tex/latex2html/latex2html-2015.ebuild
index 48c2667..52d71f8 100644
--- a/dev-tex/latex2html/latex2html-2015.ebuild
+++ b/dev-tex/latex2html/latex2html-2015.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2017-03-01 10:08 Michael Weber
  0 siblings, 0 replies; 49+ messages in thread
From: Michael Weber @ 2017-03-01 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     e8c230d95e42768f3f8aeab476778d40d4f4d715
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 08:44:26 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 10:08:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c230d9

dev-tex/latex2html: arm stable (bug 603924).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-tex/latex2html/latex2html-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild b/dev-tex/latex2html/latex2html-2015.ebuild
index ed5f99a8fe9..3afdc49f077 100644
--- a/dev-tex/latex2html/latex2html-2015.ebuild
+++ b/dev-tex/latex2html/latex2html-2015.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2017-09-24 20:40 Andreas Hüttel
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Hüttel @ 2017-09-24 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     de99a00c01396806a517745122c397b1eb64b642
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 14:00:32 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 20:40:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de99a00c

dev-tex/latex2html: Remove old

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-tex/latex2html/latex2html-2017.2.ebuild | 76 -----------------------------
 1 file changed, 76 deletions(-)

diff --git a/dev-tex/latex2html/latex2html-2017.2.ebuild b/dev-tex/latex2html/latex2html-2017.2.ebuild
deleted file mode 100644
index d4a53da4988..00000000000
--- a/dev-tex/latex2html/latex2html-2017.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
-HOMEPAGE="http://www.latex2html.org/"
-SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="gif png"
-
-DEPEND="app-text/ghostscript-gpl
-	virtual/latex-base
-	media-libs/netpbm
-	dev-lang/perl
-	gif? ( media-libs/giflib )
-	png? ( media-libs/libpng:0 )"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}"-{destdir,tests}.patch )
-
-src_prepare() {
-	default
-
-	sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || die
-}
-
-src_configure() {
-	local myconf
-
-	use gif || use png || myconf="${myconf} --disable-images"
-
-	econf --libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--enable-pk \
-		--enable-eps \
-		--enable-reverse \
-		--enable-pipes \
-		--enable-paths \
-		--enable-wrapper \
-		--with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html \
-		--without-mktexlsr \
-		$(use_enable gif) \
-		$(use_enable png) \
-		${myconf}
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	# make /usr/share/latex2html sticky
-	keepdir /usr/share/latex2html
-
-	# clean the perl scripts up to remove references to the sandbox
-	local dir="${ED}/usr/$(get_libdir)/latex2html"
-	if use png || use gif; then
-		# pstoimg isn't built unless gif or png useflags are enabled
-		sed -i -e "s:${T}:/tmp:g" "${dir}"/pstoimg.pl || die
-	fi
-	sed -i -e "s:${S}::g" "${dir}"/latex2html.pl || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/cfgcache.pm || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/l2hconf.pm || die
-
-	dodoc BUGS Changes FAQ MANIFEST README.md TODO
-}
-
-pkg_postinst() {
-	"${EROOT}"/usr/bin/mktexlsr
-}
-
-pkg_postrm() {
-	"${EROOT}"/usr/bin/mktexlsr
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2019-05-20 18:51 Aaron Bauman
  0 siblings, 0 replies; 49+ messages in thread
From: Aaron Bauman @ 2019-05-20 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c7700527be4f03fc9358d530c87a438607f56186
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 18:50:31 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 20 18:50:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7700527

dev-tex/latex2html: arm64 stable

* older version (2015) which is stable fails to build due to perl
related issues

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
index 68f635740cb..fa9d6322de6 100644
--- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2019-06-05 12:07 Andreas K. Hüttel
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas K. Hüttel @ 2019-06-05 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4d472e76af33fef431627bc8827a1c4edd644b08
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 12:06:32 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 12:07:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d472e76

dev-tex/latex2html: remove old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-tex/latex2html/Manifest                    |  2 -
 dev-tex/latex2html/latex2html-2008-r1.ebuild   | 84 --------------------------
 dev-tex/latex2html/latex2html-2008.ebuild      | 83 -------------------------
 dev-tex/latex2html/latex2html-2017.2-r1.ebuild | 81 -------------------------
 4 files changed, 250 deletions(-)

diff --git a/dev-tex/latex2html/Manifest b/dev-tex/latex2html/Manifest
index 4af50b9668e..ea66d1f10f8 100644
--- a/dev-tex/latex2html/Manifest
+++ b/dev-tex/latex2html/Manifest
@@ -1,4 +1,2 @@
-DIST latex2html-2008.tar.gz 1133054 BLAKE2B c4ef102d55592f8ecbaf9372ce90d952866f89223b5db80d038a1305db7e4f835c585affed515f6c920fb0c43b2a3e55d4fcb315b272764f805398b8d12a5895 SHA512 e5a9d1700fcc45e6fcb7bae79e25acd52b7a84b70a75b3c7f1e746f65adbd48219a828420f6a7c437613d5c74dfb0405c91df01ac9c1535e9850f3a3e5c47f60
 DIST latex2html-2015.tar.gz 1217699 BLAKE2B e9daea005b7674ebb6a8c5902b77b609a633515b4127a2b3fe4d1b15bc2428c02ccc024df62545d5fe63e7034ad4b1532905fee97057d49730ec27f12913c55e SHA512 dd031944250efd28691edeba5e83b4c5c0deec3a2e7c2ab2a9bd285a911f6ab21a02cd0ef697bebc2c7c7c0ebd285493c1d6b01b0db9355fc7f3316a2af65e2c
 DIST latex2html-2017.2.tar.gz 1131438 BLAKE2B 0a13cca95e1f7d8a9fd7d6b077726e083a6d33fbc712b883be46d57fbdea91d1d02a2a2f1990c5827cf2a4b9db18033f41f326af0a69770988bf4ff5e53a010a SHA512 0e1ab1b2005dc71988b1500884d7a13bfbdce73a62ef7f6cc6e83e29d776c98eb09cff3f8d0c162493586094c9ca6f07d47e98d2137f223f27044d03e9bb3473
-DIST latex2html-match-multiline.patch.bz2 8147 BLAKE2B 32a2bbe82c5ae08c4a2fdec9f057b8d5750518dc2159e12c53d0435b17841328ee4402b8b776866ad4d72aa2cd2d918c60caad3dc56548a478bd65bb5fff0542 SHA512 01ec0dd1705f030736432a7fa8bf99c83c9e4f01c9755319d36e65e18737361d23073277692a8c44af529a1c37caabcc9e720a4be57e64300f945060e88f6641

diff --git a/dev-tex/latex2html/latex2html-2008-r1.ebuild b/dev-tex/latex2html/latex2html-2008-r1.ebuild
deleted file mode 100644
index c8f39eed7f5..00000000000
--- a/dev-tex/latex2html/latex2html-2008-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit base eutils multilib
-
-DESCRIPTION="convertor written in Perl that converts LATEX documents to HTML"
-SRC_URI="http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/${P}.tar.gz
-	https://dev.gentoo.org/~dilfridge/distfiles/${PN}-match-multiline.patch.bz2"
-HOMEPAGE="http://www.latex2html.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="gif png"
-
-DEPEND="app-text/ghostscript-gpl
-	virtual/latex-base
-	media-libs/netpbm
-	dev-lang/perl
-	gif? ( media-libs/giflib )
-	png? ( media-libs/libpng )"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}"-{convert-length,perl_name,extract-major-version-2,destdir}.patch
-	"${DISTDIR}/${PN}"-match-multiline.patch.bz2 )
-
-src_prepare() {
-	base_src_prepare
-
-	# Dont install old url.sty and other files
-	# Bug #240980
-	rm -f texinputs/url.sty texinputs/latin9.def || die "failed to remove duplicate latex files"
-
-	sed -ie 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || die
-}
-
-src_configure() {
-	local myconf
-
-	use gif || use png || myconf="${myconf} --disable-images"
-
-	econf --libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--enable-pk \
-		--enable-eps \
-		--enable-reverse \
-		--enable-pipes \
-		--enable-paths \
-		--enable-wrapper \
-		--with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html \
-		--without-mktexlsr \
-		$(use_enable gif) \
-		$(use_enable png) \
-		${myconf} || die "econf failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-
-	dodoc BUGS Changes FAQ LICENSE.orig MANIFEST README* TODO
-
-	# make /usr/share/latex2html sticky
-	keepdir /usr/share/latex2html
-
-	# clean the perl scripts up to remove references to the sandbox
-	einfo "fixing sandbox references"
-	# pstoimg isn't built unless gif or png useflags are enabled
-	{ use png || use gif ; } && sed -i -e "s:${T}:/tmp:g" "${ED}/usr/$(get_libdir)/latex2html/pstoimg.pl"
-	sed -i -e "s:${S}::g" "${ED}/usr/$(get_libdir)/latex2html/latex2html.pl" || die
-	sed -i -e "s:${T}:/tmp:g" "${ED}/usr/$(get_libdir)/latex2html/cfgcache.pm" || die
-	sed -i -e "s:${T}:/tmp:g" "${ED}/usr/$(get_libdir)/latex2html/l2hconf.pm" || die
-}
-
-pkg_postinst() {
-	einfo "Running ${EROOT}usr/bin/mktexlsr to rebuild ls-R database...."
-	"${EROOT}"usr/bin/mktexlsr
-}
-
-pkg_postrm() {
-	einfo "Running ${EROOT}usr/bin/mktexlsr to rebuild ls-R database...."
-	"${EROOT}"usr/bin/mktexlsr
-}

diff --git a/dev-tex/latex2html/latex2html-2008.ebuild b/dev-tex/latex2html/latex2html-2008.ebuild
deleted file mode 100644
index 0dff1b0e414..00000000000
--- a/dev-tex/latex2html/latex2html-2008.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils multilib
-
-DESCRIPTION="convertor written in Perl that converts LATEX documents to HTML"
-SRC_URI="http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/${P}.tar.gz"
-HOMEPAGE="http://www.latex2html.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="gif png"
-
-DEPEND="app-text/ghostscript-gpl
-	virtual/latex-base
-	media-libs/netpbm
-	dev-lang/perl
-	gif? ( media-libs/giflib )
-	png? ( media-libs/libpng )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}/${PN}-convert-length.patch"
-	epatch "${FILESDIR}/${PN}-perl_name.patch"
-	epatch "${FILESDIR}/${PN}-extract-major-version.patch"
-	epatch "${FILESDIR}/${PN}-destdir.patch"
-	# Dont install old url.sty and other files
-	# Bug #240980
-	rm -f texinputs/url.sty texinputs/latin9.def || die "failed to remove duplicate latex files"
-}
-
-src_compile() {
-	local myconf
-
-	use gif || use png || myconf="${myconf} --disable-images"
-
-	econf --libdir=/usr/$(get_libdir)/latex2html \
-		--shlibdir=/usr/$(get_libdir)/latex2html \
-		--enable-pk \
-		--enable-eps \
-		--enable-reverse \
-		--enable-pipes \
-		--enable-paths \
-		--enable-wrapper \
-		--with-texpath=/usr/share/texmf-site/tex/latex/html \
-		--without-mktexlsr \
-		$(use_enable gif) \
-		$(use_enable png) \
-		${myconf} || die "econf failed"
-	emake || die "make failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-
-	dodoc BUGS Changes FAQ LICENSE.orig MANIFEST README* TODO
-
-	# make /usr/share/latex2html sticky
-	keepdir /usr/share/latex2html
-
-	# clean the perl scripts up to remove references to the sandbox
-	einfo "fixing sandbox references"
-	# pstoimg isn't built unless gif or png useflags are enabled
-	{ use png || use gif ; } && dosed "s:${T}:/tmp:g" /usr/$(get_libdir)/latex2html/pstoimg.pl
-	dosed "s:${S}::g" /usr/$(get_libdir)/latex2html/latex2html.pl
-	dosed "s:${T}:/tmp:g" /usr/$(get_libdir)/latex2html/cfgcache.pm
-	dosed "s:${T}:/tmp:g" /usr/$(get_libdir)/latex2html/l2hconf.pm
-}
-
-pkg_postinst() {
-	einfo "Running ${ROOT}usr/bin/mktexlsr to rebuild ls-R database...."
-	"${ROOT}"usr/bin/mktexlsr
-}
-
-pkg_postrm() {
-	einfo "Running ${ROOT}usr/bin/mktexlsr to rebuild ls-R database...."
-	"${ROOT}"usr/bin/mktexlsr
-}

diff --git a/dev-tex/latex2html/latex2html-2017.2-r1.ebuild b/dev-tex/latex2html/latex2html-2017.2-r1.ebuild
deleted file mode 100644
index ff150f6a652..00000000000
--- a/dev-tex/latex2html/latex2html-2017.2-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
-HOMEPAGE="http://www.latex2html.org/"
-SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="gif png"
-
-DEPEND="app-text/ghostscript-gpl
-	virtual/latex-base
-	media-libs/netpbm
-	dev-lang/perl
-	gif? ( media-libs/giflib )
-	png? ( media-libs/libpng:0 )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}"-{destdir,tests}.patch
-	"${FILESDIR}/${P}"-dotinc.patch
-	"${FILESDIR}/${P}"-dotinc-2.patch
-	"${FILESDIR}/${P}"-brace.patch
-)
-
-src_prepare() {
-	default
-
-	sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || die
-}
-
-src_configure() {
-	local myconf
-
-	use gif || use png || myconf="${myconf} --disable-images"
-
-	econf --libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--enable-pk \
-		--enable-eps \
-		--enable-reverse \
-		--enable-pipes \
-		--enable-paths \
-		--enable-wrapper \
-		--with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html \
-		--without-mktexlsr \
-		$(use_enable gif) \
-		$(use_enable png) \
-		${myconf}
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	# make /usr/share/latex2html sticky
-	keepdir /usr/share/latex2html
-
-	# clean the perl scripts up to remove references to the sandbox
-	local dir="${ED}/usr/$(get_libdir)/latex2html"
-	if use png || use gif; then
-		# pstoimg isn't built unless gif or png useflags are enabled
-		sed -i -e "s:${T}:/tmp:g" "${dir}"/pstoimg.pl || die
-	fi
-	sed -i -e "s:${S}::g" "${dir}"/latex2html.pl || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/cfgcache.pm || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/l2hconf.pm || die
-
-	dodoc BUGS Changes FAQ MANIFEST README.md TODO
-}
-
-pkg_postinst() {
-	"${EROOT}"/usr/bin/mktexlsr
-}
-
-pkg_postrm() {
-	"${EROOT}"/usr/bin/mktexlsr
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2020-06-27 20:45 Andreas K. Hüttel
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas K. Hüttel @ 2020-06-27 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b0c69de8a4373bba7e024182e410b410d93cd79b
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Sat Jun 20 15:58:02 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 20:44:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c69de8

dev-tex/latex2html: update homepage

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2015.ebuild      | 2 +-
 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild b/dev-tex/latex2html/latex2html-2015.ebuild
index f71b7ea764e..608a2b110a6 100644
--- a/dev-tex/latex2html/latex2html-2015.ebuild
+++ b/dev-tex/latex2html/latex2html-2015.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
-HOMEPAGE="http://www.latex2html.org/"
+HOMEPAGE="https://www.latex2html.org/"
 SRC_URI="http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
index ca88c6d78f4..5c8fe048f6a 100644
--- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
-HOMEPAGE="http://www.latex2html.org/"
+HOMEPAGE="https://www.latex2html.org/"
 SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2020-08-02 11:48 Sergei Trofimovich
  0 siblings, 0 replies; 49+ messages in thread
From: Sergei Trofimovich @ 2020-08-02 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     361b3a177d81ac637babbf917ed3f03b4926b7e5
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  2 11:41:43 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug  2 11:41:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361b3a17

dev-tex/latex2html: stable 2017.2-r2 for ppc

stable wrt bug #704630

Package-Manager: Portage-3.0.1, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
index 5c8fe048f6a..80ed74f89d3 100644
--- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
 
 LICENSE="GPL-2"
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2020-08-02 12:04 Sergei Trofimovich
  0 siblings, 0 replies; 49+ messages in thread
From: Sergei Trofimovich @ 2020-08-02 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e8a41ef6c207526dfb2a45f5ad0985e1fdc74a8b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  2 12:03:40 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug  2 12:04:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a41ef6

dev-tex/latex2html: stable 2017.2-r2 for ppc64

stable wrt bug #704630

Package-Manager: Portage-3.0.1, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
index 80ed74f89d3..9ca486a5673 100644
--- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
 
 LICENSE="GPL-2"
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2020-08-02 12:44 Sergei Trofimovich
  0 siblings, 0 replies; 49+ messages in thread
From: Sergei Trofimovich @ 2020-08-02 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     3f2702791938fbd9099374885af35077fc4c1e05
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  2 12:44:03 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug  2 12:44:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f270279

dev-tex/latex2html: stable 2017.2-r2 for sparc

stable wrt bug #704630

Package-Manager: Portage-3.0.1, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
index 9ca486a5673..df75abfde46 100644
--- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
 
 LICENSE="GPL-2"
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2020-08-05 14:01 Agostino Sarubbo
  0 siblings, 0 replies; 49+ messages in thread
From: Agostino Sarubbo @ 2020-08-05 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e578cceea531d78576c38f1e9132bee3e5459db7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  5 14:00:52 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 14:00:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e578ccee

dev-tex/latex2html: arm stable wrt bug #704630

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
index 733e923133d..be06435e60d 100644
--- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
 
 LICENSE="GPL-2"
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2020-09-06  7:49 Sergei Trofimovich
  0 siblings, 0 replies; 49+ messages in thread
From: Sergei Trofimovich @ 2020-09-06  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3a529dc44c4eda0c8abfaed0e260abc4850200a5
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 07:46:49 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 07:49:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a529dc4

dev-tex/latex2html: stable 2017.2-r2 for hppa

stable wrt bug #704630

Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
index 813278fbadc..43e315b1d8b 100644
--- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
 
 LICENSE="GPL-2"
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-01-02  4:26 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-01-02  4:26 UTC (permalink / raw
  To: gentoo-commits

commit:     af1193865dca36d408b81b930ab6c193befa6f08
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 04:20:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 04:20:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af119386

dev-tex/latex2html: add github remote-id

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tex/latex2html/metadata.xml b/dev-tex/latex2html/metadata.xml
index 13170c3184d..a48e54dd0e0 100644
--- a/dev-tex/latex2html/metadata.xml
+++ b/dev-tex/latex2html/metadata.xml
@@ -5,4 +5,7 @@
 	<email>tex@gentoo.org</email>
 	<name>Gentoo TeX Project</name>
 </maintainer>
+<upstream>
+	<remote-id type="github">latex2html/latex2html</remote-id>
+</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-01-02  4:26 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-01-02  4:26 UTC (permalink / raw
  To: gentoo-commits

commit:     d94d64b37889af4aa4be68dbfb184ca49555beb0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 04:24:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 04:24:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94d64b3

dev-tex/latex2html: bump to 2021

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/Manifest               |  1 +
 dev-tex/latex2html/latex2html-2021.ebuild | 80 +++++++++++++++++++++++++++++++
 2 files changed, 81 insertions(+)

diff --git a/dev-tex/latex2html/Manifest b/dev-tex/latex2html/Manifest
index ea66d1f10f8..99f8970b933 100644
--- a/dev-tex/latex2html/Manifest
+++ b/dev-tex/latex2html/Manifest
@@ -1,2 +1,3 @@
 DIST latex2html-2015.tar.gz 1217699 BLAKE2B e9daea005b7674ebb6a8c5902b77b609a633515b4127a2b3fe4d1b15bc2428c02ccc024df62545d5fe63e7034ad4b1532905fee97057d49730ec27f12913c55e SHA512 dd031944250efd28691edeba5e83b4c5c0deec3a2e7c2ab2a9bd285a911f6ab21a02cd0ef697bebc2c7c7c0ebd285493c1d6b01b0db9355fc7f3316a2af65e2c
 DIST latex2html-2017.2.tar.gz 1131438 BLAKE2B 0a13cca95e1f7d8a9fd7d6b077726e083a6d33fbc712b883be46d57fbdea91d1d02a2a2f1990c5827cf2a4b9db18033f41f326af0a69770988bf4ff5e53a010a SHA512 0e1ab1b2005dc71988b1500884d7a13bfbdce73a62ef7f6cc6e83e29d776c98eb09cff3f8d0c162493586094c9ca6f07d47e98d2137f223f27044d03e9bb3473
+DIST latex2html-2021.tar.gz 1130224 BLAKE2B c3775b2546a866834c0ed94362a428f2cfe48e8fe7337261993fe1f473350ddb778c50cc4393fe33c9f3829e5dc6f5c0ef43ae6a4c21481746023ef5939308da SHA512 f1f087a58911410b3ca9f4b60149b66d17608a9a56d0e8f74f08e6d6595e3e9c4f5378a7ab5cfc7488cd182a0dc3d4c151283b57636a70271c7f734e69ed0608

diff --git a/dev-tex/latex2html/latex2html-2021.ebuild b/dev-tex/latex2html/latex2html-2021.ebuild
new file mode 100644
index 00000000000..8069ba5f8f0
--- /dev/null
+++ b/dev-tex/latex2html/latex2html-2021.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
+HOMEPAGE="https://www.latex2html.org/"
+SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+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 ~x64-solaris ~x86-solaris"
+IUSE="gif png"
+
+DEPEND="
+	app-text/ghostscript-gpl
+	virtual/latex-base
+	media-libs/netpbm
+	dev-lang/perl
+	gif? ( media-libs/giflib )
+	png? ( media-libs/libpng:0 )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}/latex2html-destdir.patch"
+)
+
+src_prepare() {
+	default
+
+	sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || die
+}
+
+src_configure() {
+	local myconf
+
+	use gif || use png || myconf="${myconf} --disable-images"
+
+	econf \
+		--libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
+		--shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
+		--enable-pk \
+		--enable-eps \
+		--enable-reverse \
+		--enable-pipes \
+		--enable-paths \
+		--enable-wrapper \
+		--with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html \
+		--without-mktexlsr \
+		$(use_enable gif) \
+		$(use_enable png) \
+		${myconf}
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+
+	# make /usr/share/latex2html sticky
+	keepdir /usr/share/latex2html
+
+	# clean the perl scripts up to remove references to the sandbox
+	local dir="${ED}/usr/$(get_libdir)/latex2html"
+	if use png || use gif; then
+		# pstoimg isn't built unless gif or png useflags are enabled
+		sed -i -e "s:${T}:/tmp:g" "${dir}"/pstoimg.pl || die
+	fi
+	sed -i -e "s:${S}::g" "${dir}"/latex2html.pl || die
+	sed -i -e "s:${T}:/tmp:g" "${dir}"/cfgcache.pm || die
+	sed -i -e "s:${T}:/tmp:g" "${dir}"/l2hconf.pm || die
+
+	dodoc BUGS Changes FAQ MANIFEST README.md TODO
+}
+
+pkg_postinst() {
+	"${EROOT}"/usr/bin/mktexlsr
+}
+
+pkg_postrm() {
+	"${EROOT}"/usr/bin/mktexlsr
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-01-06 22:35 Fabian Groffen
  0 siblings, 0 replies; 49+ messages in thread
From: Fabian Groffen @ 2021-01-06 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     bac0c49c1abf0228fd8dc74400a74b5f90d233e3
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 22:34:29 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 22:34:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac0c49c

dev-tex/latex2html: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2015.ebuild      | 4 ++--
 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 4 ++--
 dev-tex/latex2html/latex2html-2021.ebuild      | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild b/dev-tex/latex2html/latex2html-2015.ebuild
index 4cf383bc413..e6720670d2f 100644
--- a/dev-tex/latex2html/latex2html-2015.ebuild
+++ b/dev-tex/latex2html/latex2html-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
index 813278fbadc..e1f125f80d8 100644
--- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
 
 LICENSE="GPL-2"
 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 ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl

diff --git a/dev-tex/latex2html/latex2html-2021.ebuild b/dev-tex/latex2html/latex2html-2021.ebuild
index 8069ba5f8f0..3fa7095e609 100644
--- a/dev-tex/latex2html/latex2html-2021.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 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 ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-01-09 10:36 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-01-09 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6cf9c889996b1047415a512620f906268ff1fffa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 10:24:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 10:36:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf9c889

dev-tex/latex2html: fix StaticSrcUri

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild b/dev-tex/latex2html/latex2html-2015.ebuild
index e6720670d2f..f1632d9a8e9 100644
--- a/dev-tex/latex2html/latex2html-2015.ebuild
+++ b/dev-tex/latex2html/latex2html-2015.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
 HOMEPAGE="https://www.latex2html.org/"
-SRC_URI="http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz"
+SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-02-07  8:56 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-02-07  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f2710fa226fdc8afebfd39fcbc41bb03dac74cf0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 08:56:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 08:56:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2710fa2

dev-tex/latex2html: Stabilize 2021 x86, #769188

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.ebuild b/dev-tex/latex2html/latex2html-2021.ebuild
index 3fa7095e609..fee690b8069 100644
--- a/dev-tex/latex2html/latex2html-2021.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-02-07  8:57 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-02-07  8:57 UTC (permalink / raw
  To: gentoo-commits

commit:     daa94f7584ed26571a0d476adbf0d98c0a0820a2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 08:57:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 08:57:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa94f75

dev-tex/latex2html: Stabilize 2021 amd64, #769188

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.ebuild b/dev-tex/latex2html/latex2html-2021.ebuild
index fee690b8069..15010f7f821 100644
--- a/dev-tex/latex2html/latex2html-2021.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-02-07  8:58 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-02-07  8:58 UTC (permalink / raw
  To: gentoo-commits

commit:     8d619dad0f885759735c23ae64f023ca97994f61
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 08:58:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 08:58:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d619dad

dev-tex/latex2html: Stabilize 2021 ppc64, #769188

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.ebuild b/dev-tex/latex2html/latex2html-2021.ebuild
index 15010f7f821..c8b42ac18d5 100644
--- a/dev-tex/latex2html/latex2html-2021.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-02-07  8:59 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-02-07  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5a1046b32254ff0ee593a27f0e9f89b0b2877d15
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 08:59:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 08:59:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1046b3

dev-tex/latex2html: Stabilize 2021 sparc, #769188

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.ebuild b/dev-tex/latex2html/latex2html-2021.ebuild
index c8b42ac18d5..1fcdf40d117 100644
--- a/dev-tex/latex2html/latex2html-2021.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-02-14  4:05 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-02-14  4:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2d93d2f76d33171c1ef155b2a782640e28d1f713
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 04:05:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 04:05:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d93d2f7

dev-tex/latex2html: Stabilize 2021 arm64, #769188

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.ebuild b/dev-tex/latex2html/latex2html-2021.ebuild
index 1fcdf40d117..fd06deef6a7 100644
--- a/dev-tex/latex2html/latex2html-2021.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-02-16 12:34 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-02-16 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a78937ecab6c90bf943350821250be5f07983894
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 12:34:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 12:34:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78937ec

dev-tex/latex2html: Stabilize 2021 arm, #769188

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.ebuild b/dev-tex/latex2html/latex2html-2021.ebuild
index 3f4d24d8c74..14c4026ae55 100644
--- a/dev-tex/latex2html/latex2html-2021.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-07-03  3:08 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-07-03  3:08 UTC (permalink / raw
  To: gentoo-commits

commit:     540310f18f43e625211e6dd2db4abe3a0e974a23
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 01:54:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  3 03:07:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540310f1

dev-tex/latex2html: fix metadata indentation

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/metadata.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-tex/latex2html/metadata.xml b/dev-tex/latex2html/metadata.xml
index a48e54dd0e0..3c572e23aab 100644
--- a/dev-tex/latex2html/metadata.xml
+++ b/dev-tex/latex2html/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>tex@gentoo.org</email>
-	<name>Gentoo TeX Project</name>
-</maintainer>
-<upstream>
-	<remote-id type="github">latex2html/latex2html</remote-id>
-</upstream>
+		<maintainer type="project">
+			<email>tex@gentoo.org</email>
+			<name>Gentoo TeX Project</name>
+		</maintainer>
+		<upstream>
+			<remote-id type="github">latex2html/latex2html</remote-id>
+		</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-07-03  3:08 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-07-03  3:08 UTC (permalink / raw
  To: gentoo-commits

commit:     11351cc045e568fe02f68251cff5f45dc5e16b3f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 01:54:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  3 03:07:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11351cc0

dev-tex/latex2html: LATEX -> LaTeX in DESCRIPTION

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2015.ebuild      | 2 +-
 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 2 +-
 dev-tex/latex2html/latex2html-2021.2.ebuild    | 2 +-
 dev-tex/latex2html/latex2html-2021.ebuild      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild b/dev-tex/latex2html/latex2html-2015.ebuild
index f1632d9a8e9..1fb4a5610ee 100644
--- a/dev-tex/latex2html/latex2html-2015.ebuild
+++ b/dev-tex/latex2html/latex2html-2015.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
+DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
 HOMEPAGE="https://www.latex2html.org/"
 SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
 

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
index e1f125f80d8..c89d575b027 100644
--- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
+DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
 HOMEPAGE="https://www.latex2html.org/"
 SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
 

diff --git a/dev-tex/latex2html/latex2html-2021.2.ebuild b/dev-tex/latex2html/latex2html-2021.2.ebuild
index 61f530befb7..1751e8b25ca 100644
--- a/dev-tex/latex2html/latex2html-2021.2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
+DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
 HOMEPAGE="https://www.latex2html.org/"
 SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 

diff --git a/dev-tex/latex2html/latex2html-2021.ebuild b/dev-tex/latex2html/latex2html-2021.ebuild
index 14c4026ae55..8822f882bc9 100644
--- a/dev-tex/latex2html/latex2html-2021.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
+DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
 HOMEPAGE="https://www.latex2html.org/"
 SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-07-03  4:18 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-07-03  4:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8cef2ed0793aebd50919327c2dc70a39980a38f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 04:18:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  3 04:18:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cef2ed0

dev-tex/latex2html: drop 2015, 2017.2-r2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/Manifest                    |  2 -
 dev-tex/latex2html/latex2html-2015.ebuild      | 81 -------------------------
 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 82 --------------------------
 3 files changed, 165 deletions(-)

diff --git a/dev-tex/latex2html/Manifest b/dev-tex/latex2html/Manifest
index 8a5311dffa9..3b05b13e64f 100644
--- a/dev-tex/latex2html/Manifest
+++ b/dev-tex/latex2html/Manifest
@@ -1,4 +1,2 @@
-DIST latex2html-2015.tar.gz 1217699 BLAKE2B e9daea005b7674ebb6a8c5902b77b609a633515b4127a2b3fe4d1b15bc2428c02ccc024df62545d5fe63e7034ad4b1532905fee97057d49730ec27f12913c55e SHA512 dd031944250efd28691edeba5e83b4c5c0deec3a2e7c2ab2a9bd285a911f6ab21a02cd0ef697bebc2c7c7c0ebd285493c1d6b01b0db9355fc7f3316a2af65e2c
-DIST latex2html-2017.2.tar.gz 1131438 BLAKE2B 0a13cca95e1f7d8a9fd7d6b077726e083a6d33fbc712b883be46d57fbdea91d1d02a2a2f1990c5827cf2a4b9db18033f41f326af0a69770988bf4ff5e53a010a SHA512 0e1ab1b2005dc71988b1500884d7a13bfbdce73a62ef7f6cc6e83e29d776c98eb09cff3f8d0c162493586094c9ca6f07d47e98d2137f223f27044d03e9bb3473
 DIST latex2html-2021.2.tar.gz 1139791 BLAKE2B 4fa9b45a33dbfb5c9e3bb45ebab19edb5d7a1d9c882ab30e75afbda7ad902cf519403b685f1f30b69b3d6ec976aa72b3065851b6d24b00c2e626e496ea8afd79 SHA512 b8d742b427e833f732457194cc60c043f750d202c46fb0d1d4e46df8e6d4dabacb5b474084aec46aa4eed68ee0249f3c0b053b5446401d09034e7f59148ad18a
 DIST latex2html-2021.tar.gz 1130224 BLAKE2B c3775b2546a866834c0ed94362a428f2cfe48e8fe7337261993fe1f473350ddb778c50cc4393fe33c9f3829e5dc6f5c0ef43ae6a4c21481746023ef5939308da SHA512 f1f087a58911410b3ca9f4b60149b66d17608a9a56d0e8f74f08e6d6595e3e9c4f5378a7ab5cfc7488cd182a0dc3d4c151283b57636a70271c7f734e69ed0608

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild b/dev-tex/latex2html/latex2html-2015.ebuild
deleted file mode 100644
index 1fb4a5610ee..00000000000
--- a/dev-tex/latex2html/latex2html-2015.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
-HOMEPAGE="https://www.latex2html.org/"
-SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="gif png"
-
-DEPEND="app-text/ghostscript-gpl
-	virtual/latex-base
-	media-libs/netpbm
-	dev-lang/perl
-	gif? ( media-libs/giflib )
-	png? ( media-libs/libpng:0 )"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}"-{convert-length,perl_name,extract-major-version-2,destdir}.patch )
-
-src_prepare() {
-	default
-
-	# Dont install old url.sty and other files
-	# Bug #240980
-	rm texinputs/url.sty texinputs/latin9.def \
-		|| die "failed to remove duplicate latex files"
-
-	sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || die
-}
-
-src_configure() {
-	local myconf
-
-	use gif || use png || myconf="${myconf} --disable-images"
-
-	econf --libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--enable-pk \
-		--enable-eps \
-		--enable-reverse \
-		--enable-pipes \
-		--enable-paths \
-		--enable-wrapper \
-		--with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html \
-		--without-mktexlsr \
-		$(use_enable gif) \
-		$(use_enable png) \
-		${myconf}
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	# make /usr/share/latex2html sticky
-	keepdir /usr/share/latex2html
-
-	# clean the perl scripts up to remove references to the sandbox
-	local dir="${ED}/usr/$(get_libdir)/latex2html"
-	if use png || use gif; then
-		# pstoimg isn't built unless gif or png useflags are enabled
-		sed -i -e "s:${T}:/tmp:g" "${dir}"/pstoimg.pl || die
-	fi
-	sed -i -e "s:${S}::g" "${dir}"/latex2html.pl || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/cfgcache.pm || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/l2hconf.pm || die
-
-	dodoc BUGS Changes FAQ MANIFEST README TODO
-}
-
-pkg_postinst() {
-	"${EROOT}"/usr/bin/mktexlsr
-}
-
-pkg_postrm() {
-	"${EROOT}"/usr/bin/mktexlsr
-}

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
deleted file mode 100644
index c89d575b027..00000000000
--- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
-HOMEPAGE="https://www.latex2html.org/"
-SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="gif png"
-
-DEPEND="app-text/ghostscript-gpl
-	virtual/latex-base
-	media-libs/netpbm
-	dev-lang/perl
-	gif? ( media-libs/giflib )
-	png? ( media-libs/libpng:0 )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}"-{destdir,tests}.patch
-	"${FILESDIR}/${P}"-dotinc.patch
-	"${FILESDIR}/${P}"-dotinc-2.patch
-	"${FILESDIR}/${P}"-brace.patch
-	"${FILESDIR}/${P}"-brace-2.patch
-)
-
-src_prepare() {
-	default
-
-	sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || die
-}
-
-src_configure() {
-	local myconf
-
-	use gif || use png || myconf="${myconf} --disable-images"
-
-	econf --libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--enable-pk \
-		--enable-eps \
-		--enable-reverse \
-		--enable-pipes \
-		--enable-paths \
-		--enable-wrapper \
-		--with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html \
-		--without-mktexlsr \
-		$(use_enable gif) \
-		$(use_enable png) \
-		${myconf}
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	# make /usr/share/latex2html sticky
-	keepdir /usr/share/latex2html
-
-	# clean the perl scripts up to remove references to the sandbox
-	local dir="${ED}/usr/$(get_libdir)/latex2html"
-	if use png || use gif; then
-		# pstoimg isn't built unless gif or png useflags are enabled
-		sed -i -e "s:${T}:/tmp:g" "${dir}"/pstoimg.pl || die
-	fi
-	sed -i -e "s:${S}::g" "${dir}"/latex2html.pl || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/cfgcache.pm || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/l2hconf.pm || die
-
-	dodoc BUGS Changes FAQ MANIFEST README.md TODO
-}
-
-pkg_postinst() {
-	"${EROOT}"/usr/bin/mktexlsr
-}
-
-pkg_postrm() {
-	"${EROOT}"/usr/bin/mktexlsr
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-07-28 19:32 Marek Szuba
  0 siblings, 0 replies; 49+ messages in thread
From: Marek Szuba @ 2021-07-28 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     09d0021bc18ef8b8a41d3288c279526d1e8e80d1
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 28 19:23:57 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jul 28 19:23:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d0021b

dev-tex/latex2html: keyword 2021.2 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2.ebuild b/dev-tex/latex2html/latex2html-2021.2.ebuild
index 1751e8b25ca..09f5f2cbd8b 100644
--- a/dev-tex/latex2html/latex2html-2021.2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-08-11  0:04 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-08-11  0:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d46713b6b65072aab6be87cf497f0116f36e9992
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 11 00:03:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 11 00:03:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46713b6

dev-tex/latex2html: Stabilize 2021.2 arm, #807397

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2.ebuild b/dev-tex/latex2html/latex2html-2021.2.ebuild
index 5b0f940132b..a4287d347a8 100644
--- a/dev-tex/latex2html/latex2html-2021.2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-08-11  0:12 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-08-11  0:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e735cb3b196a44d55cf1634732198e7b4953cd8f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 11 00:08:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 11 00:08:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e735cb3b

dev-tex/latex2html: Stabilize 2021.2 ppc64, #807397

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2.ebuild b/dev-tex/latex2html/latex2html-2021.2.ebuild
index 03386643829..25367667574 100644
--- a/dev-tex/latex2html/latex2html-2021.2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-08-11  0:23 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-08-11  0:23 UTC (permalink / raw
  To: gentoo-commits

commit:     774e761451632df669fe88d975528225596a5712
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 11 00:21:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 11 00:21:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774e7614

dev-tex/latex2html: Stabilize 2021.2 sparc, #807397

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2.ebuild b/dev-tex/latex2html/latex2html-2021.2.ebuild
index 25367667574..2b1b2b3da5b 100644
--- a/dev-tex/latex2html/latex2html-2021.2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-08-11 19:11 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-08-11 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b9c40496443a69cc8091acf6804d66cc512abf6b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 11 19:10:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 11 19:10:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c40496

dev-tex/latex2html: Stabilize 2021.2 arm64, #807397

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2.ebuild b/dev-tex/latex2html/latex2html-2021.2.ebuild
index 2b1b2b3da5b..792127d55d4 100644
--- a/dev-tex/latex2html/latex2html-2021.2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-11-07 23:11 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-11-07 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f402bd3bee8ca39820d9908c93ad54b8197b4c5b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 23:11:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 23:11:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f402bd3b

dev-tex/latex2html: fix netpbm dependency

Bug: https://bugs.gentoo.org/822360
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r1.ebuild | 81 ++++++++++++++++++++++++++
 1 file changed, 81 insertions(+)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
new file mode 100644
index 00000000000..878ee71d34e
--- /dev/null
+++ b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
+HOMEPAGE="https://www.latex2html.org/"
+SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="gif png"
+
+DEPEND="
+	app-text/ghostscript-gpl
+	virtual/latex-base
+	>=media-libs/netpbm-10.86.24
+	dev-lang/perl
+	gif? ( media-libs/giflib )
+	png? ( media-libs/libpng:0 )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2021.2-respect-DESTDIR.patch
+)
+
+src_prepare() {
+	default
+
+	sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || die
+}
+
+src_configure() {
+	local myconf
+
+	use gif || use png || myconf+=" --disable-images"
+
+	econf \
+		--libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
+		--shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
+		--enable-pk \
+		--enable-eps \
+		--enable-reverse \
+		--enable-pipes \
+		--enable-paths \
+		--enable-wrapper \
+		--with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html \
+		--without-mktexlsr \
+		$(use_enable gif) \
+		$(use_enable png) \
+		${myconf}
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+
+	# make /usr/share/latex2html sticky
+	keepdir /usr/share/latex2html
+
+	# clean the perl scripts up to remove references to the sandbox
+	local dir="${ED}/usr/$(get_libdir)/latex2html"
+	if use png || use gif; then
+		# pstoimg isn't built unless gif or png useflags are enabled
+		sed -i -e "s:${T}:/tmp:g" "${dir}"/pstoimg.pl || die
+	fi
+
+	sed -i -e "s:${S}::g" "${dir}"/latex2html.pl || die
+	sed -i -e "s:${T}:/tmp:g" "${dir}"/cfgcache.pm || die
+	sed -i -e "s:${T}:/tmp:g" "${dir}"/l2hconf.pm || die
+
+	dodoc BUGS Changes FAQ MANIFEST README.md TODO
+}
+
+pkg_postinst() {
+	"${EROOT}"/usr/bin/mktexlsr
+}
+
+pkg_postrm() {
+	"${EROOT}"/usr/bin/mktexlsr
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-11-09 15:04 Jakov Smolić
  0 siblings, 0 replies; 49+ messages in thread
From: Jakov Smolić @ 2021-11-09 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5335d3f28a3e6c67ee3c4234f355e8874c7b3318
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  9 15:04:04 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Nov  9 15:04:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5335d3f2

dev-tex/latex2html: Stabilize 2021.2-r1 amd64, #822366

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
index 878ee71d34e..23417135e74 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-11-10  7:05 Agostino Sarubbo
  0 siblings, 0 replies; 49+ messages in thread
From: Agostino Sarubbo @ 2021-11-10  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f3c45b409b4f4b06178d628d8d5d261d53cf189a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 07:05:19 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 07:05:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c45b40

dev-tex/latex2html: x86 stable wrt bug #822366

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
index 23417135e74..ed04c779f5a 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-11-10  7:34 Arthur Zamarin
  0 siblings, 0 replies; 49+ messages in thread
From: Arthur Zamarin @ 2021-11-10  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     32725cfaa385879bb21be243fa83255f653609cf
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 07:33:52 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 07:34:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32725cfa

dev-tex/latex2html: Stabilize 2021.2-r1 sparc, #822366

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
index ed04c779f5a..036096872b0 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-11-12  1:23 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-11-12  1:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9ef9672b2da1f645a5d2f991aeca5737691e38fe
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 01:23:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 01:23:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef9672b

dev-tex/latex2html: destabilize 2021.2-r2 for ~amd64, ~sparc, ~x86

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
index f4a54dda7ee..cc156bda520 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-11-12  1:23 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-11-12  1:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c8116e175bda13650206bfb28f62c9f15335bc49
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 01:23:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 01:23:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8116e17

dev-tex/latex2html: drop 2021.2-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r1.ebuild | 81 --------------------------
 1 file changed, 81 deletions(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild b/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
deleted file mode 100644
index 036096872b0..00000000000
--- a/dev-tex/latex2html/latex2html-2021.2-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
-HOMEPAGE="https://www.latex2html.org/"
-SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="gif png"
-
-DEPEND="
-	app-text/ghostscript-gpl
-	virtual/latex-base
-	>=media-libs/netpbm-10.86.24
-	dev-lang/perl
-	gif? ( media-libs/giflib )
-	png? ( media-libs/libpng:0 )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2021.2-respect-DESTDIR.patch
-)
-
-src_prepare() {
-	default
-
-	sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || die
-}
-
-src_configure() {
-	local myconf
-
-	use gif || use png || myconf+=" --disable-images"
-
-	econf \
-		--libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--enable-pk \
-		--enable-eps \
-		--enable-reverse \
-		--enable-pipes \
-		--enable-paths \
-		--enable-wrapper \
-		--with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html \
-		--without-mktexlsr \
-		$(use_enable gif) \
-		$(use_enable png) \
-		${myconf}
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	# make /usr/share/latex2html sticky
-	keepdir /usr/share/latex2html
-
-	# clean the perl scripts up to remove references to the sandbox
-	local dir="${ED}/usr/$(get_libdir)/latex2html"
-	if use png || use gif; then
-		# pstoimg isn't built unless gif or png useflags are enabled
-		sed -i -e "s:${T}:/tmp:g" "${dir}"/pstoimg.pl || die
-	fi
-
-	sed -i -e "s:${S}::g" "${dir}"/latex2html.pl || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/cfgcache.pm || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/l2hconf.pm || die
-
-	dodoc BUGS Changes FAQ MANIFEST README.md TODO
-}
-
-pkg_postinst() {
-	"${EROOT}"/usr/bin/mktexlsr
-}
-
-pkg_postrm() {
-	"${EROOT}"/usr/bin/mktexlsr
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-11-17  7:49 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-11-17  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     f6d2fe058d51cb4d2cb5060d2bfd71896e04fbc8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 07:48:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 07:48:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d2fe05

dev-tex/latex2html: Stabilize 2021.2-r2 arm64, #822366

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
index cc156bda5203..24e0f6606fdc 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-11-17 15:02 Arthur Zamarin
  0 siblings, 0 replies; 49+ messages in thread
From: Arthur Zamarin @ 2021-11-17 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ab6193cc6bd8aacbf61905dfd8932a36ae2d0efa
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 15:01:41 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 15:01:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6193cc

dev-tex/latex2html: Stabilize 2021.2-r2 ppc, #822366

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
index 24e0f6606fdc..34d7335aa58a 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-11-20  7:12 Arthur Zamarin
  0 siblings, 0 replies; 49+ messages in thread
From: Arthur Zamarin @ 2021-11-20  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     743972d48295446f8eca2f2291e28772110320ee
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 07:12:09 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 07:12:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743972d4

dev-tex/latex2html: Stabilize 2021.2-r2 arm, #822366

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
index 34d7335aa58a..33d17e31681e 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-12-01 13:31 Agostino Sarubbo
  0 siblings, 0 replies; 49+ messages in thread
From: Agostino Sarubbo @ 2021-12-01 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     18951d278f8823ca7df6d99485429fb6ba8f676c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  1 13:30:49 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Dec  1 13:30:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18951d27

dev-tex/latex2html: ppc64 stable wrt bug #822366

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
index 33d17e31681e..542e9a27bd3d 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-12-02  8:24 Agostino Sarubbo
  0 siblings, 0 replies; 49+ messages in thread
From: Agostino Sarubbo @ 2021-12-02  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1b7cdfd8c4f0d29bcafd5c5e4ec8b38ae0673a65
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  2 08:24:19 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec  2 08:24:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7cdfd8

dev-tex/latex2html: amd64 stable wrt bug #822366

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
index 542e9a27bd3d..edcd62fd7000 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-12-02  9:14 Agostino Sarubbo
  0 siblings, 0 replies; 49+ messages in thread
From: Agostino Sarubbo @ 2021-12-02  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     2cc968ee0b053abb435eef98dc5c42923a76002c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  2 09:14:39 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec  2 09:14:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc968ee

dev-tex/latex2html: x86 stable wrt bug #822366

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
index edcd62fd7000..e5ea3b8318d0 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2021-12-07  7:52 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-12-07  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d0aee2686d594adfe59887893775903e648f8754
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 07:51:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec  7 07:51:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0aee268

dev-tex/latex2html: Stabilize 2021.2-r2 sparc, #822366

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2021.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
index e5ea3b8318d0..10a9ff6eebaa 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2022-01-02  9:25 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2022-01-02  9:25 UTC (permalink / raw
  To: gentoo-commits

commit:     e200c026b6df15a24440490151e4d70c9917944c
Author:     Wade Cline <wadecline <AT> hotmail <DOT> com>
AuthorDate: Mon Nov 29 02:43:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 09:14:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e200c026

dev-tex/latex2html: Add 2022

Closes: https://bugs.gentoo.org/827817
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Wade Cline <wadecline <AT> hotmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/Manifest               |  1 +
 dev-tex/latex2html/latex2html-2022.ebuild | 82 +++++++++++++++++++++++++++++++
 2 files changed, 83 insertions(+)

diff --git a/dev-tex/latex2html/Manifest b/dev-tex/latex2html/Manifest
index 3b05b13e64fd..3b8664e5cbf0 100644
--- a/dev-tex/latex2html/Manifest
+++ b/dev-tex/latex2html/Manifest
@@ -1,2 +1,3 @@
 DIST latex2html-2021.2.tar.gz 1139791 BLAKE2B 4fa9b45a33dbfb5c9e3bb45ebab19edb5d7a1d9c882ab30e75afbda7ad902cf519403b685f1f30b69b3d6ec976aa72b3065851b6d24b00c2e626e496ea8afd79 SHA512 b8d742b427e833f732457194cc60c043f750d202c46fb0d1d4e46df8e6d4dabacb5b474084aec46aa4eed68ee0249f3c0b053b5446401d09034e7f59148ad18a
 DIST latex2html-2021.tar.gz 1130224 BLAKE2B c3775b2546a866834c0ed94362a428f2cfe48e8fe7337261993fe1f473350ddb778c50cc4393fe33c9f3829e5dc6f5c0ef43ae6a4c21481746023ef5939308da SHA512 f1f087a58911410b3ca9f4b60149b66d17608a9a56d0e8f74f08e6d6595e3e9c4f5378a7ab5cfc7488cd182a0dc3d4c151283b57636a70271c7f734e69ed0608
+DIST latex2html-2022.tar.gz 1140425 BLAKE2B fffe35d95c3934f428bf18833536a70b42fd12890d5b305976167b5957a0c370ac613d7d6fb675527d5b41ea25eb88bb982ec2a5e71c4d87ec559b1a8e781010 SHA512 a8b35868bc317e52614dc8d748e5d5334b81f068769aa8973b10708b2c8ac15129e2844f4fdb0def7ec14a9557257bb8962962280717b4d04c16ab9e760bb089

diff --git a/dev-tex/latex2html/latex2html-2022.ebuild b/dev-tex/latex2html/latex2html-2022.ebuild
new file mode 100644
index 000000000000..f377156d806f
--- /dev/null
+++ b/dev-tex/latex2html/latex2html-2022.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
+HOMEPAGE="https://www.latex2html.org/"
+SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="gif png svg"
+
+DEPEND="
+	app-text/ghostscript-gpl
+	virtual/latex-base
+	>=media-libs/netpbm-10.86.24
+	dev-lang/perl
+	gif? ( media-libs/giflib )
+	png? ( media-libs/libpng:0 )
+	svg? ( app-text/poppler[cairo] )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2021.2-respect-DESTDIR.patch
+)
+
+src_prepare() {
+	default
+
+	sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || die
+}
+
+src_configure() {
+	local myconf
+
+	use gif || use png || myconf+=" --disable-images"
+
+	econf \
+		--libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
+		--shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
+		--enable-pk \
+		--enable-eps \
+		--enable-reverse \
+		--enable-pipes \
+		--enable-paths \
+		--enable-wrapper \
+		--with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html \
+		--without-mktexlsr \
+		$(use_enable gif) \
+		$(use_enable png) \
+		${myconf}
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+
+	# make /usr/share/latex2html sticky
+	keepdir /usr/share/latex2html
+
+	# clean the perl scripts up to remove references to the sandbox
+	local dir="${ED}/usr/$(get_libdir)/latex2html"
+	if use png || use gif; then
+		# pstoimg isn't built unless gif or png useflags are enabled
+		sed -i -e "s:${T}:/tmp:g" "${dir}"/pstoimg.pl || die
+	fi
+
+	sed -i -e "s:${S}::g" "${dir}"/latex2html.pl || die
+	sed -i -e "s:${T}:/tmp:g" "${dir}"/cfgcache.pm || die
+	sed -i -e "s:${T}:/tmp:g" "${dir}"/l2hconf.pm || die
+
+	dodoc BUGS Changes FAQ MANIFEST README.md TODO
+}
+
+pkg_postinst() {
+	"${EROOT}"/usr/bin/mktexlsr
+}
+
+pkg_postrm() {
+	"${EROOT}"/usr/bin/mktexlsr
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2022-04-17 18:32 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2022-04-17 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     970c2188a4a6a29bb9271e155c825d54515d2f7a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 18:30:18 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 18:30:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970c2188

dev-tex/latex2html: drop 2021, 2021.2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/Manifest                 |  1 -
 dev-tex/latex2html/latex2html-2021.2.ebuild | 81 -----------------------------
 dev-tex/latex2html/latex2html-2021.ebuild   | 80 ----------------------------
 3 files changed, 162 deletions(-)

diff --git a/dev-tex/latex2html/Manifest b/dev-tex/latex2html/Manifest
index 3b8664e5cbf0..8120bf03844f 100644
--- a/dev-tex/latex2html/Manifest
+++ b/dev-tex/latex2html/Manifest
@@ -1,3 +1,2 @@
 DIST latex2html-2021.2.tar.gz 1139791 BLAKE2B 4fa9b45a33dbfb5c9e3bb45ebab19edb5d7a1d9c882ab30e75afbda7ad902cf519403b685f1f30b69b3d6ec976aa72b3065851b6d24b00c2e626e496ea8afd79 SHA512 b8d742b427e833f732457194cc60c043f750d202c46fb0d1d4e46df8e6d4dabacb5b474084aec46aa4eed68ee0249f3c0b053b5446401d09034e7f59148ad18a
-DIST latex2html-2021.tar.gz 1130224 BLAKE2B c3775b2546a866834c0ed94362a428f2cfe48e8fe7337261993fe1f473350ddb778c50cc4393fe33c9f3829e5dc6f5c0ef43ae6a4c21481746023ef5939308da SHA512 f1f087a58911410b3ca9f4b60149b66d17608a9a56d0e8f74f08e6d6595e3e9c4f5378a7ab5cfc7488cd182a0dc3d4c151283b57636a70271c7f734e69ed0608
 DIST latex2html-2022.tar.gz 1140425 BLAKE2B fffe35d95c3934f428bf18833536a70b42fd12890d5b305976167b5957a0c370ac613d7d6fb675527d5b41ea25eb88bb982ec2a5e71c4d87ec559b1a8e781010 SHA512 a8b35868bc317e52614dc8d748e5d5334b81f068769aa8973b10708b2c8ac15129e2844f4fdb0def7ec14a9557257bb8962962280717b4d04c16ab9e760bb089

diff --git a/dev-tex/latex2html/latex2html-2021.2.ebuild b/dev-tex/latex2html/latex2html-2021.2.ebuild
deleted file mode 100644
index 792127d55d46..000000000000
--- a/dev-tex/latex2html/latex2html-2021.2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
-HOMEPAGE="https://www.latex2html.org/"
-SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="gif png"
-
-DEPEND="
-	app-text/ghostscript-gpl
-	virtual/latex-base
-	media-libs/netpbm
-	dev-lang/perl
-	gif? ( media-libs/giflib )
-	png? ( media-libs/libpng:0 )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2021.2-respect-DESTDIR.patch
-)
-
-src_prepare() {
-	default
-
-	sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || die
-}
-
-src_configure() {
-	local myconf
-
-	use gif || use png || myconf+=" --disable-images"
-
-	econf \
-		--libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--enable-pk \
-		--enable-eps \
-		--enable-reverse \
-		--enable-pipes \
-		--enable-paths \
-		--enable-wrapper \
-		--with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html \
-		--without-mktexlsr \
-		$(use_enable gif) \
-		$(use_enable png) \
-		${myconf}
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	# make /usr/share/latex2html sticky
-	keepdir /usr/share/latex2html
-
-	# clean the perl scripts up to remove references to the sandbox
-	local dir="${ED}/usr/$(get_libdir)/latex2html"
-	if use png || use gif; then
-		# pstoimg isn't built unless gif or png useflags are enabled
-		sed -i -e "s:${T}:/tmp:g" "${dir}"/pstoimg.pl || die
-	fi
-
-	sed -i -e "s:${S}::g" "${dir}"/latex2html.pl || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/cfgcache.pm || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/l2hconf.pm || die
-
-	dodoc BUGS Changes FAQ MANIFEST README.md TODO
-}
-
-pkg_postinst() {
-	"${EROOT}"/usr/bin/mktexlsr
-}
-
-pkg_postrm() {
-	"${EROOT}"/usr/bin/mktexlsr
-}

diff --git a/dev-tex/latex2html/latex2html-2021.ebuild b/dev-tex/latex2html/latex2html-2021.ebuild
deleted file mode 100644
index 8822f882bc9d..000000000000
--- a/dev-tex/latex2html/latex2html-2021.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
-HOMEPAGE="https://www.latex2html.org/"
-SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="gif png"
-
-DEPEND="
-	app-text/ghostscript-gpl
-	virtual/latex-base
-	media-libs/netpbm
-	dev-lang/perl
-	gif? ( media-libs/giflib )
-	png? ( media-libs/libpng:0 )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/latex2html-destdir.patch"
-)
-
-src_prepare() {
-	default
-
-	sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || die
-}
-
-src_configure() {
-	local myconf
-
-	use gif || use png || myconf="${myconf} --disable-images"
-
-	econf \
-		--libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-		--enable-pk \
-		--enable-eps \
-		--enable-reverse \
-		--enable-pipes \
-		--enable-paths \
-		--enable-wrapper \
-		--with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html \
-		--without-mktexlsr \
-		$(use_enable gif) \
-		$(use_enable png) \
-		${myconf}
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	# make /usr/share/latex2html sticky
-	keepdir /usr/share/latex2html
-
-	# clean the perl scripts up to remove references to the sandbox
-	local dir="${ED}/usr/$(get_libdir)/latex2html"
-	if use png || use gif; then
-		# pstoimg isn't built unless gif or png useflags are enabled
-		sed -i -e "s:${T}:/tmp:g" "${dir}"/pstoimg.pl || die
-	fi
-	sed -i -e "s:${S}::g" "${dir}"/latex2html.pl || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/cfgcache.pm || die
-	sed -i -e "s:${T}:/tmp:g" "${dir}"/l2hconf.pm || die
-
-	dodoc BUGS Changes FAQ MANIFEST README.md TODO
-}
-
-pkg_postinst() {
-	"${EROOT}"/usr/bin/mktexlsr
-}
-
-pkg_postrm() {
-	"${EROOT}"/usr/bin/mktexlsr
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2023-03-22  5:31 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2023-03-22  5:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2e0cbdfe48bf73c86465b4faa2a1b711845702d5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 05:30:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 05:30:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0cbdfe

dev-tex/latex2html: Stabilize 2022 amd64, #902653

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2022.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2022.ebuild b/dev-tex/latex2html/latex2html-2022.ebuild
index 504d2634a4fe..d155d9ce2789 100644
--- a/dev-tex/latex2html/latex2html-2022.ebuild
+++ b/dev-tex/latex2html/latex2html-2022.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png svg"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2023-03-24 13:45 Arthur Zamarin
  0 siblings, 0 replies; 49+ messages in thread
From: Arthur Zamarin @ 2023-03-24 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     68158de8586bac66881575b30600fd8ffbebf573
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 13:45:34 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 13:45:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68158de8

dev-tex/latex2html: Stabilize 2022 arm64, #902653

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2022.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2022.ebuild b/dev-tex/latex2html/latex2html-2022.ebuild
index d155d9ce2789..8a22c446ee5c 100644
--- a/dev-tex/latex2html/latex2html-2022.ebuild
+++ b/dev-tex/latex2html/latex2html-2022.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png svg"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/
@ 2023-04-29  7:51 Arthur Zamarin
  0 siblings, 0 replies; 49+ messages in thread
From: Arthur Zamarin @ 2023-04-29  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8f3972b2eefaffb42d2f3e5c048a92bb10e7fbd5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 07:51:23 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 07:51:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3972b2

dev-tex/latex2html: Stabilize 2022 sparc, #902653

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-tex/latex2html/latex2html-2022.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2022.ebuild b/dev-tex/latex2html/latex2html-2022.ebuild
index 8a22c446ee5c..3a617dc994ed 100644
--- a/dev-tex/latex2html/latex2html-2022.ebuild
+++ b/dev-tex/latex2html/latex2html-2022.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="gif png svg"
 
 DEPEND="


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

end of thread, other threads:[~2023-04-29  7:51 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-07  8:57 [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-04-29  7:51 Arthur Zamarin
2023-03-24 13:45 Arthur Zamarin
2023-03-22  5:31 Sam James
2022-04-17 18:32 Sam James
2022-01-02  9:25 Sam James
2021-12-07  7:52 Sam James
2021-12-02  9:14 Agostino Sarubbo
2021-12-02  8:24 Agostino Sarubbo
2021-12-01 13:31 Agostino Sarubbo
2021-11-20  7:12 Arthur Zamarin
2021-11-17 15:02 Arthur Zamarin
2021-11-17  7:49 Sam James
2021-11-12  1:23 Sam James
2021-11-12  1:23 Sam James
2021-11-10  7:34 Arthur Zamarin
2021-11-10  7:05 Agostino Sarubbo
2021-11-09 15:04 Jakov Smolić
2021-11-07 23:11 Sam James
2021-08-11 19:11 Sam James
2021-08-11  0:23 Sam James
2021-08-11  0:12 Sam James
2021-08-11  0:04 Sam James
2021-07-28 19:32 Marek Szuba
2021-07-03  4:18 Sam James
2021-07-03  3:08 Sam James
2021-07-03  3:08 Sam James
2021-02-16 12:34 Sam James
2021-02-14  4:05 Sam James
2021-02-07  8:59 Sam James
2021-02-07  8:58 Sam James
2021-02-07  8:56 Sam James
2021-01-09 10:36 Sam James
2021-01-06 22:35 Fabian Groffen
2021-01-02  4:26 Sam James
2021-01-02  4:26 Sam James
2020-09-06  7:49 Sergei Trofimovich
2020-08-05 14:01 Agostino Sarubbo
2020-08-02 12:44 Sergei Trofimovich
2020-08-02 12:04 Sergei Trofimovich
2020-08-02 11:48 Sergei Trofimovich
2020-06-27 20:45 Andreas K. Hüttel
2019-06-05 12:07 Andreas K. Hüttel
2019-05-20 18:51 Aaron Bauman
2017-09-24 20:40 Andreas Hüttel
2017-03-01 10:08 Michael Weber
2017-01-31 16:02 Jeroen Roovers
2017-01-31 15:51 Tobias Klausmann
2016-03-26 10:58 Andreas Hüttel

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