From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-ml/fieldslib/Manifest | 3 +++ dev-ml/fieldslib/fieldslib-109.20.00.ebuild | 26 ++++++++++++++++++++++++++ dev-ml/fieldslib/fieldslib-109.20.02.ebuild | 26 ++++++++++++++++++++++++++ dev-ml/fieldslib/fieldslib-109.20.03.ebuild | 27 +++++++++++++++++++++++++++ dev-ml/fieldslib/metadata.xml | 11 +++++++++++ 5 files changed, 93 insertions(+) create mode 100644 dev-ml/fieldslib/Manifest create mode 100644 dev-ml/fieldslib/fieldslib-109.20.00.ebuild create mode 100644 dev-ml/fieldslib/fieldslib-109.20.02.ebuild create mode 100644 dev-ml/fieldslib/fieldslib-109.20.03.ebuild create mode 100644 dev-ml/fieldslib/metadata.xml (limited to 'dev-ml/fieldslib') 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:= + + +ml + + 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. + + -- cgit v1.2.3-65-gdbad