summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-expect
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-24 12:14:09 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-24 12:14:16 +0100
commited7e548bdeb45bc8f7da5655aeac392d6f868553 (patch)
treec5c9fc2758356aea02be3215b135485747ced821 /dev-ml/ocaml-expect
parent5765fbba574b40c992fa4179f4e3402ec8f4605f (diff)
downloadgentoo-ed7e548bdeb45bc8f7da5655aeac392d6f868553.tar.gz
gentoo-ed7e548bdeb45bc8f7da5655aeac392d6f868553.tar.xz
dev-ml/ocaml-expect: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ocaml-expect')
-rw-r--r--dev-ml/ocaml-expect/Manifest1
-rw-r--r--dev-ml/ocaml-expect/ocaml-expect-0.0.4.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-ml/ocaml-expect/Manifest b/dev-ml/ocaml-expect/Manifest
index 52d47998479..743bd566ef6 100644
--- a/dev-ml/ocaml-expect/Manifest
+++ b/dev-ml/ocaml-expect/Manifest
@@ -1,2 +1 @@
-DIST ocaml-expect-0.0.4.tar.gz 60664 SHA256 cc7c2d74d56f5cddf191a835fcd0827a5c0913598f8547f1bd3961089fde6447 SHA512 fb45e48fe532fe73234084c6c887ab14377bfd41851659cec80a995167d075fdc9873c24b8e31be4bac10e567d9235da71fd30d1ecd5ccbd06c712cb8c1563d6 WHIRLPOOL 3f33f7aaa4098c92c78436c13d22474e89791ec7d8c8d12ec48e0ab0fc447f28338e06354ca0d935326c2ed6d87486f1dcaa2188b3b04c24e51d4d5f41380be8
DIST ocaml-expect-0.0.5.tar.gz 63245 SHA256 7ea1b75bc8160213bf0c958a0a380bcb2d2e49f066eef3c560ce6dd10547b81f SHA512 fbb2ae41c12e57db4440e67d80740380d4cd7bab0f8fdf59d3b69ff91eb6e35a82ca718cf32ad2c791ae76be8a08174a5b3a95e8910351413cc98afd3105a63c WHIRLPOOL 850bc558d64ed228a1d823a38db4c7eae8d1c387de368c6d1408c21f703a6f45db42c431ecf3296d2c1c57306ef45835204c5d53af97802cffd6a1ff6b01df50
diff --git a/dev-ml/ocaml-expect/ocaml-expect-0.0.4.ebuild b/dev-ml/ocaml-expect/ocaml-expect-0.0.4.ebuild
deleted file mode 100644
index 99f256253de..00000000000
--- a/dev-ml/ocaml-expect/ocaml-expect-0.0.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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/1289/${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" )