diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
commit | 2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch) | |
tree | c8af0fd04194aed03cf067d44e53c7edd3e9ab84 /app-text/htmlc | |
parent | e9d044d4b9b71200a96adfa280848858c0f468c9 (diff) |
gentoo resync : 05.12.2021
Diffstat (limited to 'app-text/htmlc')
-rw-r--r-- | app-text/htmlc/Manifest | 6 | ||||
-rw-r--r-- | app-text/htmlc/files/werror.patch | 18 | ||||
-rw-r--r-- | app-text/htmlc/htmlc-2.40.0.ebuild | 47 | ||||
-rw-r--r-- | app-text/htmlc/htmlc-2.60.0.ebuild | 51 | ||||
-rw-r--r-- | app-text/htmlc/metadata.xml | 5 |
5 files changed, 0 insertions, 127 deletions
diff --git a/app-text/htmlc/Manifest b/app-text/htmlc/Manifest deleted file mode 100644 index f96820dc1e5f..000000000000 --- a/app-text/htmlc/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX werror.patch 791 BLAKE2B 0a456ddfac9f5d20c9eb2734c2d1f7c154e0cf96f3e831ca62c47e395aa850ce39c7c6d3c0b6e27146de639c13a573e2b6233d85517c057a0ee64769b419ea81 SHA512 fe62de854558ad673e8d88b42d6c71543e32f846afaca1e5062d365b18b4613216e0021ffb4b59e923c4aaba1db6c621c65744de2ac3c864e17e61384022b4bd -DIST htmlc-2.4.0.tgz 132584 BLAKE2B 42f0948e7f896130b539d8d0f0936ddfa21986d3eeab2b30598572eca12952a0010edb1044b259ed13242534a66351c9855e43bbac613028d926370f6221e0d2 SHA512 8de81041cea0c6d07188cb0d8cd553c1d20ea37d01a8d7425d23a10c7fd3d93dc1f7c1e3de473cb624720dc7588a3d891432d5945a23d1f253d2109cdafc15dc -DIST htmlc-2.6.tgz 286727 BLAKE2B 47e5460c08f7ce5010615e0dec99bc60b2e0f6857d0347c50357837930ca68b369a66001846ef3855cd54cdf6f1dac73ab45546be659a05b1e202438e4914865 SHA512 fa268cf547d60babcbf1aee73f75d3516b08e83158dc0bee36f724abfe2f46ad4b571c09d9d14f97315c70f88d3ea29000fe2d838042242325adce201d60a8f4 -EBUILD htmlc-2.40.0.ebuild 875 BLAKE2B ba9411820575b360da96a4ed16acdc963ccaa152a7a10e2565cb102149f9c63b4562ec7e347fb779a7580fff069fce1ce2ba1c615d5e801e4e2d2a44a0ceb242 SHA512 1a6209382c85a429c43a10ef52ff14fceb4bd06c92cef70e4f14dbe5bbd379e1550e010aed4b9b788a635ec82af0dbf3012b2d30903dfab67e8fb348e97c8c77 -EBUILD htmlc-2.60.0.ebuild 920 BLAKE2B 8a118fc625e858f93f40b762c65ed908afbe3cc9025dbd284f1b073e81c2db524182e5e9a0c9b3228ae88c607b033894b95893ec3a40b3f73c0ad30c8a545073 SHA512 d05e0e443be093a37ef5bb4ffd57c3ca71a7b08168f1059747d853b9814b688f43c087e94cfb363e17343a2f81b56603e50109967590973c6dfa4affcf7e04ce -MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3 diff --git a/app-text/htmlc/files/werror.patch b/app-text/htmlc/files/werror.patch deleted file mode 100644 index 4576b47b80a4..000000000000 --- a/app-text/htmlc/files/werror.patch +++ /dev/null @@ -1,18 +0,0 @@ -Dont build with -Werror like switches. -Need to patch Makefile and *NOT* Makefile.in since otherwise this triggers a -rebuild of the Makefile which needs htmlc to be installed first. -https://bugs.gentoo.org/show_bug.cgi?id=553172 - -Index: htmlc-2.6.0/config/Makefile -=================================================================== ---- htmlc-2.6.0.orig/config/Makefile -+++ htmlc-2.6.0/config/Makefile -@@ -40,7 +40,7 @@ MANDIR = $(PREFIXINSTALLDIR)/man/man$(MA - - # The Caml compilers (those defaults should be OK) - CAMLDEP = $(OCAML_COMMAND_SEARCH_PATH)ocamldep --CAML_FLAGS = -w A -warn-error A #-safe-string -+CAML_FLAGS = -w A #-safe-string - CAMLBYT_FLAGS = $(CAML_FLAGS) -g -annot - CAMLBYT = $(OCAML_COMMAND_SEARCH_PATH)ocamlc $(CAMLBYT_FLAGS) - CAMLBIN_FLAGS = $(CAML_FLAGS) -inline 10000 diff --git a/app-text/htmlc/htmlc-2.40.0.ebuild b/app-text/htmlc/htmlc-2.40.0.ebuild deleted file mode 100644 index 488950ddc494..000000000000 --- a/app-text/htmlc/htmlc-2.40.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# Override version: 2.4.0 > 2.21.0 so we name it 2.40.0 -MY_P="${P/0[.]/.}" - -DESCRIPTION="HTML template files expander" -HOMEPAGE="http://htmlc.inria.fr/" -SRC_URI="http://htmlc.inria.fr/${MY_P}.tgz" -S="${WORKDIR}/${MY_P}" - -LICENSE="htmlc" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="+ocamlopt" -# Files for the tests are missing... -#RESTRICT="test" - -DEPEND=">=dev-lang/ocaml-3.11.2:=[ocamlopt?]" -RDEPEND="${DEPEND}" - -src_configure() { - ./configure \ - --install-root-dir "${ED}/usr" \ - || die -} - -src_compile() { - if use ocamlopt ; then - emake bin - else - emake byt - fi -} - -src_install() { - if use ocamlopt ; then - emake installbin - else - emake installbyt - fi - - emake MANDIR='$(PREFIXINSTALLDIR)/share/man/man$(MANEXT)' installman - dodoc README Announce* CHANGES -} diff --git a/app-text/htmlc/htmlc-2.60.0.ebuild b/app-text/htmlc/htmlc-2.60.0.ebuild deleted file mode 100644 index 38f7c831c39b..000000000000 --- a/app-text/htmlc/htmlc-2.60.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# Override version: 2.4.0 > 2.21.0 so we name it 2.40.0 -MY_P="${P/0[.]/.}" - -DESCRIPTION="HTML template files expander" -HOMEPAGE="http://htmlc.inria.fr/" -SRC_URI="http://htmlc.inria.fr/${MY_P%.0}.tgz" -S="${WORKDIR}/${MY_P}" - -LICENSE="htmlc" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="+ocamlopt" -# Files for the tests are missing... -#RESTRICT="test" - -DEPEND=">=dev-lang/ocaml-3.11.2:=[ocamlopt?]" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/werror.patch -) - -src_configure() { - ./configure \ - --install-root-dir "${ED}/usr" \ - || die -} - -src_compile() { - if use ocamlopt ; then - emake bin - else - emake byt - fi -} - -src_install() { - if use ocamlopt ; then - emake installbin - else - emake installbyt - fi - - emake MANDIR='$(PREFIXINSTALLDIR)/share/man/man$(MANEXT)' installman - dodoc README Announce* CHANGES -} diff --git a/app-text/htmlc/metadata.xml b/app-text/htmlc/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/app-text/htmlc/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> |