diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 14:02:11 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-19 16:02:59 +0200 |
commit | a24f46bf189f072838df8f7577dc182f1ba8bc23 (patch) | |
tree | 131845b4f6fb975a74c8a4b78f8fe0febb0bb498 | |
parent | dev-ml/typerep: remove old. (diff) | |
download | gentoo-a24f46bf189f072838df8f7577dc182f1ba8bc23.tar.gz gentoo-a24f46bf189f072838df8f7577dc182f1ba8bc23.tar.bz2 gentoo-a24f46bf189f072838df8f7577dc182f1ba8bc23.zip |
dev-ml/typerep: bump to 113.00.00
Package-Manager: portage-2.2.20.1
-rw-r--r-- | dev-ml/typerep/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/typerep/typerep-113.00.00.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest index f31d1b8bc90e..0ba0204ad320 100644 --- a/dev-ml/typerep/Manifest +++ b/dev-ml/typerep/Manifest @@ -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 index 000000000000..c5f353aa6fc4 --- /dev/null +++ b/dev-ml/typerep/typerep-113.00.00.ebuild @@ -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}" |