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/pa_ounit | |
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/pa_ounit')
-rw-r--r-- | dev-ml/pa_ounit/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/pa_ounit/metadata.xml | 14 | ||||
-rw-r--r-- | dev-ml/pa_ounit/pa_ounit-112.17.00.ebuild | 22 | ||||
-rw-r--r-- | dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild | 22 | ||||
-rw-r--r-- | dev-ml/pa_ounit/pa_ounit-112.35.00.ebuild | 22 |
5 files changed, 83 insertions, 0 deletions
diff --git a/dev-ml/pa_ounit/Manifest b/dev-ml/pa_ounit/Manifest new file mode 100644 index 000000000000..3fa1773d5649 --- /dev/null +++ b/dev-ml/pa_ounit/Manifest @@ -0,0 +1,3 @@ +DIST pa_ounit-112.17.00.tar.gz 57314 SHA256 469b67553074e4dfc153eb58fe352c287b1e93b3f38145d512530875efdac612 SHA512 9f96e9fffc5e92fae0df4a8f80ec2b86c41464a6227e1adb3485ae73538be67635e76267b8c56f25d9d6c201b740f23b6f0651c08f21b0c67508131d966f9025 WHIRLPOOL 4c7dc1d758ba66246dff766e21ca5854386c9c73b34725282fbd77e3ab5a433065703479cbb8afd8b95b6d132ddc383f2bd393796e8b4ff0d5816821449e766d +DIST pa_ounit-112.24.tar.gz 57567 SHA256 fa04e72fe1db41e6dc64f9707cf5705cb9b957aa93265120c875c808eb9b9b96 SHA512 7252b08d157d4759bc8215cc675b7df492a6ec988af4b477d6842835b0da0bdc50b803ffdabff0d888efbb79db5b506b7667d646dfd3a9c6bd654cd659a524af WHIRLPOOL a40abbb74ea451e470a6949d2ae339025141ece8656f3df0c6410301f9b94a138907a5ab74c980726637b66241f2546a4fc9049f6909674d3bc5b11a7af02a68 +DIST pa_ounit-112.35.00.tar.gz 57778 SHA256 ab016c6aba04109d75094d5241f8a9586e060abb830518e824ef064f6cba9a93 SHA512 99421405ff09ce4e36f9b68b2ababdc0eb4657e3e361f5edd46641030f84efe7cc72ab54ce0980da243e3a812fc25a00ab5064004dc18d1346506a1ac10a2b35 WHIRLPOOL 9837649797f9dd11097ee8d17f07a4b45a905da4f0fdf100f86eaf17a9c2c14e7177e4479a9b3e98139eaca7f0baba715eb8af36571275f9640df90ecc7db19e diff --git a/dev-ml/pa_ounit/metadata.xml b/dev-ml/pa_ounit/metadata.xml new file mode 100644 index 000000000000..97836330981f --- /dev/null +++ b/dev-ml/pa_ounit/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ml</herd> + <longdescription lang="en"> +Pa_ounit is a syntax extension that helps writing in-line test in ocaml +code. It allows user to register tests with a new `TEST` top-level expressions +and automatically collects all the tests in a module (in a function +`ounit_tests` of type `unit -> OUnit.test`). + </longdescription> + <upstream> + <remote-id type="bitbucket">yminsky/ocaml-core</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ml/pa_ounit/pa_ounit-112.17.00.ebuild b/dev-ml/pa_ounit/pa_ounit-112.17.00.ebuild new file mode 100644 index 000000000000..e81ca0c0c218 --- /dev/null +++ b/dev-ml/pa_ounit/pa_ounit-112.17.00.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Syntax extension that helps writing in-line test in ocaml" +HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/ounit-1.1.1:= + dev-ml/camlp4:=" +RDEPEND="${DEPEND}" + +DOCS=( "readme.md" ) diff --git a/dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild b/dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild new file mode 100644 index 000000000000..73d54fc358e8 --- /dev/null +++ b/dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Syntax extension that helps writing in-line test in ocaml" +HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P%.*}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/ounit-1.1.1:= + dev-ml/camlp4:=" +RDEPEND="${DEPEND}" + +DOCS=( "readme.md" ) diff --git a/dev-ml/pa_ounit/pa_ounit-112.35.00.ebuild b/dev-ml/pa_ounit/pa_ounit-112.35.00.ebuild new file mode 100644 index 000000000000..e81ca0c0c218 --- /dev/null +++ b/dev-ml/pa_ounit/pa_ounit-112.35.00.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Syntax extension that helps writing in-line test in ocaml" +HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/ounit-1.1.1:= + dev-ml/camlp4:=" +RDEPEND="${DEPEND}" + +DOCS=( "readme.md" ) |