| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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.12 2005/07/06 20:20:03 agriffis Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.13 2005/07/06 20:23:20 agriffis Exp $ |
| 4 | # |
4 | # |
| 5 | # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> |
5 | # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> |
| 6 | # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> |
6 | # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> |
| 7 | # |
7 | # |
| 8 | # This eclass sets the site-lisp directory for emacs-related packages. |
8 | # This eclass sets the site-lisp directory for emacs-related packages. |
| 9 | |
9 | |
| 10 | inherit elisp-common |
10 | inherit elisp-common |
| 11 | INHERITED="$INHERITED $ECLASS" |
|
|
| 12 | |
11 | |
| 13 | # SRC_URI should be set to wherever the primary app-emacs/ maintainer |
12 | # SRC_URI should be set to wherever the primary app-emacs/ maintainer |
| 14 | # keeps the local elisp mirror, since most app-emacs packages are |
13 | # keeps the local elisp mirror, since most app-emacs packages are |
| 15 | # upstream as a single .el file. |
14 | # upstream as a single .el file. |
| 16 | |
15 | |