summaryrefslogtreecommitdiff
path: root/dev-tex/hevea
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-tex/hevea
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-tex/hevea')
-rw-r--r--dev-tex/hevea/Manifest4
-rw-r--r--dev-tex/hevea/hevea-2.31.ebuild58
-rw-r--r--dev-tex/hevea/hevea-2.35.ebuild2
3 files changed, 2 insertions, 62 deletions
diff --git a/dev-tex/hevea/Manifest b/dev-tex/hevea/Manifest
index e9d23329b4ce..97302e1a5482 100644
--- a/dev-tex/hevea/Manifest
+++ b/dev-tex/hevea/Manifest
@@ -1,5 +1,3 @@
-DIST hevea-2.31.tar.gz 965678 BLAKE2B 770a3ff5b3e209d1e34e68647baffc064cb78f63a610e6b81181a829837861984f22e381cc17c34a3b0b4643c260a5cb84841cd8e2038e40083bba7ffbdab929 SHA512 4b66030f69b8b60750f8e62a9d81240b0ba399af8af69df10b33742e10d23fe7aef3e7782265fac9705f27715e5964debd47b9da7a394f70fda947b5fcd2d6ea
DIST hevea-2.35.tar.gz 1006773 BLAKE2B 80a8f80955a4eee641c53784cbe4543072062d0bf4d757fe0c8270d6370d54495eeab3a9279bd992dc45b80b23de0438ee4fe6fa932981c777b25782c42ca4a8 SHA512 dc1a5179489626176b1fcae47a9c7eb4cf9c1c6127c749cb938808697ccd6179277089fb20f4d5da7b82056d15b1d64acd9ba9884d1950a74d98c98864b4180a
-EBUILD hevea-2.31.ebuild 1395 BLAKE2B 351bf76119c74b148adc7ae10476c73867e0fc55f9784b89b8ba5eb4ea8724877935ba7e18bf7315fbf11d173e33975fdf13c20c6ce89e1cd939fc959ccd86cb SHA512 71f4e58efa14aa4f39cbb52d559d09633a717c1c26fe02a32e021c95a71e83322ea21a541c666dfa5901c91455cb328005a32f4d0af08f73ae93cab00fbac55f
-EBUILD hevea-2.35.ebuild 1589 BLAKE2B a4e58c5a84e6301310e5677d7265a6904e708c1e6aa0f24201dbeef5279a22b539563bfdc46628d895251bf3e6be22c28c52f95c90e0071c47aa78aa38adc321 SHA512 10f2a211cc5138fcc7ae1c57220204ac5e5ebf3b16c7315c5a4256e96da9e7975bbdd310ac244fbb2753afeee15535298c042128cb1fa546eff8b0e6c55a2a33
+EBUILD hevea-2.35.ebuild 1587 BLAKE2B a9b55e46402e08bcb4013d1fa36a3c23d9fe1cafb7531a784b65a726ad7717ab31746054e73b3e363fdb426350ed68be57b35b240ade8f4e5b10fe26efe2b534 SHA512 5b524e12c291380f4718772b8bc7f8d4808bfa71f7e97ba9842433d3175be60c10497ad62289048b6923d1dd351d5f6d58e8ee635ac4d9c09a9788823f1de0f5
MISC metadata.xml 328 BLAKE2B e975d349093a2f893f0af0fc0dee56ec632e0beec6b0faf037b42ccbb21c7be7b530a6d8bdcb07d90c432f5f4f59eda56afcfccf7b54bab65b5c0d311aa658de SHA512 eac0fd6c81b46dd79a5b56e31103a4ba20ae40ac06a2941a5f11d8543c2358782882172e3fda1e2713846470f5bb1f5ed69b5bded0a60dde235a82158b399f83
diff --git a/dev-tex/hevea/hevea-2.31.ebuild b/dev-tex/hevea/hevea-2.31.ebuild
deleted file mode 100644
index db8e695a6110..000000000000
--- a/dev-tex/hevea/hevea-2.31.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# 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.35.ebuild b/dev-tex/hevea/hevea-2.35.ebuild
index 533d03c2ac19..0a0357d43841 100644
--- a/dev-tex/hevea/hevea-2.35.ebuild
+++ b/dev-tex/hevea/hevea-2.35.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://hevea.inria.fr/distri/${P}.tar.gz"
LICENSE="QPL"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt"
DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt=]"