| 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.31 2008/06/23 13:40:23 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.32 2008/06/23 21:38:42 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 | # Copyright 2007 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> |
| 9 | # |
9 | # |
| 10 | # @ECLASS: elisp.eclass |
10 | # @ECLASS: elisp.eclass |
| 11 | # @MAINTAINER: |
11 | # @MAINTAINER: |
| 12 | # Feel free to contact the Emacs team through <emacs@gentoo.org> if you |
12 | # Feel free to contact the Emacs team through <emacs@gentoo.org> if you |
| … | |
… | |
| 47 | if ! version_is_at_least "${VERSION}" "${emacs_version}"; then |
47 | if ! version_is_at_least "${VERSION}" "${emacs_version}"; then |
| 48 | eerror "This package needs at least Emacs ${VERSION}." |
48 | eerror "This package needs at least Emacs ${VERSION}." |
| 49 | eerror "Use \"eselect emacs\" to select the active version." |
49 | eerror "Use \"eselect emacs\" to select the active version." |
| 50 | die "Emacs version ${emacs_version} is too low." |
50 | die "Emacs version ${emacs_version} is too low." |
| 51 | fi |
51 | fi |
| 52 | einfo "Emacs version: ${emacs_version}" |
52 | einfo "Currently selected GNU Emacs version: ${emacs_version}" |
| 53 | } |
53 | } |
| 54 | |
54 | |
| 55 | elisp_src_unpack() { |
55 | elisp_src_unpack() { |
| 56 | unpack ${A} |
56 | unpack ${A} |
| 57 | if [ -f ${P}.el ]; then |
57 | if [ -f ${P}.el ]; then |