summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-25 21:02:21 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-25 21:02:21 +0000
commit1386ee836b24b511d48ccabb68954b103d89b816 (patch)
treef57621f6bf5bff036efac2655bf5e7bf8a1bf839 /dev-ml/ulex
parentadd inherit eutils (diff)
downloadhistorical-1386ee836b24b511d48ccabb68954b103d89b816.tar.gz
historical-1386ee836b24b511d48ccabb68954b103d89b816.tar.bz2
historical-1386ee836b24b511d48ccabb68954b103d89b816.zip
add inherit eutils
Diffstat (limited to 'dev-ml/ulex')
-rw-r--r--dev-ml/ulex/ulex-0.2.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-ml/ulex/ulex-0.2.ebuild b/dev-ml/ulex/ulex-0.2.ebuild
index b7fc0b8842f6..d103531d8464 100644
--- a/dev-ml/ulex/ulex-0.2.ebuild
+++ b/dev-ml/ulex/ulex-0.2.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.2 2004/03/22 23:22:50 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ulex/ulex-0.2.ebuild,v 1.3 2004/04/25 21:02:21 vapier Exp $
-IUSE=""
+inherit eutils
-DESCRIPTION="ulex: a lexer generator for unicode"
-HOMEPAGE="http://www.cduce.org"
+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"
@@ -26,5 +28,5 @@ src_install() {
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 LICENSE
+ dodoc README CHANGES
}