commit:     590a99e334a314ec6ac09d1619bfcd004017467d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 19:25:34 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 19:27:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590a99e3

dev-tex/hevea: cleanup old

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

 dev-tex/hevea/Manifest          |  2 --
 dev-tex/hevea/hevea-2.29.ebuild | 58 -----------------------------------------
 dev-tex/hevea/hevea-2.30.ebuild | 58 -----------------------------------------
 3 files changed, 118 deletions(-)

diff --git a/dev-tex/hevea/Manifest b/dev-tex/hevea/Manifest
index d7e742761f4..fc3d98cfcdc 100644
--- a/dev-tex/hevea/Manifest
+++ b/dev-tex/hevea/Manifest
@@ -1,3 +1 @@
-DIST hevea-2.29.tar.gz 969599 BLAKE2B 
88724c0a1a139d370fa852af473e4f21f7c1f8a8ed79cf0a59fa6098d63a3956423f7b1403316aa2e296b00d77ddc529938f98476243795b6a00971532918d90
 SHA512 
4ea2f3d60fd43d183712a868cb3894b38f6d9809ba7905d69123a7672faba0d6dfe73ad1379d7996ede98ceb645bba903e5b7550bdf92e7950ce69ba7f4f3994
-DIST hevea-2.30.tar.gz 965635 BLAKE2B 
7f23c6f793be1515b689571f0ae25d76d45c7bd8df9cc6fe1f73697b34dec598f64b0ed30e4b2cd5e456990c80ac0bba50c60e0294a825c6a0af59b228456cbd
 SHA512 
75c700e009070bff4845ccc6f984ade8068f90ea78630a2e6ab1d27618a225a4bbbb7c4aa07c08be03094ddad4aac5d0c9e83fa01d41ff501f5c1eed9f4428eb
 DIST hevea-2.31.tar.gz 965678 BLAKE2B 
770a3ff5b3e209d1e34e68647baffc064cb78f63a610e6b81181a829837861984f22e381cc17c34a3b0b4643c260a5cb84841cd8e2038e40083bba7ffbdab929
 SHA512 
4b66030f69b8b60750f8e62a9d81240b0ba399af8af69df10b33742e10d23fe7aef3e7782265fac9705f27715e5964debd47b9da7a394f70fda947b5fcd2d6ea

diff --git a/dev-tex/hevea/hevea-2.29.ebuild b/dev-tex/hevea/hevea-2.29.ebuild
deleted file mode 100644
index 190fc255058..00000000000
--- a/dev-tex/hevea/hevea-2.29.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib
-
-IUSE="+ocamlopt"
-
-DESCRIPTION="HeVeA is a quite complete and fast LaTeX to HTML translator"
-HOMEPAGE="http://hevea.inria.fr/";
-SRC_URI="http://hevea.inria.fr/distri/${P}.tar.gz";
-
-LICENSE="QPL"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-
-DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]"
-RDEPEND="${DEPEND}
-       dev-texlive/texlive-latexextra"
-DEPEND="${DEPEND} dev-ml/ocamlbuild"
-
-src_compile() {
-       rm -f config.sh
-       emake PREFIX=/usr DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/hevea" 
LATEXLIBDIR="/usr/share/texmf-site/tex/latex/hevea" config.sh
-       if use ocamlopt; then
-               emake PREFIX=/usr
-       else
-               emake PREFIX=/usr TARGET=byte
-       fi
-}
-
-src_install() {
-       if use ocamlopt; then
-               emake DESTDIR="${D}" PREFIX=/usr install
-       else
-               emake DESTDIR="${D}" PREFIX=/usr TARGET=byte install
-       fi
-
-       dodoc README CHANGES
-}
-
-# If texmf-update is present this means we have a latex install; update it so
-# that hevea.sty can be found
-# Do not (r)depend on latex though because hevea does not need it itself
-# If latex is installed later, it will see hevea.sty
-
-pkg_postinst() {
-       if [ "$ROOT" = "/" ] && [ -x /usr/sbin/texmf-update ] ; then
-               /usr/sbin/texmf-update
-       fi
-}
-
-pkg_postrm() {
-       if [ "$ROOT" = "/" ] && [ -x /usr/sbin/texmf-update ] ; then
-               /usr/sbin/texmf-update
-       fi
-}

diff --git a/dev-tex/hevea/hevea-2.30.ebuild b/dev-tex/hevea/hevea-2.30.ebuild
deleted file mode 100644
index c5dfa8e05aa..00000000000
--- a/dev-tex/hevea/hevea-2.30.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib
-
-IUSE="+ocamlopt"
-
-DESCRIPTION="HeVeA is a quite complete and fast LaTeX to HTML translator"
-HOMEPAGE="http://hevea.inria.fr/";
-SRC_URI="http://hevea.inria.fr/distri/${P}.tar.gz";
-
-LICENSE="QPL"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]"
-RDEPEND="${DEPEND}
-       dev-texlive/texlive-latexextra"
-DEPEND="${DEPEND} dev-ml/ocamlbuild"
-
-src_compile() {
-       rm -f config.sh
-       emake PREFIX=/usr DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/hevea" 
LATEXLIBDIR="/usr/share/texmf-site/tex/latex/hevea" config.sh
-       if use ocamlopt; then
-               emake PREFIX=/usr
-       else
-               emake PREFIX=/usr TARGET=byte
-       fi
-}
-
-src_install() {
-       if use ocamlopt; then
-               emake DESTDIR="${D}" PREFIX=/usr install
-       else
-               emake DESTDIR="${D}" PREFIX=/usr TARGET=byte install
-       fi
-
-       dodoc README CHANGES
-}
-
-# If texmf-update is present this means we have a latex install; update it so
-# that hevea.sty can be found
-# Do not (r)depend on latex though because hevea does not need it itself
-# If latex is installed later, it will see hevea.sty
-
-pkg_postinst() {
-       if [ "$ROOT" = "/" ] && [ -x /usr/sbin/texmf-update ] ; then
-               /usr/sbin/texmf-update
-       fi
-}
-
-pkg_postrm() {
-       if [ "$ROOT" = "/" ] && [ -x /usr/sbin/texmf-update ] ; then
-               /usr/sbin/texmf-update
-       fi
-}

Reply via email to