summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-06-30 14:35:38 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-06-30 14:35:38 +0000
commita3bf4186e1729696b07b53ff7ad0b0bb1356d70a (patch)
treefed042ce5d66e20002b7efae45708e55b273ec8f /dev-ml/pa_ounit
parentmask pa_ounit (diff)
downloadgentoo-2-a3bf4186e1729696b07b53ff7ad0b0bb1356d70a.tar.gz
gentoo-2-a3bf4186e1729696b07b53ff7ad0b0bb1356d70a.tar.bz2
gentoo-2-a3bf4186e1729696b07b53ff7ad0b0bb1356d70a.zip
initial import, ebuild by me
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/pa_ounit')
-rw-r--r--dev-ml/pa_ounit/ChangeLog10
-rw-r--r--dev-ml/pa_ounit/metadata.xml11
-rw-r--r--dev-ml/pa_ounit/pa_ounit-108.00.01.ebuild21
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-ml/pa_ounit/ChangeLog b/dev-ml/pa_ounit/ChangeLog
new file mode 100644
index 000000000000..cb9d0661e7d3
--- /dev/null
+++ b/dev-ml/pa_ounit/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ml/pa_ounit
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.1 2012/06/30 14:35:38 aballier Exp $
+
+*pa_ounit-108.00.01 (30 Jun 2012)
+
+ 30 Jun 2012; Alexis Ballier <aballier@gentoo.org> +pa_ounit-108.00.01.ebuild,
+ +metadata.xml:
+ initial import, ebuild by me
+
diff --git a/dev-ml/pa_ounit/metadata.xml b/dev-ml/pa_ounit/metadata.xml
new file mode 100644
index 000000000000..9d7a410b7f37
--- /dev/null
+++ b/dev-ml/pa_ounit/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">
+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>
+</pkgmetadata>
diff --git a/dev-ml/pa_ounit/pa_ounit-108.00.01.ebuild b/dev-ml/pa_ounit/pa_ounit-108.00.01.ebuild
new file mode 100644
index 000000000000..54b91b5abe42
--- /dev/null
+++ b/dev-ml/pa_ounit/pa_ounit-108.00.01.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-108.00.01.ebuild,v 1.1 2012/06/30 14:35:38 aballier Exp $
+
+EAPI="4"
+
+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://bitbucket.org/yminsky/ocaml-core/downloads/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ml/type-conv-3.0.5"
+RDEPEND="${DEPEND}"
+
+DOCS=( "readme.md" )