summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMatthieu Sozeau <mattam@gentoo.org>2004-08-25 13:36:53 +0000
committerMatthieu Sozeau <mattam@gentoo.org>2004-08-25 13:36:53 +0000
commitf685c3c97987e361e7b60a2f216c3b2f9eb26784 (patch)
tree00877dbf6306be526aa8847a2377de43a5c578da /dev-ml
parentUse findlib eclass, add documentation (doc USE flag). (Manifest recommit) (diff)
downloadgentoo-2-f685c3c97987e361e7b60a2f216c3b2f9eb26784.tar.gz
gentoo-2-f685c3c97987e361e7b60a2f216c3b2f9eb26784.tar.bz2
gentoo-2-f685c3c97987e361e7b60a2f216c3b2f9eb26784.zip
Move 0.4 to stable, use findlib eclass.
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ulex/ChangeLog6
-rw-r--r--dev-ml/ulex/ulex-0.4.ebuild16
-rw-r--r--dev-ml/ulex/ulex-0.5.ebuild14
3 files changed, 16 insertions, 20 deletions
diff --git a/dev-ml/ulex/ChangeLog b/dev-ml/ulex/ChangeLog
index 7206a16c10dc..60e152fc6527 100644
--- a/dev-ml/ulex/ChangeLog
+++ b/dev-ml/ulex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ulex
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ulex/ChangeLog,v 1.6 2004/08/08 07:11:03 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ulex/ChangeLog,v 1.7 2004/08/25 13:36:53 mattam Exp $
+
+ 25 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> ulex-0.4.ebuild,
+ ulex-0.5.ebuild:
+ Use findlib eclass, move to stable.
*ulex-0.5 (08 Aug 2004)
diff --git a/dev-ml/ulex/ulex-0.4.ebuild b/dev-ml/ulex/ulex-0.4.ebuild
index 35801681caba..4fb68b50d5ce 100644
--- a/dev-ml/ulex/ulex-0.4.ebuild
+++ b/dev-ml/ulex/ulex-0.4.ebuild
@@ -1,21 +1,20 @@
# 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.4.ebuild,v 1.1 2004/08/08 07:11:03 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ulex/ulex-0.4.ebuild,v 1.2 2004/08/25 13:36:53 mattam Exp $
-inherit eutils
+inherit eutils findlib
-DESCRIPTION="a lexer generator for unicode"
+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"
+KEYWORDS="x86 ppc"
IUSE=""
DEPEND=">=dev-lang/ocaml-3.06
-!>=dev-lang/ocaml-3.08
- >=dev-ml/findlib-0.8"
+!>=dev-lang/ocaml-3.08"
src_compile() {
make all || die
@@ -23,9 +22,6 @@ src_compile() {
}
src_install() {
- local destdir=`ocamlfind printconf destdir`
- dodir ${destdir}
- # dummy ld.conf, packages do not install C libraries
- make OCAMLFIND_LDCONF=dummy OCAMLFIND_DESTDIR=${D}${destdir} install || die
+ findlib_src_install
dodoc README CHANGES
}
diff --git a/dev-ml/ulex/ulex-0.5.ebuild b/dev-ml/ulex/ulex-0.5.ebuild
index 16158d521e68..90f24f0f1ab2 100644
--- a/dev-ml/ulex/ulex-0.5.ebuild
+++ b/dev-ml/ulex/ulex-0.5.ebuild
@@ -1,10 +1,10 @@
# 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.5.ebuild,v 1.1 2004/08/08 07:11:03 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ulex/ulex-0.5.ebuild,v 1.2 2004/08/25 13:36:53 mattam Exp $
-inherit eutils
+inherit eutils findlib
-DESCRIPTION="a lexer generator for unicode"
+DESCRIPTION="A lexer generator for unicode"
HOMEPAGE="http://www.cduce.org"
SRC_URI="http://www.cduce.org/download/${P}.tar.gz"
@@ -13,8 +13,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
-DEPEND=">=dev-lang/ocaml-3.08
- >=dev-ml/findlib-0.8"
+DEPEND=">=dev-lang/ocaml-3.08"
src_compile() {
make all || die
@@ -22,9 +21,6 @@ src_compile() {
}
src_install() {
- local destdir=`ocamlfind printconf destdir`
- dodir ${destdir}
- # dummy ld.conf, packages do not install C libraries
- make OCAMLFIND_LDCONF=dummy OCAMLFIND_DESTDIR=${D}${destdir} install || die
+ findlib_src_install
dodoc README CHANGES
}