mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ml/re2: bump to 113.00.00
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -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
|
||||
|
||||
32
dev-ml/re2/re2-113.00.00.ebuild
Normal file
32
dev-ml/re2/re2-113.00.00.ebuild
Normal file
@@ -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}"
|
||||
Reference in New Issue
Block a user