summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocaml-shell/ocaml-shell-0.2.3-r1.ebuild')
-rw-r--r--dev-ml/ocaml-shell/ocaml-shell-0.2.3-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-ml/ocaml-shell/ocaml-shell-0.2.3-r1.ebuild b/dev-ml/ocaml-shell/ocaml-shell-0.2.3-r1.ebuild
deleted file mode 100644
index dc3bee0b0844..000000000000
--- a/dev-ml/ocaml-shell/ocaml-shell-0.2.3-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-shell/ocaml-shell-0.2.3-r1.ebuild,v 1.5 2004/06/25 00:02:51 agriffis Exp $
-
-DESCRIPTION="O'Caml modules for running shell commands and pipelines"
-HOMEPAGE="http://www.ocaml-programming.de/packages/documentation/shell/"
-SRC_URI="http://www.ocaml-programming.de/packages/shell-${PV}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND=">=dev-lang/ocaml-3.06
- >=dev-ml/findlib-0.8"
-IUSE=""
-S="${WORKDIR}/shell-${PV}"
-
-src_compile() {
- make all opt || die
-}
-
-src_install() {
- # must create destdir beforehand
- destdir=`ocamlfind printconf destdir`
- mkdir -p ${D}${destdir} || die
- # install
- make INSTALLDIR=${D}${destdir}/shell conventional-install || die
-
- dodoc doc/README
-}