diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 14:25:27 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 16:03:04 +0200 |
commit | dcb1e9ba7f6ea38a93fff936a6cdc6a8f09d7f14 (patch) | |
tree | 8d13e71a6a4d25e74f05f046094ce7657413c30c /dev-ml/fieldslib | |
parent | dev-ml/fieldslib: remove old. (diff) | |
download | gentoo-dcb1e9ba7f6ea38a93fff936a6cdc6a8f09d7f14.tar.gz gentoo-dcb1e9ba7f6ea38a93fff936a6cdc6a8f09d7f14.tar.bz2 gentoo-dcb1e9ba7f6ea38a93fff936a6cdc6a8f09d7f14.zip |
dev-ml/fieldslib: bump to 113.00.00
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ml/fieldslib')
-rw-r--r-- | dev-ml/fieldslib/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/fieldslib/fieldslib-113.00.00.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-ml/fieldslib/Manifest b/dev-ml/fieldslib/Manifest index f228a07396a5..91ff61eec077 100644 --- a/dev-ml/fieldslib/Manifest +++ b/dev-ml/fieldslib/Manifest @@ -1 +1,2 @@ DIST fieldslib-109.20.03.tar.gz 55847 SHA256 396e922295a6c84b5aa3fca06b33fea99bdb4cc9e13780a2dc301be138987fb6 SHA512 7434646c1f3d41dba6426c5b76d46d96c6be76b1e1111f1cd53754a97d701f470f447296ac30e0d02f8c1b84f19923884c548b9e9fb609b90c801eec20bc5f2e WHIRLPOOL a9f72abf500b09c75ba9774800805a5880db05524e0d3b4a36e172aaec434183597456c8b0cff9109475455d791121e1615c929b69b1fc801d0eb4ed0afe8a74 +DIST fieldslib-113.00.00.tar.gz 58273 SHA256 c85dbbc37482cdee2777201464fc9346c45bc530b92e1e1f093cdb4ac4786c2b SHA512 8fc8308f5ab12daed5dacf2d5bb94c37530d6e2e37d8afff9adc0aa63de20dc358620040ce31ab1509c21a5fb449eda20f1225f781b8f0ad90ae072b5f16468a WHIRLPOOL c1b43cfecb25d699905b2dca4aa792650f15376fa3951c6b72a334f0eb84f03c06792d0198fa06dac4650b5547f96459a4b6519f1a01172ca491ed9d6a43baa2 diff --git a/dev-ml/fieldslib/fieldslib-113.00.00.ebuild b/dev-ml/fieldslib/fieldslib-113.00.00.ebuild new file mode 100644 index 000000000000..47d7758e69a3 --- /dev/null +++ b/dev-ml/fieldslib/fieldslib-113.00.00.ebuild @@ -0,0 +1,26 @@ +# 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="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/type-conv-${PV}:= + || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" +RDEPEND="${DEPEND}" + +DOCS=( "README.txt" ) +S="${WORKDIR}/${MY_P}" |