diff options
author | 2007-12-29 10:35:38 +0000 | |
---|---|---|
committer | 2007-12-29 10:35:38 +0000 | |
commit | b4b7a2ac85e82e350424950193deca44abdd8a79 (patch) | |
tree | c55db59e2e2b5f6701f10866c7605cadbdf34160 | |
parent | Remove package, this is now included in eselect-emacs. (diff) | |
download | emacs-b4b7a2ac85e82e350424950193deca44abdd8a79.tar.gz emacs-b4b7a2ac85e82e350424950193deca44abdd8a79.tar.bz2 emacs-b4b7a2ac85e82e350424950193deca44abdd8a79.zip |
Enable the warning about obsolete files.
svn path=/emacs-overlay/; revision=900
-rw-r--r-- | eclass/elisp-common.eclass | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index e17f3ac..f3122b5 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -395,13 +395,13 @@ EOF && cat "${sf}" >>"${ROOT}${SITELISP}"/00site-gentoo.el done -# if [ "${obsolete}" ]; then -# 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 + if [ "${obsolete}" ]; then + 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 } |