From 80c51284f0017d5765c7ae39207be9c58f4bfa17 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 19 Feb 2023 14:14:16 +0000 Subject: gentoo auto-resync : 19:02:2023 - 14:14:15 --- dev-ml/camlp5/Manifest | 2 +- dev-ml/camlp5/camlp5-8.00.05-r1.ebuild | 60 ++++++++++++++++++++++++++++++++++ dev-ml/camlp5/camlp5-8.00.05.ebuild | 59 --------------------------------- 3 files changed, 61 insertions(+), 60 deletions(-) create mode 100644 dev-ml/camlp5/camlp5-8.00.05-r1.ebuild delete mode 100644 dev-ml/camlp5/camlp5-8.00.05.ebuild (limited to 'dev-ml/camlp5') diff --git a/dev-ml/camlp5/Manifest b/dev-ml/camlp5/Manifest index f408905a6581..1c9aa0643b6c 100644 --- a/dev-ml/camlp5/Manifest +++ b/dev-ml/camlp5/Manifest @@ -17,6 +17,6 @@ EBUILD camlp5-8.00.01.ebuild 1062 BLAKE2B 0bee5ed9c04774badd219a2c1c3b54a4d4c17f EBUILD camlp5-8.00.02.ebuild 1065 BLAKE2B 4b8c725e5207d7fcb7515f4be18c9b5b65e066ce227dc08697b314632d89c61565ee5c4e49eb37df58cc21773fdbf4942eb7aca2d0314282adadea5f11a084a9 SHA512 1de1e5851cb7cf96e584c9443926aff39b413b413b442e6e05a5ab2da4040d415a85885f0cf38b452022f99e48cb4b2b1bec4c5ee43410a0138d69ac882dc1a4 EBUILD camlp5-8.00.03.ebuild 1032 BLAKE2B 1bd1b75aaef3c011d8e849207957fa79f9b9088c882d08b66bf6597d99fe71c030c8d943b95c3826406868d4ffba0892053c92fbdeb7977a7ed9db820a8e819b SHA512 c7f80dbbc27e8b540f6a53ac19dbbaa51f7c7a54ae752914beb447718d4bfefa0b735ba430ee66584eaa70b2cbbc9df97fd259bcbfbeb78a0f4ea2fef3e9eebc EBUILD camlp5-8.00.04.ebuild 1032 BLAKE2B 35b0f15291ef3f3de4368c33d6ffaaab55fbb2d610c2ffc60018f1f01564dee7d387c42a593d5c85dacf8a5fbca6c3cacc4cd7e5930b0e041fd60cd87be92a63 SHA512 09c9a343cb13bbdce92a3fab926de20eb043868d658d0c7adec48d63244acba4f1bc28cf30daa8021f293d69f2c375b1aa4cb5f95d4bf6f9dcb0497aea350eef -EBUILD camlp5-8.00.05.ebuild 1043 BLAKE2B 297e339c5f999478efb61e79feac5998b3df4be285d82f79ea661c2169449c5e01d234ec987d97250254347f709c65639fda6628a1748b3e1eefd7da6808902b SHA512 5062ec847630341a82092cc38ce4d9682fe4b405b384020e28c4d80a5d4044e9e412df234b63936a70ccf28949b87fd103557ac6c2823efccc2070eeb8aff89b +EBUILD camlp5-8.00.05-r1.ebuild 1057 BLAKE2B 90926568df8183b4511331431e41a5cb5bde6bc417b790a34836c6cbc34b13d4f7c585719504ee6adf989d27096478ab4f338b9ecfc1c8b36b2c859e39813e87 SHA512 96cf5884b4ce43bc8017edf3d7f893d67a0e1aa39748b3480d0b0a8515178dc51a70b312d94d48cc433f1004e38716290e16cb7de34c2b00a4e57085c0b4249a EBUILD camlp5-8.00.ebuild 1065 BLAKE2B b89352f90f3a868c7cbd615815c160c1b01fe6b2c3a0b224ee10d72f777006376f5ab1010d72244df84b7f5633c1bbf86af8a918497b3d3e103388d0f0e34932 SHA512 8404c5d01f7f0d291de0a49952999cbef1043496da88777ad6efb9dcf6e2a39fe10f863e0d5f60a9ed704f7b7206b11982427ee8a8e177db2ab6b97ccf79e098 MISC metadata.xml 416 BLAKE2B a354d5be50f3c22d734a960b5dac99af636478ff44b6fb31758d879ab4b31be5a64993a3cdff8fdaca59c7682d4597a73883c137679ab7817cbfd70869cb2a41 SHA512 b9eb28bca32dde11e1b266526c2381ac8c4bab983d9dab5f84bfffcd684e3c0525afce1e72d0fc7b2369298679a4c859a215ccaf6b223b6fcdf6efde12975fc0 diff --git a/dev-ml/camlp5/camlp5-8.00.05-r1.ebuild b/dev-ml/camlp5/camlp5-8.00.05-r1.ebuild new file mode 100644 index 000000000000..adb4094a4b81 --- /dev/null +++ b/dev-ml/camlp5/camlp5-8.00.05-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit findlib vcs-clean + +DESCRIPTION="A preprocessor-pretty-printer of ocaml" +HOMEPAGE="https://camlp5.github.io/" +SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +IUSE="doc +ocamlopt" + +RDEPEND=" + dev-ml/camlp-streams:= + dev-ml/rresult:= + dev-ml/bos:= + dev-ml/pcre-ocaml:= +" + +src_prepare() { + egit_clean + default +} + +src_configure() { + ./configure \ + --strict \ + -prefix /usr \ + -bindir /usr/bin \ + -libdir /usr/$(get_libdir)/ocaml \ + -mandir /usr/share/man || die "configure failed" +} + +src_compile() { + ulimit -s 11530000 + emake out + if use ocamlopt; then + emake opt + emake opt.opt + fi +} + +src_test() { + emake bootstrap +} + +src_install() { + emake DESTDIR="${ED}" install + # findlib support + insinto "$(ocamlfind printconf destdir)/${PN}" + doins etc/META + + dodoc -r doc/* + dodoc CHANGES DEVEL ICHANGES README.md UPGRADING MODE +} diff --git a/dev-ml/camlp5/camlp5-8.00.05.ebuild b/dev-ml/camlp5/camlp5-8.00.05.ebuild deleted file mode 100644 index adad633b99f9..000000000000 --- a/dev-ml/camlp5/camlp5-8.00.05.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit findlib vcs-clean - -DESCRIPTION="A preprocessor-pretty-printer of ocaml" -HOMEPAGE="https://camlp5.github.io/" -SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="doc +ocamlopt" - -RDEPEND=" - dev-ml/camlp-streams:= - dev-ml/rresult:= - dev-ml/bos:= -" - -src_prepare() { - egit_clean - default -} - -src_configure() { - ./configure \ - --strict \ - -prefix /usr \ - -bindir /usr/bin \ - -libdir /usr/$(get_libdir)/ocaml \ - -mandir /usr/share/man || die "configure failed" -} - -src_compile() { - ulimit -s 11530000 - emake out - if use ocamlopt; then - emake opt - emake opt.opt - fi -} - -src_test() { - emake bootstrap -} - -src_install() { - emake DESTDIR="${ED}" install - # findlib support - insinto "$(ocamlfind printconf destdir)/${PN}" - doins etc/META - - dodoc -r doc/* - dodoc CHANGES DEVEL ICHANGES README.md UPGRADING MODE -} -- cgit v1.2.3