From 46eedbedafdb0040c37884982d4c775ce277fb7b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Oct 2021 10:22:14 +0100 Subject: gentoo resync : 20.10.2021 --- dev-ml/pcre-ocaml/Manifest | 2 +- dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild | 31 ---------------------------- dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild | 29 ++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 32 deletions(-) delete mode 100644 dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild create mode 100644 dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild (limited to 'dev-ml/pcre-ocaml') diff --git a/dev-ml/pcre-ocaml/Manifest b/dev-ml/pcre-ocaml/Manifest index 7982e05d585d..d8e169606155 100644 --- a/dev-ml/pcre-ocaml/Manifest +++ b/dev-ml/pcre-ocaml/Manifest @@ -1,3 +1,3 @@ DIST pcre-ocaml-7.4.6.tbz 41027 BLAKE2B 1faecd96cb6f7af248e8ace7409a49131f5c654320f8ac432fd4aff602d0c4187733419e9cc73ca52cf0a3e5b725afa9357fe9ec191bf1ca42d4dc47a36e45b7 SHA512 a356c78dc19d3b3741d1fa0277c4fb0cb545f12499165526fae80a0ff8a7b1f1e6e5e916b16f8336bcec3661de811686b814fe4afc677965fec7a63d4fc53b1f -EBUILD pcre-ocaml-7.4.6-r1.ebuild 717 BLAKE2B 0bd70c8f70604015568c5a5d7a9ba819836874561b8e3d0f9574849e03b4d667f2a5aa25b233fb3958a8b317f8be91ddb200c1a5ff6bb23d23dc13ed0591073b SHA512 f8bf6b2ef96cd1c7c528cf2939cc7e4a5d6b601f5726d0f8109e71fb066a100463207ac33903fa8699b1d3103a1099155b47c1de40f82108ac4269d32623c3d2 +EBUILD pcre-ocaml-7.4.6-r2.ebuild 716 BLAKE2B 6c1dd764659a12b8c05d17de6b687123e0b64e5f11e1399b093c7f7bd32138299ae31a14452382e8810bae72d9f8139b0e5105f98e11a78028a308def17557ec SHA512 c778e403a5422152fe226add191a7be4b7fdc2e90512b79f41aa90adf4af4fac9a10d62403b909db8856056a802859624a1c04e41eb4d58fca8fc88f30a4f15e MISC metadata.xml 387 BLAKE2B 3cc3f72757575c7ef774afb844b7ade41a0fc8e5679e0679143f8a0e36c55b26c056962075acccd91bdf77b16a2068601d48ee21573ed9e6e9e162a1fd46cdbb SHA512 f3c7c2cbaf4fab907509c97d3638718604905da35896ffbd14772e03ffdd45b08faacb0a0efe93cef4b27875fa0c27712a6f3c1e0d75cf6cc6416d9378573c50 diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild deleted file mode 100644 index a5f56117f2dd..000000000000 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit dune - -DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml" -HOMEPAGE="http://mmottl.github.io/pcre-ocaml/ https://github.com/mmottl/pcre-ocaml" -SRC_URI="https://github.com/mmottl/pcre-ocaml/releases/download/${PV}/pcre-${PV}.tbz -> ${P}.tbz" -S="${WORKDIR}/pcre-${PV}" - -LICENSE="LGPL-2.1-with-linking-exception" -IUSE="examples +ocamlopt" -SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ppc x86" - -BDEPEND="dev-ml/dune-configurator" -RDEPEND=">=dev-libs/libpcre-4.5" -DEPEND=" - ${RDEPEND} - dev-ml/stdio -" - -src_install() { - dune_src_install pcre - - if use examples ; then - dodoc -r examples - fi -} diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild new file mode 100644 index 000000000000..7bc4861b3f59 --- /dev/null +++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml" +HOMEPAGE="http://mmottl.github.io/pcre-ocaml/ https://github.com/mmottl/pcre-ocaml" +SRC_URI="https://github.com/mmottl/pcre-ocaml/releases/download/${PV}/pcre-${PV}.tbz -> ${P}.tbz" +S="${WORKDIR}/pcre-${PV}" + +LICENSE="LGPL-2.1-with-linking-exception" +IUSE="examples +ocamlopt" +SLOT="0/${PV}" +KEYWORDS="amd64 ~arm ~arm64 ppc x86" + +BDEPEND="dev-ml/dune-configurator" +RDEPEND=">=dev-libs/libpcre-4.5 + dev-ml/stdio:=" +DEPEND="${RDEPEND}" + +src_install() { + dune_src_install pcre + + if use examples ; then + dodoc -r examples + fi +} -- cgit v1.2.3