diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-08-25 13:36:53 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-08-25 13:36:53 +0000 |
commit | 47d641882da727a268fc4a188694c451821da824 (patch) | |
tree | 383d5306f398562c45295d655073e159d6bd9b2d /dev-ml/ulex | |
parent | Use findlib eclass, add documentation (doc USE flag). (diff) | |
download | historical-47d641882da727a268fc4a188694c451821da824.tar.gz historical-47d641882da727a268fc4a188694c451821da824.tar.bz2 historical-47d641882da727a268fc4a188694c451821da824.zip |
Move 0.4 to stable, use findlib eclass.
Diffstat (limited to 'dev-ml/ulex')
-rw-r--r-- | dev-ml/ulex/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ulex/Manifest | 6 | ||||
-rw-r--r-- | dev-ml/ulex/ulex-0.4.ebuild | 16 | ||||
-rw-r--r-- | dev-ml/ulex/ulex-0.5.ebuild | 14 |
4 files changed, 19 insertions, 23 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/Manifest b/dev-ml/ulex/Manifest index 78b6ecb88c1d..c5614922c8a0 100644 --- a/dev-ml/ulex/Manifest +++ b/dev-ml/ulex/Manifest @@ -1,6 +1,6 @@ -MD5 73b90f8b720426e9529c133a5b4730d1 ChangeLog 1012 +MD5 f0487d8ea63799a47873482d5e6a8297 ChangeLog 1138 MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155 -MD5 553f3ad41b1da374bf2fbaee91b1290b ulex-0.4.ebuild 780 -MD5 7dc63fd18303fd6e182a6cac5a4cf1cc ulex-0.5.ebuild 758 +MD5 e933f932fff2ee33933f08dd29cb8a53 ulex-0.4.ebuild 592 +MD5 eeada39c8ec5314ff021ce2ece3d3d52 ulex-0.5.ebuild 571 MD5 8242016cc55c147692d4983648ba46d0 files/digest-ulex-0.4 59 MD5 2a453505029c0759cfaba969ac497f19 files/digest-ulex-0.5 59 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 } |