summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-09-19 14:03:08 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-09-19 16:03:00 +0200
commit39b695e7b7737109a6cbf7458347faec29388cb9 (patch)
tree66991396a761f8b7c0c58ae98fbe4888899bc36a /dev-ml/typerep_extended
parentdev-ml/typerep: bump to 113.00.00 (diff)
downloadgentoo-39b695e7b7737109a6cbf7458347faec29388cb9.tar.gz
gentoo-39b695e7b7737109a6cbf7458347faec29388cb9.tar.bz2
gentoo-39b695e7b7737109a6cbf7458347faec29388cb9.zip
dev-ml/typerep_extended: bump to 113.00.00
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ml/typerep_extended')
-rw-r--r--dev-ml/typerep_extended/Manifest1
-rw-r--r--dev-ml/typerep_extended/typerep_extended-113.00.00.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-ml/typerep_extended/Manifest b/dev-ml/typerep_extended/Manifest
index 7ac7ab27c16c..5b3cc607c6b2 100644
--- a/dev-ml/typerep_extended/Manifest
+++ b/dev-ml/typerep_extended/Manifest
@@ -1 +1,2 @@
DIST typerep_extended-112.17.00.tar.gz 71755 SHA256 f511d7f697d516b63584b910bf30c06367769be2a1190446ea58a4be4866f0e3 SHA512 ab1f31b95324aad47fabc19f752640d1f4a606906c47f8c98c2820233109a5a59c7094ca46c06453b4afe0befb8da1de04ea03d0b44ff0c3062d94c47c84eb40 WHIRLPOOL a57bd43d35ee7899dba27eefbe2a1ef98ebba930abf01c33fe4b0c129258ce13a7db8f4b0febdbb25d9cef3628b85e35fe2c2ac0c8c560c748f3ed37e5348f76
+DIST typerep_extended-113.00.00.tar.gz 71746 SHA256 fc8e446a7ac86cd5f3db6956cb9326e48d4081d5f6c7415127e1e478c7e834cf SHA512 948e9e520a2a1802aa0ee7dbb4ced3a2d6c9d55f3c788d942ac40f5017e16ecbb078542faca8e34bac1a87e53e2b1104aab20753b9e837e1429c31d4635cd0b9 WHIRLPOOL 2355e1234b6fdf4ec60f59c7f69d5c053007b4a3cea9584ec079c1fe2c9e0d92d0a6d199e6c37658516ddbc8f8aae0448fc8b16992927b8998de30f244c1b1f4
diff --git a/dev-ml/typerep_extended/typerep_extended-113.00.00.ebuild b/dev-ml/typerep_extended/typerep_extended-113.00.00.ebuild
new file mode 100644
index 000000000000..7b771f824e0f
--- /dev/null
+++ b/dev-ml/typerep_extended/typerep_extended-113.00.00.ebuild
@@ -0,0 +1,29 @@
+# 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="Runtime types for OCaml (Extended)"
+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/typerep-112.17.00:=
+ dev-ml/sexplib:=
+ dev-ml/bin-prot:=
+ dev-ml/core_kernel:=
+ dev-ml/camlp4:="
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+DOCS=( "CHANGES.md" )