summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-06 16:44:10 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-06 16:44:10 +0000
commitc8880eba80008e17eb0ab884bc848e1a8a1538e9 (patch)
treee48cdc63005d8fb2e1c31ff0a232dc4014b56abd /dev-ml/herelib
parentversion bump (diff)
downloadgentoo-2-c8880eba80008e17eb0ab884bc848e1a8a1538e9.tar.gz
gentoo-2-c8880eba80008e17eb0ab884bc848e1a8a1538e9.tar.bz2
gentoo-2-c8880eba80008e17eb0ab884bc848e1a8a1538e9.zip
initial import, ebuild by me
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/herelib')
-rw-r--r--dev-ml/herelib/ChangeLog10
-rw-r--r--dev-ml/herelib/herelib-109.11.00.ebuild23
-rw-r--r--dev-ml/herelib/metadata.xml11
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-ml/herelib/ChangeLog b/dev-ml/herelib/ChangeLog
new file mode 100644
index 000000000000..af043cd61f05
--- /dev/null
+++ b/dev-ml/herelib/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ml/herelib
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/herelib/ChangeLog,v 1.1 2013/03/06 16:44:10 aballier Exp $
+
+*herelib-109.11.00 (06 Mar 2013)
+
+ 06 Mar 2013; Alexis Ballier <aballier@gentoo.org> +herelib-109.11.00.ebuild,
+ +metadata.xml:
+ initial import, ebuild by me
+
diff --git a/dev-ml/herelib/herelib-109.11.00.ebuild b/dev-ml/herelib/herelib-109.11.00.ebuild
new file mode 100644
index 000000000000..9724795a8ed9
--- /dev/null
+++ b/dev-ml/herelib/herelib-109.11.00.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/herelib/herelib-109.11.00.ebuild,v 1.1 2013/03/06 16:44:10 aballier Exp $
+
+EAPI="5"
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Syntax extension for _here_"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
+ http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-lang/ocaml-4.00.0:="
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-ml/herelib/metadata.xml b/dev-ml/herelib/metadata.xml
new file mode 100644
index 000000000000..d7fe6e623768
--- /dev/null
+++ b/dev-ml/herelib/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ml</herd>
+ <longdescription lang="en">
+ This library defines a syntax extension for OCaml using Camlp4 that
+ can be used to define first class values representing record fields,
+ and additional routines, to get and set record fields, iterate and fold
+ over all fields of a record and create new record values.
+ </longdescription>
+</pkgmetadata>