summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ulex/ulex-0.2.ebuild')
-rw-r--r--dev-ml/ulex/ulex-0.2.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-ml/ulex/ulex-0.2.ebuild b/dev-ml/ulex/ulex-0.2.ebuild
deleted file mode 100644
index 46fce75d9b31..000000000000
--- a/dev-ml/ulex/ulex-0.2.ebuild
+++ /dev/null
@@ -1,32 +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/ulex/ulex-0.2.ebuild,v 1.4 2004/06/25 00:04:05 agriffis Exp $
-
-inherit eutils
-
-DESCRIPTION="a lexer generator for unicode"
-HOMEPAGE="http://www.cduce.org/"
-SRC_URI="http://www.cduce.org/download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-3.06
- >=dev-ml/findlib-0.8"
-
-src_compile() {
- epatch ${FILESDIR}/${P}-Makefile.patch
- make all || die
- make all.opt || die
-}
-
-src_install() {
- local destdir=`ocamlfind printconf destdir`
- dodir ${destdir}
- cp /usr/lib/ocaml/ld.conf ${D}/usr/lib/ocaml/ld.conf
- make OCAMLFIND_LDCONF=${D}/usr/lib/ocaml/ld.conf.wlex OCAMLFIND_DESTDIR=${D}${destdir} install || die
- echo "/usr/lib/ocaml/site-packages/ulex" >> ${D}/usr/lib/ocaml/ld.conf
- dodoc README CHANGES
-}