| 1 | # Copyright 1999-2011 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/elisp.eclass,v 1.52 2011/08/30 20:10:13 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.53 2011/10/21 19:16:16 ulm Exp $ |
| 4 | # |
4 | # |
| 5 | # @ECLASS: elisp.eclass |
5 | # @ECLASS: elisp.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Gentoo Emacs team <emacs@gentoo.org> |
7 | # Gentoo Emacs team <emacs@gentoo.org> |
| 8 | # @AUTHOR: |
8 | # @AUTHOR: |
| … | |
… | |
| 34 | # your package uses and the dependency will be adjusted. |
34 | # your package uses and the dependency will be adjusted. |
| 35 | |
35 | |
| 36 | # @ECLASS-VARIABLE: ELISP_PATCHES |
36 | # @ECLASS-VARIABLE: ELISP_PATCHES |
| 37 | # @DEFAULT_UNSET |
37 | # @DEFAULT_UNSET |
| 38 | # @DESCRIPTION: |
38 | # @DESCRIPTION: |
| 39 | # Any patches to apply after unpacking the sources. Patch files are |
39 | # Space separated list of patches to apply after unpacking the sources. |
| 40 | # searched for in the current working dir, WORKDIR, and FILESDIR. |
40 | # Patch files are searched for in the current working dir, WORKDIR, and |
|
|
41 | # FILESDIR. |
| 41 | |
42 | |
| 42 | # @ECLASS-VARIABLE: SITEFILE |
43 | # @ECLASS-VARIABLE: SITEFILE |
| 43 | # @DEFAULT_UNSET |
44 | # @DEFAULT_UNSET |
| 44 | # @DESCRIPTION: |
45 | # @DESCRIPTION: |
| 45 | # Name of package's site-init file. The filename must match the shell |
46 | # Name of package's site-init file. The filename must match the shell |