summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-09-13 15:42:12 +0000
committerUlrich Müller <ulm@gentoo.org>2008-09-13 15:42:12 +0000
commit69692b28e04918b062dadd3586f07fe4d8095fab (patch)
tree125357b1d5369a5e43f5d2b3b4bd1747c79fa079 /eclass
parentSilence it even more. (diff)
downloademacs-69692b28e04918b062dadd3586f07fe4d8095fab.tar.gz
emacs-69692b28e04918b062dadd3586f07fe4d8095fab.tar.bz2
emacs-69692b28e04918b062dadd3586f07fe4d8095fab.zip
Fix whitespace in output.
svn path=/emacs-overlay/; revision=1156
Diffstat (limited to 'eclass')
-rw-r--r--eclass/elisp-common.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index bfd49a3..901b090 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -398,10 +398,10 @@ elisp-site-regen() {
#done
#einfo "Regenerated ${SITELISP}/site-gentoo.el."
einfo "... ${#sflist[@]} site initialisation file(s) included."
- echo
fi
if [ "${firstrun}" ]; then
+ echo
while read line; do einfo "${line:- }"; done <<-EOF
All site initialisation for Gentoo-installed packages is added to
/usr/share/emacs/site-lisp/site-gentoo.el; site-start.el is not
@@ -422,12 +422,12 @@ elisp-site-regen() {
fi
if [ "${obsolete}" ]; then
+ echo
while read line; do ewarn "${line}"; done <<-EOF
Site-initialisation files of Emacs packages are now installed in
/usr/share/emacs/site-lisp/site-gentoo.d/. We strongly recommend
that you use emacs-updater to rebuild the installed Emacs packages.
EOF
- echo
# Kludge for backwards compatibility: During pkg_postrm, old versions
# of this eclass (saved in the VDB) won't find packages' site-init