From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1338656-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5209F158086 for <garchives@archives.gentoo.org>; Fri, 12 Nov 2021 01:23:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BDFE2BC02A; Fri, 12 Nov 2021 01:23:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 724BB2BC02A for <gentoo-commits@lists.gentoo.org>; Fri, 12 Nov 2021 01:23:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86B90342DBD for <gentoo-commits@lists.gentoo.org>; Fri, 12 Nov 2021 01:23:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF2341B8 for <gentoo-commits@lists.gentoo.org>; Fri, 12 Nov 2021 01:23:47 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1636680217.c8116e175bda13650206bfb28f62c9f15335bc49.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/latex2html/latex2html-2021.2-r1.ebuild X-VCS-Directories: dev-tex/latex2html/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c8116e175bda13650206bfb28f62c9f15335bc49 X-VCS-Branch: master Date: Fri, 12 Nov 2021 01:23:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6024289c-59e0-42dd-93c7-051245e50583 X-Archives-Hash: 05920f094eddce07df2706fa9b664b8c 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 -}