summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-22 04:13:01 +0000
committerSam James <sam@gentoo.org>2021-04-04 06:09:06 +0000
commitcb4e76ffae36631de3a13c870cbdc7ac110c718d (patch)
tree63203ca7ae6a1f613f5c90978d37c56c0ccd46f1 /dev-ml/ocaml-expect
parentdev-ml/ocamlmod: treeclean (diff)
downloadgentoo-cb4e76ffae36631de3a13c870cbdc7ac110c718d.tar.gz
gentoo-cb4e76ffae36631de3a13c870cbdc7ac110c718d.tar.bz2
gentoo-cb4e76ffae36631de3a13c870cbdc7ac110c718d.zip
dev-ml/ocaml-expect: treeclean
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-expect')
-rw-r--r--dev-ml/ocaml-expect/Manifest1
-rw-r--r--dev-ml/ocaml-expect/metadata.xml5
-rw-r--r--dev-ml/ocaml-expect/ocaml-expect-0.0.5.ebuild27
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-ml/ocaml-expect/Manifest b/dev-ml/ocaml-expect/Manifest
deleted file mode 100644
index 75662617cbaf..000000000000
--- a/dev-ml/ocaml-expect/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ocaml-expect-0.0.5.tar.gz 63245 BLAKE2B 8435db55e74f4e245c38f75a686b91b9389e1050a515f674e86308fb270a1090827af40fa9890982ab60ab3e3c5df494accf1a54c232c06c274b36a9a8a2b1f4 SHA512 fbb2ae41c12e57db4440e67d80740380d4cd7bab0f8fdf59d3b69ff91eb6e35a82ca718cf32ad2c791ae76be8a08174a5b3a95e8910351413cc98afd3105a63c
diff --git a/dev-ml/ocaml-expect/metadata.xml b/dev-ml/ocaml-expect/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/dev-ml/ocaml-expect/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
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" )