diff options
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.ebuild | 27 |
1 files changed, 0 insertions, 27 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 deleted file mode 100644 index 7f9cc015a09e..000000000000 --- a/dev-ml/ocaml-expect/ocaml-expect-0.0.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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 ~x86" -IUSE="test" -RESTRICT="!test? ( 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" ) |