summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-12-17 13:46:08 +0000
committerUlrich Müller <ulm@gentoo.org>2007-12-17 13:46:08 +0000
commit978445efdd3c34ab8d3496ce752a7dafb05f0313 (patch)
tree60ba361b361f76a645ef93a7fd51b74a23549bc0
parentrefer to emacs-updater if packages in the obsolete location are found (diff)
downloademacs-978445efdd3c34ab8d3496ce752a7dafb05f0313.tar.gz
emacs-978445efdd3c34ab8d3496ce752a7dafb05f0313.tar.bz2
emacs-978445efdd3c34ab8d3496ce752a7dafb05f0313.zip
Comment changes: don't mention eselect anymore. Update ChangeLog accordingly.
svn path=/emacs-overlay/; revision=878
-rw-r--r--eclass/ChangeLog7
-rw-r--r--eclass/elisp-common.eclass12
2 files changed, 9 insertions, 10 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 95bbeaf..d422178 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,9 +1,8 @@
2007-12-17 Christian Faulhammer <opfer@gentoo.org>
- * elisp-common.eclass: Add a note about emacs-updater in
- connection with the eselect module.
- (elisp-site-regen): Note new installation directory in the output
- intended for the user and refer to emacs-updater
+ * elisp-common.eclass (elisp-site-regen): Note new installation
+ directory in the output intended for the user and refer to
+ emacs-updater
2007-12-12 Ulrich Mueller <ulm@gentoo.org>
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index 4921a7e..f86c27d 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -281,8 +281,6 @@ elisp-site-file-install() {
# has been changed to /usr/share/emacs/site-lisp/site-gentoo.d/. Remerge of
# packages with Emacs support is enough, old location is supported still when
# generating start-up file.
-# The Emacs eselect module has a command to automatically find
-# packages that are installed in the wrong place
elisp-site-regen() {
local i sf line obsolete
@@ -398,10 +396,12 @@ EOF
done
# if [ "${obsolete}" ]; then
-# ewarn "Site-initialisation files of Emacs packages are now installed"
-# ewarn "in /usr/share/emacs/site-lisp/site-gentoo.d/. You may consider"
-# ewarn "using /usr/sbin/emacs-updater to rebuild the installed Emacs packages."
-# ewarn "However, the old location is still supported."
+# 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/. You may consider using
+# /usr/sbin/emacs-updater to rebuild the installed Emacs packages.
+# However, the old location is still supported.
+# EOF
# echo
# fi
}