| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
| 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.9 2003/10/06 06:38:33 mkennedy Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.10 2004/04/10 13:02:38 usata 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. |
| … | |
… | |
| 23 | #else |
23 | #else |
| 24 | # Use default value |
24 | # Use default value |
| 25 | # S="${WORKDIR}/${P}" |
25 | # S="${WORKDIR}/${P}" |
| 26 | fi |
26 | fi |
| 27 | |
27 | |
| 28 | newdepend "virtual/emacs" |
28 | DEPEND="virtual/emacs" |
| 29 | IUSE="" |
29 | IUSE="" |
| 30 | |
30 | |
| 31 | elisp_src_unpack() { |
31 | elisp_src_unpack() { |
| 32 | unpack ${A} |
32 | unpack ${A} |
| 33 | if [ "${SIMPLE_ELISP}" = 't' ] |
33 | if [ "${SIMPLE_ELISP}" = 't' ] |