| 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.15 2006/02/28 02:56:47 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.16 2007/04/16 15:33:58 opfer 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. |
| … | |
… | |
| 17 | |
17 | |
| 18 | SRC_URI="http://cvs.gentoo.org/~mkennedy/app-emacs/${P}.el.bz2" |
18 | SRC_URI="http://cvs.gentoo.org/~mkennedy/app-emacs/${P}.el.bz2" |
| 19 | if [ "${SIMPLE_ELISP}" = 't' ]; then |
19 | if [ "${SIMPLE_ELISP}" = 't' ]; then |
| 20 | S="${WORKDIR}/" |
20 | S="${WORKDIR}/" |
| 21 | #else |
21 | #else |
| 22 | # Use default value |
22 | # Use default value |
| 23 | # S="${WORKDIR}/${P}" |
23 | # S="${WORKDIR}/${P}" |
| 24 | fi |
24 | fi |
| 25 | |
25 | |
| 26 | DEPEND="virtual/emacs" |
26 | DEPEND="virtual/emacs" |
| 27 | IUSE="" |
27 | IUSE="" |