dev-ml/typerep: bump to 113.00.00
authorAlexis Ballier <aballier@gentoo.org>
Sat, 19 Sep 2015 12:02:11 +0000 (14:02 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Sat, 19 Sep 2015 14:02:59 +0000 (16:02 +0200)
Package-Manager: portage-2.2.20.1

dev-ml/typerep/Manifest
dev-ml/typerep/typerep-113.00.00.ebuild [new file with mode: 0644]

index f31d1b8bc90ec224b3bf82dbaaad13209604121f..0ba0204ad3209d8c2afc80ad0f4fa3667c858c44 100644 (file)
@@ -1 +1,2 @@
 DIST typerep-112.35.00.tar.gz 115477 SHA256 a14d6f6d29be27d8bbae980d843cfc352039692ec3e7af2f616bbc6a7624c144 SHA512 5fa340461165c98e16a99564c83c6dd6e357d3f6d948281e122f26110bf78daf0615708f94a4b23b76484d9d49f03993507f2cb63134d978d317b00175fe0320 WHIRLPOOL 5a5ea8efeb36018a05b7546f0a54d4bdf4367a1ad5c320545bd274bde7250b054a16609d2953ebea8a0f5b05a36ae1714c2a04c5350ce6c387a35a3de6aa9b57
+DIST typerep-113.00.00.tar.gz 115485 SHA256 68a4ffa1129107aee97c0bfd240abf1678405372983ba85ce96ae1e962e463ef SHA512 d1537a36dc457cbdd1c11ec2b00e35e1e1045aef20f568d264c208ad60265bc01bb4c939f585914f66290a99611394a9095edcb7a55a44bf617b1219431bcfbc WHIRLPOOL deae408e107e1e0983dffcc94d431b33fa6356a72611a3b4f6d38671156bab7edde4017a5a6b6c7d94e6d5596a354d56231a663291496a3967d9da15b6873c5d
diff --git a/dev-ml/typerep/typerep-113.00.00.ebuild b/dev-ml/typerep/typerep-113.00.00.ebuild
new file mode 100644 (file)
index 0000000..c5f353a
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Library for creating runtime representation of OCaml types"
+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-111.13:=
+       dev-ml/camlp4:="
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"