| 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.6 2003/07/22 05:06:33 george Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.7 2003/09/20 22:27:08 mkennedy Exp $ |
| 4 | # |
4 | # |
| 5 | # Author Matthew Kennedy <mkennedy@gentoo.org> |
5 | # Author Matthew Kennedy <mkennedy@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass sets the site-lisp directory for emacs-related packages. |
7 | # This eclass sets the site-lisp directory for emacs-related packages. |
| 8 | |
8 | |
| … | |
… | |
| 54 | # keeps the local elisp mirror, since most app-emacs packages are |
54 | # keeps the local elisp mirror, since most app-emacs packages are |
| 55 | # upstream as a single .el file |
55 | # upstream as a single .el file |
| 56 | |
56 | |
| 57 | SRC_URI="http://cvs.gentoo.org/~mkennedy/app-emacs/${P}.el.bz2" |
57 | SRC_URI="http://cvs.gentoo.org/~mkennedy/app-emacs/${P}.el.bz2" |
| 58 | S="${WORKDIR}/" |
58 | S="${WORKDIR}/" |
| 59 | newdepend "virtual/emacs" |
59 | # newdepend "virtual/emacs" |
| 60 | IUSE="" |
60 | IUSE="" |
| 61 | |
61 | |
| 62 | src_unpack() { |
62 | src_unpack() { |
| 63 | unpack ${A} |
63 | unpack ${A} |
| 64 | if [ "${SIMPLE_ELISP}" = 't' ] |
64 | if [ "${SIMPLE_ELISP}" = 't' ] |