| 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-common.eclass,v 1.72 2011/08/13 12:19:39 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.73 2011/08/22 06:13:14 ulm Exp $ |
| 4 | # |
|
|
| 5 | # Copyright 2002-2004 Matthew Kennedy <mkennedy@gentoo.org> |
|
|
| 6 | # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> |
|
|
| 7 | # Copyright 2004-2005 Mamoru Komachi <usata@gentoo.org> |
|
|
| 8 | # Copyright 2007-2008 Christian Faulhammer <fauli@gentoo.org> |
|
|
| 9 | # Copyright 2007-2011 Ulrich Müller <ulm@gentoo.org> |
|
|
| 10 | # |
4 | # |
| 11 | # @ECLASS: elisp-common.eclass |
5 | # @ECLASS: elisp-common.eclass |
| 12 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 13 | # Feel free to contact the Emacs team through <emacs@gentoo.org> if you |
7 | # Feel free to contact the Emacs team through <emacs@gentoo.org> if you |
| 14 | # have problems, suggestions or questions. |
8 | # have problems, suggestions or questions. |
|
|
9 | # @AUTHOR: |
|
|
10 | # Matthew Kennedy <mkennedy@gentoo.org> |
|
|
11 | # Jeremy Maitin-Shepard <jbms@attbi.com> |
|
|
12 | # Mamoru Komachi <usata@gentoo.org> |
|
|
13 | # Christian Faulhammer <fauli@gentoo.org> |
|
|
14 | # Ulrich Müller <ulm@gentoo.org> |
| 15 | # @BLURB: Emacs-related installation utilities |
15 | # @BLURB: Emacs-related installation utilities |
| 16 | # @DESCRIPTION: |
16 | # @DESCRIPTION: |
| 17 | # |
17 | # |
| 18 | # Usually you want to use this eclass for (optional) GNU Emacs support |
18 | # Usually you want to use this eclass for (optional) GNU Emacs support |
| 19 | # of your package. This is NOT for XEmacs! |
19 | # of your package. This is NOT for XEmacs! |