summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-ml/fieldslib
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-ml/fieldslib')
-rw-r--r--dev-ml/fieldslib/Manifest3
-rw-r--r--dev-ml/fieldslib/fieldslib-109.20.00.ebuild26
-rw-r--r--dev-ml/fieldslib/fieldslib-109.20.02.ebuild26
-rw-r--r--dev-ml/fieldslib/fieldslib-109.20.03.ebuild27
-rw-r--r--dev-ml/fieldslib/metadata.xml11
5 files changed, 93 insertions, 0 deletions
diff --git a/dev-ml/fieldslib/Manifest b/dev-ml/fieldslib/Manifest
new file mode 100644
index 000000000000..83ffd13e9016
--- /dev/null
+++ b/dev-ml/fieldslib/Manifest
@@ -0,0 +1,3 @@
+DIST fieldslib-109.20.00.tar.gz 53028 SHA256 56dbf06604efd2664ff14e7f242fdfbb3835b9b19ed904dc9952838f0c53434f SHA512 27732eef789ad0217327b1aba0c52a431d3cf9f84ebe4be7d1d1d552b56af76b8921d53492aa5d9989e78eed49c16e29001beaeb35426efc3a50b54d5a605569 WHIRLPOOL 1c421be18cc30ff2457678b858ff49aa03c463ae1cf4c0a883fbb112b33fa8915636332ae7705a31f8c91b70726368c212c368735b92c949834a04b098c26d4e
+DIST fieldslib-109.20.02.tar.gz 56179 SHA256 5a0dc4ace3b0270b776ff777e07e42696f3ca1f861419ff4600b3391d0240e6f SHA512 6971e9828199a8befa276c269869b83e203475db3b0d7fc5687cdd2bfa321fa5ed80e15cf451065063c73e7f385a20ae8cafdacadaeee7f8c18044e6384bc3ca WHIRLPOOL 01329b4911b6971097da5ff015218d70306c08945b3e238634948aaa1dea062e1ff3bb16f64a95620a61f9891e063cc8afdb290b17a5ea9613ed5ed532b2a968
+DIST fieldslib-109.20.03.tar.gz 55847 SHA256 396e922295a6c84b5aa3fca06b33fea99bdb4cc9e13780a2dc301be138987fb6 SHA512 7434646c1f3d41dba6426c5b76d46d96c6be76b1e1111f1cd53754a97d701f470f447296ac30e0d02f8c1b84f19923884c548b9e9fb609b90c801eec20bc5f2e WHIRLPOOL a9f72abf500b09c75ba9774800805a5880db05524e0d3b4a36e172aaec434183597456c8b0cff9109475455d791121e1615c929b69b1fc801d0eb4ed0afe8a74
diff --git a/dev-ml/fieldslib/fieldslib-109.20.00.ebuild b/dev-ml/fieldslib/fieldslib-109.20.00.ebuild
new file mode 100644
index 000000000000..0afe2c072670
--- /dev/null
+++ b/dev-ml/fieldslib/fieldslib-109.20.00.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 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}/individual/${MY_P}.tar.gz
+ http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ml/type-conv-${PV}:="
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.txt" )
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-ml/fieldslib/fieldslib-109.20.02.ebuild b/dev-ml/fieldslib/fieldslib-109.20.02.ebuild
new file mode 100644
index 000000000000..38bd9e9575c6
--- /dev/null
+++ b/dev-ml/fieldslib/fieldslib-109.20.02.ebuild
@@ -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%.*}.00/individual/${MY_P}.tar.gz
+ http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ml/type-conv-${PV}:="
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.txt" )
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-ml/fieldslib/fieldslib-109.20.03.ebuild b/dev-ml/fieldslib/fieldslib-109.20.03.ebuild
new file mode 100644
index 000000000000..561b037cb2a1
--- /dev/null
+++ b/dev-ml/fieldslib/fieldslib-109.20.03.ebuild
@@ -0,0 +1,27 @@
+# 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%.*}.00/individual/${MY_P}.tar.gz
+ http://dev.gentoo.org/~aballier/distfiles/${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}"
diff --git a/dev-ml/fieldslib/metadata.xml b/dev-ml/fieldslib/metadata.xml
new file mode 100644
index 000000000000..d7fe6e623768
--- /dev/null
+++ b/dev-ml/fieldslib/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>