commit:     2968a8af46d76a826bcb77a0328e2e6bfc18b33c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 20:55:31 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 20:59:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2968a8af

dev-ml/pcre-ocaml: bump to 7.4.6

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/pcre-ocaml/Manifest                |  1 +
 dev-ml/pcre-ocaml/pcre-ocaml-7.4.6.ebuild | 32 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ml/pcre-ocaml/Manifest b/dev-ml/pcre-ocaml/Manifest
index c951f3510c5..951df0c80d8 100644
--- a/dev-ml/pcre-ocaml/Manifest
+++ b/dev-ml/pcre-ocaml/Manifest
@@ -2,3 +2,4 @@ DIST pcre-ocaml-7.2.3.tar.gz 88307 BLAKE2B 
1024a0d7a490fb31927f67af4c9a5e90c8d37
 DIST pcre-ocaml-7.3.0.tbz 38126 BLAKE2B 
a129f263ab623827f491f573141a3c1da033ba853c115dbc853c942c64554028ac5e9c83a17123513522bebbd56cd5533fdb6ef17545761d1fde6063021def1b
 SHA512 
bf2a5d188183a7f73d5a7eace98f225165e6b50828b061649e88922ca4d4705022551bce15b9b8319fc91734c77ee48182677cdb1abd754ae44c6f9412bd11e3
 DIST pcre-ocaml-7.3.2.tbz 38445 BLAKE2B 
1858ce78abc760e99e34e88c590a23b79f20ed2f31abdb991f60a124b2beee140ec3e712990ced3529bf5efb5e38d231190cf9ac0f9ee2d39c1a33687b770266
 SHA512 
727b129172c8c119fcb0d4ae249a3842109e3b9ab412e674af156e7bcdf0fce0bcb9561cbfe52d99002a668f0e5f145fa54d052b67a5c2eb30a1881ad4217767
 DIST pcre-ocaml-7.3.3.tbz 38412 BLAKE2B 
3c9538f5fc8bc6dea0c6ceda3a2b30a48302943d53a83a4876c31dbe600752ac68498a4db9546698424b34bbd55c6c3254d47148233a845376887c30dc6fd429
 SHA512 
569e323dea83f33212a2aa9482e55f7491c8f83382fad13dfaf9fe624307ca261baf255db7c5837e1c6b5c64445daf05b64b9929cbd6d311d06278826bb788e3
+DIST pcre-ocaml-7.4.6.tbz 41027 BLAKE2B 
1faecd96cb6f7af248e8ace7409a49131f5c654320f8ac432fd4aff602d0c4187733419e9cc73ca52cf0a3e5b725afa9357fe9ec191bf1ca42d4dc47a36e45b7
 SHA512 
a356c78dc19d3b3741d1fa0277c4fb0cb545f12499165526fae80a0ff8a7b1f1e6e5e916b16f8336bcec3661de811686b814fe4afc677965fec7a63d4fc53b1f

diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6.ebuild 
b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6.ebuild
new file mode 100644
index 00000000000..31019202af7
--- /dev/null
+++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 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 ~x86"
+
+BDEPEND="dev-ml/dune-configurator"
+RDEPEND=">=dev-libs/libpcre-4.5"
+DEPEND="
+       ${RDEPEND}
+       dev-ml/stdio
+       dev-ml/configurator
+"
+
+src_install() {
+       dune_src_install pcre
+
+       if use examples ; then
+               dodoc -r examples
+       fi
+}

Reply via email to