From ef0fedb39c21a343a3f316726f272bad9005b22c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 12 Mar 2025 01:49:51 +0000 Subject: gentoo auto-resync : 12:03:2025 - 01:49:51 --- dev-ml/ocamlweb/Manifest | 2 +- dev-ml/ocamlweb/ocamlweb-1.41-r1.ebuild | 39 --------------------------------- dev-ml/ocamlweb/ocamlweb-1.41-r2.ebuild | 39 +++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 dev-ml/ocamlweb/ocamlweb-1.41-r1.ebuild create mode 100644 dev-ml/ocamlweb/ocamlweb-1.41-r2.ebuild (limited to 'dev-ml/ocamlweb') diff --git a/dev-ml/ocamlweb/Manifest b/dev-ml/ocamlweb/Manifest index 92d6445ba73f..12a38aa77803 100644 --- a/dev-ml/ocamlweb/Manifest +++ b/dev-ml/ocamlweb/Manifest @@ -1,5 +1,5 @@ AUX ocamlweb-1.41-ocaml-4.08.0.patch 1798 BLAKE2B 3bd06439f093dd25195070b41bfc59af9f0b54ad5d6dd0a705926961a1e60f49a64b62d11ffaa56f40bcd9cb0260344a8cd66f1c9b713b7238a2a83d710e06e5 SHA512 b9019c0377e24f719c086ce3ecc1117a2a96375f608d63a5267e0e6c466e60d43db2a714659201d2c74da7c0d7499c8c8982e31f5f87d7f6229a77f7ceb3dadf AUX ocamlweb-1.41-strip.patch 705 BLAKE2B 207e1771412bdba7985cebcb349e5c8fca09218dcee0ec78183bcb3160dc039e7ea7f81fbbdc2ef80dda05c1130faa24a3d09f4546262c4dbb832ed2b532b982 SHA512 54c211cb3b78b04bd4212acee0065e3c8614729a841691e1e29b8c553b73df20114bfcee4191ea519597c37a3c7344651647263fe6463829b780d7cc17710491 DIST ocamlweb-1.41.tar.gz 141844 BLAKE2B b89b20bdc8b99d34069b2e32a6bd8c9684e294fba667a4b74080b34f37c6d90432c61e71e27f4f1772cda8a26891655bd99a21defa584f4a1c68ae1e0d58d454 SHA512 7a6403f8b0de3feeef9657e8aff10e6f1fe29edc400ce3f11c6435d6350314423fb74e192e4275a9ad47170019d6a960daf74f245539f0f3f2a6072cc7195442 -EBUILD ocamlweb-1.41-r1.ebuild 850 BLAKE2B 143d30f012613a36fcc31109d9a9ac7118fb9af13cdc0a668614f721c395f2ed0d2f5f37997bf5de8db03a4b493099824fe017bbdfdecafbd8592e09d7d5ab89 SHA512 0d28be09267da6689a34d723d55cd79a73622bd46bf0a9716150d8d3cdc83d889e724bfdd82ae924e7c1bf35016473cb77d853631fa6582742aaaf3d9405ad98 +EBUILD ocamlweb-1.41-r2.ebuild 844 BLAKE2B 2b8fc3b582e643c5a4312b5e283be7d1c6c871541faf516a643a44cb91ca1c0decb755bc0f38b33802a8efa16bacf2bb806e8e2dd1e01bf912cf7354682be06f SHA512 66e7248f24c7b0bd98bc53316dc30f8129fa33efe387547cc324952f0de43f061a39011c203b01dbdbad3690b446ca178bee55fd4244997e8676836d7789dbc9 MISC metadata.xml 233 BLAKE2B 4654803edd576a76b70115913e26d306cc35a2356ed110fb6420e2dd48aef88ab71ee4f5b0cba71b4c2a7624ef42707d405700abf41748e532b9fe0f6cb3b778 SHA512 5158dd5a94fb8cc401825355cc3bb6f04768c6df59fc60593d99f530e27dc448223091a8af25d0e2f4ece9b8a7bf01f4f19f91321901c8f82f55cb4a190b7a70 diff --git a/dev-ml/ocamlweb/ocamlweb-1.41-r1.ebuild b/dev-ml/ocamlweb/ocamlweb-1.41-r1.ebuild deleted file mode 100644 index 50d07a216410..000000000000 --- a/dev-ml/ocamlweb/ocamlweb-1.41-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit latex-package - -DESCRIPTION="O'Caml literate programming tool" -HOMEPAGE="https://www.lri.fr/~filliatr/ocamlweb/" -SRC_URI="https://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" -IUSE="test" - -RESTRICT="!test? ( test )" - -DEPEND=">=dev-lang/ocaml-4.08.0:= - virtual/latex-base - dev-texlive/texlive-latexextra" -RDEPEND="${DEPEND}" -BDEPEND="test? ( dev-tex/hevea )" - -PATCHES=( - "${FILESDIR}/${PN}-1.41-strip.patch" - "${FILESDIR}/${PN}-1.41-ocaml-4.08.0.patch" -) - -QA_FLAGS_IGNORED=/usr/bin/ocamlweb - -src_compile() { - default -} - -src_install() { - emake UPDATETEX="" prefix="${D}/usr" MANDIR="${D}/usr/share/man" BASETEXDIR="${D}/${TEXMF}" install - dodoc README CHANGES -} diff --git a/dev-ml/ocamlweb/ocamlweb-1.41-r2.ebuild b/dev-ml/ocamlweb/ocamlweb-1.41-r2.ebuild new file mode 100644 index 000000000000..71e8467a476b --- /dev/null +++ b/dev-ml/ocamlweb/ocamlweb-1.41-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit latex-package + +DESCRIPTION="O'Caml literate programming tool" +HOMEPAGE="https://www.lri.fr/~filliatr/ocamlweb/" +SRC_URI="https://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" +IUSE="test" + +RESTRICT="!test? ( test )" + +DEPEND="