diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-02-24 15:46:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-02-24 15:46:09 +0000 |
commit | 3dca32f2194b1662aa372c77fc9e0790f16849cb (patch) | |
tree | a9effd57991012c79182ea4ade475b65340605ee /eclass/findlib.eclass | |
parent | Version bumped. (diff) | |
download | gentoo-2-3dca32f2194b1662aa372c77fc9e0790f16849cb.tar.gz gentoo-2-3dca32f2194b1662aa372c77fc9e0790f16849cb.tar.bz2 gentoo-2-3dca32f2194b1662aa372c77fc9e0790f16849cb.zip |
make findlib eclass ready for eclass manpages, thanks to mren <bugs@rennings.net> in bug #210638
Diffstat (limited to 'eclass/findlib.eclass')
-rw-r--r-- | eclass/findlib.eclass | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/eclass/findlib.eclass b/eclass/findlib.eclass index 81621016c98c..f3a4a227d7f5 100644 --- a/eclass/findlib.eclass +++ b/eclass/findlib.eclass @@ -1,13 +1,18 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/findlib.eclass,v 1.7 2008/02/02 21:10:16 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/findlib.eclass,v 1.8 2008/02/24 15:46:09 aballier Exp $ + +# @ECLASS: findlib.eclass +# @MAINTAINER: +# ml@gentoo.org # # Original author : Matthieu Sozeau <mattam@gentoo.org> (retired) # # Changes: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/findlib.eclass?view=log -# +# @BLURB: ocamlfind (a.k.a. findlib) eclass +# @DESCRIPTION: # ocamlfind (a.k.a. findlib) eclass -# + # From this findlib version there is proper stublibs support. @@ -23,6 +28,8 @@ check_ocamlfind() { fi } +# @FUNCTION: findlib_src_preinst +# @DESCRIPTION: # Prepare the image for a findlib installation. # We use the stublibs style, so no ld.conf needs to be # updated when a package installs C shared libraries. @@ -40,6 +47,8 @@ findlib_src_preinst() { export OCAMLFIND_LDCONF=ignore } +# @FUNCTION: findlib_src_install +# @DESCRIPTION: # Install with a properly setup findlib findlib_src_install() { findlib_src_preinst |