commit:     9994aaf7751cc12d9f5c86e88a8a3703be04a5d0
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 18 08:55:56 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 18 08:55:56 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=9994aaf7

Remove obsolete MANPAGELIST_OLD variable.

* emacs.eselect (MANPAGELIST_OLD): Remove variable, the gfdl.1
man page is no longer installed since 2009.
(remove_symlinks): Remove MANPAGELIST_OLD.

---
 ChangeLog     | 6 ++++++
 emacs.eselect | 3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a56d94d..bdf3f9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-03-18  Ulrich Müller  <u...@gentoo.org>
+
+       * emacs.eselect (MANPAGELIST_OLD): Remove variable, the gfdl.1
+       man page is no longer installed since 2009.
+       (remove_symlinks): Remove MANPAGELIST_OLD.
+
 2014-03-13  Ulrich Müller  <u...@gentoo.org>
 
        * Version 1.16 released.

diff --git a/emacs.eselect b/emacs.eselect
index 275d456..de37cd5 100644
--- a/emacs.eselect
+++ b/emacs.eselect
@@ -27,7 +27,6 @@ VERSION="1.16"
 # ctags and etags are handled in their own module
 BINARYLIST="emacsclient b2m ebrowse rcs-checkin grep-changelog"
 MANPAGELIST="${BINARYLIST}"
-MANPAGELIST_OLD="gfdl"
 
 find_targets() {
        # Return the list of available Emacs binaries
@@ -55,7 +54,7 @@ remove_symlinks() {
        for f in emacs ${BINARYLIST}; do
                rm -f "${EROOT}/usr/bin/${f}"
        done
-       for f in emacs ${MANPAGELIST} ${MANPAGELIST_OLD}; do
+       for f in emacs ${MANPAGELIST}; do
                rm -f "${EROOT}/usr/share/man/man1/${f}.1"*
        done
        remove_infopath

Reply via email to