summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-03-04 13:00:32 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-03-04 13:00:32 +0000
commitbfbfa8307cddc277ece8ebf2f121e8a00cae5b57 (patch)
treed16ce263a2b487b6ad93535d5275839798ede092 /dev-ml/kaputt
parentstable ppc, bug 353995 (diff)
downloadgentoo-2-bfbfa8307cddc277ece8ebf2f121e8a00cae5b57.tar.gz
gentoo-2-bfbfa8307cddc277ece8ebf2f121e8a00cae5b57.tar.bz2
gentoo-2-bfbfa8307cddc277ece8ebf2f121e8a00cae5b57.zip
initial import, ebuild by me
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/kaputt')
-rw-r--r--dev-ml/kaputt/ChangeLog10
-rw-r--r--dev-ml/kaputt/kaputt-1.1.ebuild37
-rw-r--r--dev-ml/kaputt/metadata.xml5
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-ml/kaputt/ChangeLog b/dev-ml/kaputt/ChangeLog
new file mode 100644
index 000000000000..523bb7364fd0
--- /dev/null
+++ b/dev-ml/kaputt/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ml/kaputt
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/kaputt/ChangeLog,v 1.1 2011/03/04 13:00:32 aballier Exp $
+
+*kaputt-1.1 (04 Mar 2011)
+
+ 04 Mar 2011; Alexis Ballier <aballier@gentoo.org> +kaputt-1.1.ebuild,
+ +metadata.xml:
+ initial import, ebuild by me
+
diff --git a/dev-ml/kaputt/kaputt-1.1.ebuild b/dev-ml/kaputt/kaputt-1.1.ebuild
new file mode 100644
index 000000000000..3e2647c896f7
--- /dev/null
+++ b/dev-ml/kaputt/kaputt-1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/kaputt/kaputt-1.1.ebuild,v 1.1 2011/03/04 13:00:32 aballier Exp $
+
+EAPI=3
+
+inherit findlib
+
+DESCRIPTION="Unit testing tool for the Objective Caml language"
+HOMEPAGE="http://kaputt.x9c.fr/"
+SRC_URI="http://kaputt.x9c.fr/distrib/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-lang/ocaml-3.11[ocamlopt]"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ chmod +x configure
+ ./configure || die
+}
+
+src_compile() {
+ emake all || die
+}
+
+src_test() {
+ emake -j1 tests || die
+}
+
+src_install() {
+ findlib_src_install
+ dodoc README FEATURES CHANGES || die
+}
diff --git a/dev-ml/kaputt/metadata.xml b/dev-ml/kaputt/metadata.xml
new file mode 100644
index 000000000000..2193d772e351
--- /dev/null
+++ b/dev-ml/kaputt/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>