| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 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.33 2008/08/28 09:55:01 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.34 2008/09/19 08:12:48 ulm 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 | # Copyright 2007-2008 Christian Faulhammer <opfer@gentoo.org> |
7 | # Copyright 2007-2008 Christian Faulhammer <opfer@gentoo.org> |
| 8 | # Copyright 2007-2008 Ulrich Müller <ulm@gentoo.org> |
8 | # Copyright 2007-2008 Ulrich Müller <ulm@gentoo.org> |
| … | |
… | |
| 47 | if ! version_is_at_least "${need_emacs}" "${have_emacs}"; then |
47 | if ! version_is_at_least "${need_emacs}" "${have_emacs}"; then |
| 48 | eerror "This package needs at least Emacs ${need_emacs}." |
48 | eerror "This package needs at least Emacs ${need_emacs}." |
| 49 | eerror "Use \"eselect emacs\" to select the active version." |
49 | eerror "Use \"eselect emacs\" to select the active version." |
| 50 | die "Emacs version ${have_emacs} is too low." |
50 | die "Emacs version ${have_emacs} is too low." |
| 51 | fi |
51 | fi |
| 52 | einfo "Currently selected GNU Emacs version: ${have_emacs}" |
|
|
| 53 | } |
52 | } |
| 54 | |
53 | |
| 55 | elisp_src_unpack() { |
54 | elisp_src_unpack() { |
| 56 | [ -n "${A}" ] && unpack ${A} |
55 | [ -n "${A}" ] && unpack ${A} |
| 57 | if [ -f ${P}.el ]; then |
56 | if [ -f ${P}.el ]; then |