| 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-common.eclass,v 1.9 2004/10/19 19:51:12 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.10 2005/05/03 09:20:13 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 is not an eclass, but it does provide emacs-related |
8 | # This is not an eclass, but it does provide emacs-related |
| … | |
… | |
| 29 | local sitefile=$1 my_pn=${2:-${PN}} |
29 | local sitefile=$1 my_pn=${2:-${PN}} |
| 30 | pushd ${S} |
30 | pushd ${S} |
| 31 | cp ${sitefile} ${T} |
31 | cp ${sitefile} ${T} |
| 32 | sed -i "s:@SITELISP@:${SITELISP}/${my_pn}:g" ${T}/$(basename ${sitefile}) |
32 | sed -i "s:@SITELISP@:${SITELISP}/${my_pn}:g" ${T}/$(basename ${sitefile}) |
| 33 | insinto ${SITELISP} |
33 | insinto ${SITELISP} |
| 34 | doins ${T}/$(basename ${sitefile}) |
34 | doins ${T}/$(basename ${sitefile}) || die "failed to install site file" |
| 35 | popd |
35 | popd |
| 36 | } |
36 | } |
| 37 | |
37 | |
| 38 | elisp-site-regen() { |
38 | elisp-site-regen() { |
| 39 | einfo "Regenerating ${SITELISP}/site-gentoo.el ..." |
39 | einfo "Regenerating ${SITELISP}/site-gentoo.el ..." |