diff options
author | 2007-07-25 04:46:01 +0000 | |
---|---|---|
committer | 2007-07-25 04:46:01 +0000 | |
commit | 61cecf3c8c2afe3c3ce4019ed4b0b4ce13c49847 (patch) | |
tree | 9fbf23a76114faaf255e88d22cace849043be90e /eclass/elisp.eclass | |
parent | add fix for arm build failure (diff) | |
download | gentoo-2-61cecf3c8c2afe3c3ce4019ed4b0b4ce13c49847.tar.gz gentoo-2-61cecf3c8c2afe3c3ce4019ed4b0b4ce13c49847.tar.bz2 gentoo-2-61cecf3c8c2afe3c3ce4019ed4b0b4ce13c49847.zip |
elisp-common.eclass: Default SITEFILE.
elisp{,-common}.eclass: Add cookies for automatic man page generation.
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r-- | eclass/elisp.eclass | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 83686511f970..a47a5078a512 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,13 +1,19 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.20 2007/07/10 20:14:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.21 2007/07/25 04:46:01 ulm Exp $ # # Copyright 2007 Christian Faulhammer <opfer@gentoo.org> # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> # Copyright 2007 Ulrich Mueller <ulm@gentoo.org> # -# This eclass sets the site-lisp directory for emacs-related packages. +# @ECLASS: elisp.eclass +# @MAINTAINER: +# emacs@gentoo.org +# @BLURB: Eclass for Emacs Lisp packages +# @DESCRIPTION: +# +# This eclass sets the site-lisp directory for Emacs-related packages. # # Emacs support for other than pure elisp packages is handled by # elisp-common.eclass where you won't have a dependency on Emacs itself. @@ -15,10 +21,8 @@ # # Setting SIMPLE_ELISP=t in an ebuild means, that the package's source # is a single (in whatever way) compressed elisp file with the file name -# ${PN}-${PV}. The consequences: -# -# 1.) ${S} is redefined, -# 2.) ${PN}-${PV}.el is moved to ${PN}.el in src_unpack(). +# ${PN}-${PV}. This eclass will then redefine ${S}, and move +# ${PN}-${PV}.el to ${PN}.el in src_unpack(). # # DOCS="blah.txt ChangeLog" is automatically used to install the given # files by dodoc in src_install(). |