summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-02-05 16:17:33 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-02-05 21:59:02 +0100
commit45559476e3ad79b0d773976b7cd5445d012e5104 (patch)
tree4f39ab80736d9be9a34e66d6193cd8eeb9059f40 /dev-ml/fieldslib/fieldslib-113.24.00.ebuild
parentdev-ml/sexplib: bump to 113.24.00 (diff)
downloadgentoo-45559476e3ad79b0d773976b7cd5445d012e5104.tar.gz
gentoo-45559476e3ad79b0d773976b7cd5445d012e5104.tar.bz2
gentoo-45559476e3ad79b0d773976b7cd5445d012e5104.zip
dev-ml/fieldslib: bump to 113.24.00
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/fieldslib/fieldslib-113.24.00.ebuild')
-rw-r--r--dev-ml/fieldslib/fieldslib-113.24.00.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-ml/fieldslib/fieldslib-113.24.00.ebuild b/dev-ml/fieldslib/fieldslib-113.24.00.ebuild
new file mode 100644
index 000000000000..4345191d612d
--- /dev/null
+++ b/dev-ml/fieldslib/fieldslib-113.24.00.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 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="Folding over record fields"
+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=""
+RDEPEND="${DEPEND}"
+
+DOCS=( "CHANGES.md" )
+S="${WORKDIR}/${MY_P}"