Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: findlib.eclass
Date: Sun, 24 Feb 2008 15:46:18
Message-Id: E1JTJ3K-0005O1-41@stork.gentoo.org
1 aballier 08/02/24 15:46:10
2
3 Modified: findlib.eclass
4 Log:
5 make findlib eclass ready for eclass manpages, thanks to mren <bugs@××××××××.net> in bug #210638
6
7 Revision Changes Path
8 1.8 eclass/findlib.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/findlib.eclass?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/findlib.eclass?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/findlib.eclass?r1=1.7&r2=1.8
13
14 Index: findlib.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/findlib.eclass,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- findlib.eclass 2 Feb 2008 21:10:16 -0000 1.7
21 +++ findlib.eclass 24 Feb 2008 15:46:09 -0000 1.8
22 @@ -1,13 +1,18 @@
23 -# Copyright 1999-2004 Gentoo Foundation
24 +# Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/eclass/findlib.eclass,v 1.7 2008/02/02 21:10:16 betelgeuse Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/eclass/findlib.eclass,v 1.8 2008/02/24 15:46:09 aballier Exp $
28 +
29 +# @ECLASS: findlib.eclass
30 +# @MAINTAINER:
31 +# ml@g.o
32 #
33 # Original author : Matthieu Sozeau <mattam@g.o> (retired)
34 #
35 # Changes: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/findlib.eclass?view=log
36 -#
37 +# @BLURB: ocamlfind (a.k.a. findlib) eclass
38 +# @DESCRIPTION:
39 # ocamlfind (a.k.a. findlib) eclass
40 -#
41 +
42
43
44 # From this findlib version there is proper stublibs support.
45 @@ -23,6 +28,8 @@
46 fi
47 }
48
49 +# @FUNCTION: findlib_src_preinst
50 +# @DESCRIPTION:
51 # Prepare the image for a findlib installation.
52 # We use the stublibs style, so no ld.conf needs to be
53 # updated when a package installs C shared libraries.
54 @@ -40,6 +47,8 @@
55 export OCAMLFIND_LDCONF=ignore
56 }
57
58 +# @FUNCTION: findlib_src_install
59 +# @DESCRIPTION:
60 # Install with a properly setup findlib
61 findlib_src_install() {
62 findlib_src_preinst
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list