summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-09-19 16:09:02 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-09-19 16:09:02 +0200
commitd69522e227a297c8263fe2a4012e67635c2c66d3 (patch)
tree9489d2479841def6c15c4bf4ad72c536f33144ce /dev-ml/ocaml-expect/ocaml-expect-0.0.5.ebuild
parentdev-ml/ocaml-expect: remove old. (diff)
downloadgentoo-d69522e227a297c8263fe2a4012e67635c2c66d3.tar.gz
gentoo-d69522e227a297c8263fe2a4012e67635c2c66d3.tar.bz2
gentoo-d69522e227a297c8263fe2a4012e67635c2c66d3.zip
dev-ml/ocaml-expect: bump to 0.0.5
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ml/ocaml-expect/ocaml-expect-0.0.5.ebuild')
-rw-r--r--dev-ml/ocaml-expect/ocaml-expect-0.0.5.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-ml/ocaml-expect/ocaml-expect-0.0.5.ebuild b/dev-ml/ocaml-expect/ocaml-expect-0.0.5.ebuild
new file mode 100644
index 000000000000..0de90b2cc0ed
--- /dev/null
+++ b/dev-ml/ocaml-expect/ocaml-expect-0.0.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Ocaml implementation of expect to help building unitary testing"
+HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-expect/"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1372/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+ dev-ml/batteries:=
+ dev-ml/pcre-ocaml:="
+DEPEND="${RDEPEND}
+ test? ( >=dev-ml/ounit-2.0.0 )"
+
+DOCS=( "README.txt" "CHANGES.txt" "AUTHORS.txt" )