summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild')
-rw-r--r--dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild b/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild
deleted file mode 100644
index bcb421ea581b..000000000000
--- a/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild
+++ /dev/null
@@ -1,28 +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/ocamldsort/ocamldsort-0.14.2.ebuild,v 1.2 2007/07/15 06:39:51 mr_bones_ Exp $
-
-DESCRIPTION="A dependency sorter for OCaml source files"
-HOMEPAGE="http://dimitri.mutu.net/ocaml.html"
-
-SRC_URI="ftp://quatramaran.ens.fr/pub/ara/ocamldsort/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-
-SLOT="0"
-
-KEYWORDS="x86 ppc"
-
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-3.06"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- make BINDIR=${D}/usr/bin MANDIR=${D}/usr/share/man install
- dodoc README
-}