From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-ml/ocaml-expect/Manifest | 5 +++++ dev-ml/ocaml-expect/metadata.xml | 16 ++++++++++++++++ dev-ml/ocaml-expect/ocaml-expect-0.0.5.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 dev-ml/ocaml-expect/Manifest create mode 100644 dev-ml/ocaml-expect/metadata.xml create mode 100644 dev-ml/ocaml-expect/ocaml-expect-0.0.5.ebuild (limited to 'dev-ml/ocaml-expect') diff --git a/dev-ml/ocaml-expect/Manifest b/dev-ml/ocaml-expect/Manifest new file mode 100644 index 000000000000..fa809119055e --- /dev/null +++ b/dev-ml/ocaml-expect/Manifest @@ -0,0 +1,5 @@ +DIST ocaml-expect-0.0.5.tar.gz 63245 SHA256 7ea1b75bc8160213bf0c958a0a380bcb2d2e49f066eef3c560ce6dd10547b81f SHA512 fbb2ae41c12e57db4440e67d80740380d4cd7bab0f8fdf59d3b69ff91eb6e35a82ca718cf32ad2c791ae76be8a08174a5b3a95e8910351413cc98afd3105a63c WHIRLPOOL 850bc558d64ed228a1d823a38db4c7eae8d1c387de368c6d1408c21f703a6f45db42c431ecf3296d2c1c57306ef45835204c5d53af97802cffd6a1ff6b01df50 +EBUILD ocaml-expect-0.0.5.ebuild 602 SHA256 473741efeb4b1825e5142769fa6e33adc8202608d7cccc7879fdf4114744df50 SHA512 d503a0c102af116f0737dc02ba12038fd38e6079202f31698b759365e833947b44cb681521290960dd4cfdb0e626e05c26247c23c59eec349e178f12ef8ec7e1 WHIRLPOOL 757c4db8adecd1866cbac1d7491d4cf8f17c6970b6002e64a6afe39b787c511234b91873d6407432c5c977b62eb7b6f52568a1bfd192acdc3b68834a5e185589 +MISC ChangeLog 2807 SHA256 d716af766c9e26549965a521976eca2a9e9cd293c5bb5a0222c03cbaba39c74c SHA512 6a6d5b942cc0c5c81fe24b478470caa0c80bf094fbf008bda0d392e8bf511d4be986c1dbe772274781b9c3eaae1c36b1eb72d22d7ba9b2b270e498da9008e336 WHIRLPOOL 1b2337c52ec853c88ae56045795e16f18e5841892c738f18007f301e43b1a58082e65e952c8aa0913ed42b89e43fa41b22a1acc97cf8b11ea8fcbcb2297316b3 +MISC ChangeLog-2015 1141 SHA256 9133099f8552480866614cb96722282daa1918e7cfd6fa714f5d597ef85e34fd SHA512 cb2172058d17c4d38cb8c478605876726e593e74e7711fe53ebc96b9c9b0401e3705ffa1c669f0d35c31529687725a5a967a60587e458d3a2fc24dfe90bcb1fe WHIRLPOOL c5c55233e808d2b5d3da7683b6c34a280dd2541f9f9414577c68855ed3ac1e19ec92e5f3fdee124d29fb6d9a93a253badeadaa42921cba1f6d21819259f867f6 +MISC metadata.xml 468 SHA256 86bb92f13f66f5f1bf021c8d6eb408efc33a536dab6ddab8c6457019457a1162 SHA512 46f6fb0ebc77893d0130808b47fbaaf850ec22bf8be4f1b1a029e5a8b13fb4349d73c259c59ddc2be842d59c62f31e19ee98e756dcdab2f809acc7e88a471103 WHIRLPOOL 2486c41e495bbd813c50b37acb2ffbaacab69b5d87e7225b896cdd169fc13421f88c6ce3f8dc4477a544b9067bd6f6260acd353509cbb298c0d94ff21a72c8c5 diff --git a/dev-ml/ocaml-expect/metadata.xml b/dev-ml/ocaml-expect/metadata.xml new file mode 100644 index 000000000000..f4af815c0f93 --- /dev/null +++ b/dev-ml/ocaml-expect/metadata.xml @@ -0,0 +1,16 @@ + + + + + v.ivanov@ymail.com + Vladimir Ivanov + + + ml@gentoo.org + Gentoo ML Project + + + proxy-maint@gentoo.org + Proxy Maintainers + + 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..e0303e74f70a --- /dev/null +++ b/dev-ml/ocaml-expect/ocaml-expect-0.0.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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" ) -- cgit v1.2.3