dev-ml/fieldslib: bump to 113.00.00

Package-Manager: portage-2.2.20.1
This commit is contained in:
Alexis Ballier
2015-09-19 14:25:27 +02:00
parent 27fe6fbaed
commit dcb1e9ba7f
2 changed files with 27 additions and 0 deletions

View File

@@ -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

View File

@@ -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}"