summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-11-03 08:28:04 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-11-03 08:28:04 +0000
commitf517fd6c743159df18c1d9008df82c06ba03f15d (patch)
treeac4fde72acfe2cbc6a82487940f9291c6ff2c56e /dev-ml/re2
parentbump, rm old (diff)
downloadgentoo-2-f517fd6c743159df18c1d9008df82c06ba03f15d.tar.gz
gentoo-2-f517fd6c743159df18c1d9008df82c06ba03f15d.tar.bz2
gentoo-2-f517fd6c743159df18c1d9008df82c06ba03f15d.zip
version bump
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/re2')
-rw-r--r--dev-ml/re2/ChangeLog7
-rw-r--r--dev-ml/re2/re2-111.08.00.ebuild31
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-ml/re2/ChangeLog b/dev-ml/re2/ChangeLog
index 88c418aa1e9b..492e701b06d8 100644
--- a/dev-ml/re2/ChangeLog
+++ b/dev-ml/re2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/re2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/re2/ChangeLog,v 1.2 2014/02/12 11:53:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/re2/ChangeLog,v 1.3 2014/11/03 08:28:04 aballier Exp $
+
+*re2-111.08.00 (03 Nov 2014)
+
+ 03 Nov 2014; Alexis Ballier <aballier@gentoo.org> +re2-111.08.00.ebuild:
+ version bump
*re2-109.55.04 (12 Feb 2014)
diff --git a/dev-ml/re2/re2-111.08.00.ebuild b/dev-ml/re2/re2-111.08.00.ebuild
new file mode 100644
index 000000000000..41c9bbe14f43
--- /dev/null
+++ b/dev-ml/re2/re2-111.08.00.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/re2/re2-111.08.00.ebuild,v 1.1 2014/11/03 08:28:04 aballier Exp $
+
+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%.*}.00/individual/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ml/type-conv-${PV}:=
+ dev-ml/core:=
+ dev-ml/bin-prot:=
+ dev-ml/sexplib:=
+ dev-ml/comparelib:=
+ dev-ml/pa_test:=
+ dev-libs/re2:="
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.txt" )
+S="${WORKDIR}/${MY_P}"