diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-ml/core_bench | |
download | gentoo-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/core_bench')
-rw-r--r-- | dev-ml/core_bench/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/core_bench/core_bench-112.17.00.ebuild | 29 | ||||
-rw-r--r-- | dev-ml/core_bench/core_bench-112.35.00.ebuild | 29 | ||||
-rw-r--r-- | dev-ml/core_bench/metadata.xml | 5 |
4 files changed, 65 insertions, 0 deletions
diff --git a/dev-ml/core_bench/Manifest b/dev-ml/core_bench/Manifest new file mode 100644 index 000000000000..d76372ad6196 --- /dev/null +++ b/dev-ml/core_bench/Manifest @@ -0,0 +1,2 @@ +DIST core_bench-112.17.00.tar.gz 78211 SHA256 d1f4789203964199d7b0623962e2dc44d1c582457b51f53145944fa31e468906 SHA512 fec5cb3e48a2067e5d395809bfa49ee1ecb923641092d0da040642f3ff364864ea307b23b407f5f5288b8fdc0fc5f406d4228403376d669af021a01410bf1ada WHIRLPOOL 03987a4833f5b85b34cc53ca5e2ca744988ca6c2a1ee7553c641227cfc5f683f3b0a7b84e8a40f18c286aa8c167981945235e0bd06969de914f4be3dfad7cb8b +DIST core_bench-112.35.00.tar.gz 78192 SHA256 c2e925078412e9859458c539324d137f0aede17bf1b485961a4019609b733535 SHA512 b0ce326c6d5a5e8e44cb05b147e07cf02efbc60a18f1f6e740d1bd58e01dd373f868c42599e7818d5c3c54899b6d429b1155d79f8009833a01f173fe69c7aafc WHIRLPOOL a45e28e72d515c7240c25431471dc78cab69c6059ed6253823c85a90b03a91e62b3ef5f4cf30631a35b791d9bc3ca73307d5a60f0bbae0c2bfa464af2875fcbd diff --git a/dev-ml/core_bench/core_bench-112.17.00.ebuild b/dev-ml/core_bench/core_bench-112.17.00.ebuild new file mode 100644 index 000000000000..4035695ebd06 --- /dev/null +++ b/dev-ml/core_bench/core_bench-112.17.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 + +DESCRIPTION="Micro-benchmarking library for OCaml" +HOMEPAGE="https://ocaml.janestreet.com/" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-ml/sexplib:= + dev-ml/textutils:= + dev-ml/pa_ounit:= + dev-ml/core:= + dev-ml/fieldslib:= + dev-ml/comparelib:= + dev-ml/camlp4:= +" +DEPEND="${RDEPEND}" + +DOCS=( README.md ) diff --git a/dev-ml/core_bench/core_bench-112.35.00.ebuild b/dev-ml/core_bench/core_bench-112.35.00.ebuild new file mode 100644 index 000000000000..4035695ebd06 --- /dev/null +++ b/dev-ml/core_bench/core_bench-112.35.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 + +DESCRIPTION="Micro-benchmarking library for OCaml" +HOMEPAGE="https://ocaml.janestreet.com/" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-ml/sexplib:= + dev-ml/textutils:= + dev-ml/pa_ounit:= + dev-ml/core:= + dev-ml/fieldslib:= + dev-ml/comparelib:= + dev-ml/camlp4:= +" +DEPEND="${RDEPEND}" + +DOCS=( README.md ) diff --git a/dev-ml/core_bench/metadata.xml b/dev-ml/core_bench/metadata.xml new file mode 100644 index 000000000000..2193d772e351 --- /dev/null +++ b/dev-ml/core_bench/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ml</herd> +</pkgmetadata> |