summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-03-16 13:54:34 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-03-16 13:54:34 +0000
commit40383ee1a3d64232407f26c660f12ad846c8cacc (patch)
treec376a920889d1d2fd232504efe45ed91bdcca6d4 /dev-ml/ocaml-re
parentversion bump (diff)
downloadgentoo-2-40383ee1a3d64232407f26c660f12ad846c8cacc.tar.gz
gentoo-2-40383ee1a3d64232407f26c660f12ad846c8cacc.tar.bz2
gentoo-2-40383ee1a3d64232407f26c660f12ad846c8cacc.zip
version bump
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocaml-re')
-rw-r--r--dev-ml/ocaml-re/ChangeLog7
-rw-r--r--dev-ml/ocaml-re/ocaml-re-1.3.1.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/ocaml-re/ChangeLog b/dev-ml/ocaml-re/ChangeLog
index 7ba2645368f9..5d51a7afd29c 100644
--- a/dev-ml/ocaml-re/ChangeLog
+++ b/dev-ml/ocaml-re/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/ocaml-re
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v 1.2 2015/02/16 08:24:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v 1.3 2015/03/16 13:54:34 aballier Exp $
+
+*ocaml-re-1.3.1 (16 Mar 2015)
+
+ 16 Mar 2015; Alexis Ballier <aballier@gentoo.org> +ocaml-re-1.3.1.ebuild:
+ version bump
*ocaml-re-1.3.0 (16 Feb 2015)
diff --git a/dev-ml/ocaml-re/ocaml-re-1.3.1.ebuild b/dev-ml/ocaml-re/ocaml-re-1.3.1.ebuild
new file mode 100644
index 000000000000..12148d44205f
--- /dev/null
+++ b/dev-ml/ocaml-re/ocaml-re-1.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ocaml-re-1.3.1.ebuild,v 1.1 2015/03/16 13:54:34 aballier Exp $
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Regular expression library for OCaml"
+HOMEPAGE="http://github.com/ocaml/ocaml-re"
+SRC_URI="https://github.com/ocaml/ocaml-re/archive/${P}.tar.gz"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-ml/ounit )"
+DOCS=( "CHANGES" "TODO.txt" "README.md" )
+S="${WORKDIR}/${PN}-${P}"