dev-ml/re2: bump to 113.00.00
authorAlexis Ballier <aballier@gentoo.org>
Sat, 19 Sep 2015 13:17:38 +0000 (15:17 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Sat, 19 Sep 2015 14:03:07 +0000 (16:03 +0200)
Package-Manager: portage-2.2.20.1

dev-ml/re2/Manifest
dev-ml/re2/re2-113.00.00.ebuild [new file with mode: 0644]

index 8a0563c08fae43119222495728eb06c52e64e532..7378269a296cd995a15650c463c622802615966a 100644 (file)
@@ -1 +1,2 @@
 DIST re2-112.35.00.tar.gz 488157 SHA256 a47e578231730270a41fd63012b9e354f531507383b03d1a30fa1540967e6fef SHA512 127a2f75363899940f3e771c4e7f1983529ae6d0f92dd05bdd936bf5dc7b221eb0b833abbe8f03f84ee3863666ca5df9e292a6629d2e2db345d75d5bf2af3a8d WHIRLPOOL 21203f892073114807320ff95593fb53569cbe6ea649e91ec25ac917e5a7c0394c47d9ffded3e0f95f3df168fc64da83c524604309d16efa964213ec8dbaa06f
+DIST re2-113.00.00.tar.gz 494923 SHA256 fd8ff05795c0d5452b412a913beca1ed935589f4da061eb4d02bfcd0c509f69e SHA512 0820040ff2b2faa63da1423f1404c4135ea5924c1264db720feebfcbb5ff834be283c0a38e16daf67470d8dcd138a9c6923be1fc239a4e3e2875485308d3c76d WHIRLPOOL cf1367ce7fbd07c733bc0703aabaed16ae1a0ee355dfb621a8db275710c9fd49851d4d7b1e0eaa9b342e18a7c24baf3a6367e4a44c342f127b565779a71fd3b8
diff --git a/dev-ml/re2/re2-113.00.00.ebuild b/dev-ml/re2/re2-113.00.00.ebuild
new file mode 100644 (file)
index 0000000..c5b3805
--- /dev/null
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="OCaml bindings for RE2"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ml/type-conv-112:=
+       >=dev-ml/core-113:=
+       dev-ml/bin-prot:=
+       dev-ml/sexplib:=
+       dev-ml/comparelib:=
+       dev-ml/pa_test:=
+       dev-libs/re2:=
+       dev-ml/camlp4:="
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.txt" )
+S="${WORKDIR}/${MY_P}"