diff options
author | 2004-08-09 18:48:39 +0000 | |
---|---|---|
committer | 2004-08-09 18:48:39 +0000 | |
commit | 6a1df5523fb867f76b04d8caf436586071e8669b (patch) | |
tree | 504bdf6e7f4c95fb6d6ec6819e02f808596eaeab /dev-ml/findlib | |
parent | add fix & mark rev bump x86, cleanup (Manifest recommit) (diff) | |
download | gentoo-2-6a1df5523fb867f76b04d8caf436586071e8669b.tar.gz gentoo-2-6a1df5523fb867f76b04d8caf436586071e8669b.tar.bz2 gentoo-2-6a1df5523fb867f76b04d8caf436586071e8669b.zip |
header fix; tidy
Diffstat (limited to 'dev-ml/findlib')
-rw-r--r-- | dev-ml/findlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/findlib/findlib-1.0.4.ebuild | 13 |
2 files changed, 9 insertions, 9 deletions
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." |