From ed3c4eb71ae820a8aba6b83f5d07c5a7b5e21528 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Mon, 23 Aug 2010 08:50:16 +0000 Subject: Update documentation svn path=/emacs-overlay/; revision=1509 --- eclass/ChangeLog | 4 ++++ eclass/elisp.eclass | 12 ++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'eclass') diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 1178e80..f44974a 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,3 +1,7 @@ +2010-08-23 Christian Faulhammer + + * elisp.eclass: Update documentation + 2010-08-22 Ulrich Mueller * elisp-common.eclass (elisp-comp): Remove dead function; it has diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 4f8a5ec..fad1b57 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -92,7 +92,8 @@ elisp_pkg_setup() { # @FUNCTION: elisp_src_unpack # @DESCRIPTION: # Unpack the sources; also handle the case of a single *.el file in -# WORKDIR. For EAPIs without src_prepare, call elisp_src_prepare. +# WORKDIR for packages distributed that way. For EAPIs without +# src_prepare, call elisp_src_prepare. elisp_src_unpack() { [ -n "${A}" ] && unpack ${A} @@ -130,7 +131,8 @@ elisp_src_prepare() { # @FUNCTION: elisp_src_configure # @DESCRIPTION: -# Do nothing. +# Do nothing, because Emacs packages seldomly bring a full build +# system. elisp_src_configure() { :; } @@ -170,7 +172,8 @@ elisp_src_install() { # @FUNCTION: elisp_pkg_postinst # @DESCRIPTION: -# Call elisp-site-regen, in order to regenerate the site-gentoo.el file. +# Call elisp-site-regen, in order to regenerate the site-gentoo.el +# file, which loads all packages installed through Portage. elisp_pkg_postinst() { elisp-site-regen @@ -178,7 +181,8 @@ elisp_pkg_postinst() { # @FUNCTION: elisp_pkg_postrm # @DESCRIPTION: -# Call elisp-site-regen, in order to regenerate the site-gentoo.el file. +# Call elisp-site-regen, in order to regenerate the site-gentoo.el +# file, which loads all packages installed through Portage elisp_pkg_postrm() { elisp-site-regen -- cgit v1.2.3-65-gdbad