diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-09 18:48:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-09 18:48:39 +0000 |
commit | 8d3e247d7f6653a83511ec99447bfcc021c6f14c (patch) | |
tree | d04d0fb59b7551809adef64c6504e4f0255f155c | |
parent | Stable on sparc (diff) | |
download | historical-8d3e247d7f6653a83511ec99447bfcc021c6f14c.tar.gz historical-8d3e247d7f6653a83511ec99447bfcc021c6f14c.tar.bz2 historical-8d3e247d7f6653a83511ec99447bfcc021c6f14c.zip |
header fix; tidy
-rw-r--r-- | dev-ml/camomile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camomile/camomile-0.5.3.ebuild | 22 | ||||
-rw-r--r-- | dev-ml/findlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/findlib/findlib-1.0.4.ebuild | 13 |
4 files changed, 25 insertions, 20 deletions
diff --git a/dev-ml/camomile/ChangeLog b/dev-ml/camomile/ChangeLog index 6927f5ecaa13..6d8bb3923db0 100644 --- a/dev-ml/camomile/ChangeLog +++ b/dev-ml/camomile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ulex # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.1 2004/08/08 08:51:41 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.2 2004/08/09 18:48:39 mr_bones_ Exp $ + + 09 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> camomile-0.5.3.ebuild: + header fix; tidy *camomile-0.5.3 (08 Aug 2004) diff --git a/dev-ml/camomile/camomile-0.5.3.ebuild b/dev-ml/camomile/camomile-0.5.3.ebuild index 8311349b8881..268ba6a234a6 100644 --- a/dev-ml/camomile/camomile-0.5.3.ebuild +++ b/dev-ml/camomile/camomile-0.5.3.ebuild @@ -1,30 +1,32 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.5.3.ebuild,v 1.2 2004/08/09 02:00:37 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.5.3.ebuild,v 1.3 2004/08/09 18:48:39 mr_bones_ Exp $ DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml." HOMEPAGE="http://camomile.sourceforge.net/" SRC_URI="http://heanet.dl.sourceforge.net/sourceforge/camomile/${P}.tar.bz2" -LICENSE="LGPL-2" +LICENSE="LGPL-2" +SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" + DEPEND=">=dev-lang/ocaml-3.07" -SLOT="0" src_compile() { econf || die # Does not support parallel builds. - make + emake -j1 } src_install() { - local destdir=`ocamlfind printconf destdir` - dodir ${destdir} - export OCAMLFIND_DESTDIR=${D}${destdir} + local destdir="$(ocamlfind printconf destdir)" + + export OCAMLFIND_DESTDIR="${D}${destdir}" # stublibs style - dodir ${destdir}/stublibs + dodir "${destdir}/stublibs" - make DESTDIR=${D} DATADIR=${D}/usr/share install + make DESTDIR="${D}" DATADIR="${D}/usr/share" install \ + || die "make install failed" } diff --git a/dev-ml/findlib/ChangeLog b/dev-ml/findlib/ChangeLog index 79fb6d3f4582..17b4446094b4 100644 --- a/dev-ml/findlib/ChangeLog +++ b/dev-ml/findlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/findlib # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.10 2004/08/08 08:38:22 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.11 2004/08/09 18:46:24 mr_bones_ Exp $ + + 09 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> findlib-1.0.4.ebuild: + header fix; tidy *findlib-1.0.4 (08 Aug 2004) diff --git a/dev-ml/findlib/findlib-1.0.4.ebuild b/dev-ml/findlib/findlib-1.0.4.ebuild index b1c12adb9210..10a689e336fa 100644 --- a/dev-ml/findlib/findlib-1.0.4.ebuild +++ b/dev-ml/findlib/findlib-1.0.4.ebuild @@ -1,23 +1,20 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.0.4.ebuild,v 1.1 2004/08/08 08:38:22 mattam Exp $ - -IUSE="tcltk" +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.0.4.ebuild,v 1.2 2004/08/09 18:46:24 mr_bones_ Exp $ DESCRIPTION="OCaml tool to find/use non-standard packages." HOMEPAGE="http://www.ocaml-programming.de/packages/" SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz" LICENSE="MIT X11" - SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" +IUSE="tcltk" DEPEND=">=dev-lang/ocaml-3.07" -pkg_setup() -{ - if ( use tcltk && which ocaml && ! which labltk ); then +pkg_setup() { + if use tcltk && which ocaml && ! which labltk ; then eerror "It seems you don't have ocaml compiled with tk support" eerror "" eerror "The findlib toolbox requires ocaml be built with tk support." |