| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/findlib.eclass,v 1.10 2011/08/09 19:06:37 darkside Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/findlib.eclass,v 1.11 2011/08/22 04:46:31 vapier Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: findlib.eclass |
5 | # @ECLASS: findlib.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # ml@gentoo.org |
7 | # ml@gentoo.org |
| 8 | # |
8 | # @AUTHOR: |
| 9 | # Original author : Matthieu Sozeau <mattam@gentoo.org> (retired) |
9 | # Original author: Matthieu Sozeau <mattam@gentoo.org> (retired) |
| 10 | # |
|
|
| 11 | # Changes: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/findlib.eclass?view=log |
|
|
| 12 | # @BLURB: ocamlfind (a.k.a. findlib) eclass |
10 | # @BLURB: ocamlfind (a.k.a. findlib) eclass |
| 13 | # @DESCRIPTION: |
11 | # @DESCRIPTION: |
| 14 | # ocamlfind (a.k.a. findlib) eclass |
12 | # ocamlfind (a.k.a. findlib) eclass |
| 15 | |
13 | |
| 16 | |
14 | |