summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-09-19 16:07:55 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-09-19 16:07:55 +0200
commit3273c8fbefa0eff1f65a4beb21c480bfbc8d33bf (patch)
tree2e36feec9a83462c9b17f81ce0435ee5f5be3cd4 /dev-ml/ocaml-expect
parentdev-ml/async: bump to 113.00.00 (diff)
downloadgentoo-3273c8fbefa0eff1f65a4beb21c480bfbc8d33bf.tar.gz
gentoo-3273c8fbefa0eff1f65a4beb21c480bfbc8d33bf.tar.bz2
gentoo-3273c8fbefa0eff1f65a4beb21c480bfbc8d33bf.zip
dev-ml/ocaml-expect: remove old.
Package-Manager: portage-2.2.20.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.3.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-ml/ocaml-expect/Manifest b/dev-ml/ocaml-expect/Manifest
index 9620e694794f..1c7fa8d5922d 100644
--- a/dev-ml/ocaml-expect/Manifest
+++ b/dev-ml/ocaml-expect/Manifest
@@ -1,2 +1 @@
-DIST ocaml-expect-0.0.3.tar.gz 58498 SHA256 97480912f205dc1af75cbb7e9aa55cb60cf68580f75f663a3c849043fd410bdb SHA512 44130750991a01dc5bb32603bc243bdb71c7486d38da124490c6f3b0535f4f6cadc0a2e2fa1880df8fa2d678ac4543c78305da621f16be9bb201102e58c8709a WHIRLPOOL da6e4e8faa78c014fc0dfb21b5416c39c522ad91000724f95cdd4923cf2674f91ae60d5eaab304ee6beebcb42ae77fd32c968ca151af375c33be36abe7d93a56
DIST ocaml-expect-0.0.4.tar.gz 60664 SHA256 cc7c2d74d56f5cddf191a835fcd0827a5c0913598f8547f1bd3961089fde6447 SHA512 fb45e48fe532fe73234084c6c887ab14377bfd41851659cec80a995167d075fdc9873c24b8e31be4bac10e567d9235da71fd30d1ecd5ccbd06c712cb8c1563d6 WHIRLPOOL 3f33f7aaa4098c92c78436c13d22474e89791ec7d8c8d12ec48e0ab0fc447f28338e06354ca0d935326c2ed6d87486f1dcaa2188b3b04c24e51d4d5f41380be8
diff --git a/dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild b/dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild
deleted file mode 100644
index c9e299010d08..000000000000
--- a/dev-ml/ocaml-expect/ocaml-expect-0.0.3.ebuild
+++ /dev/null
@@ -1,26 +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
-
-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/894/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- dev-ml/extlib:=
- dev-ml/pcre-ocaml:="
-DEPEND="${RDEPEND}
- dev-ml/ounit"
-
-DOCS=( "README.txt" "CHANGES.txt" "AUTHORS.txt" )