public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] emacs r1482 - eselect-emacs
@ 2009-12-09 18:30 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-12-09 18:30 UTC (permalink / raw
  To: gentoo-commits

Author: ulm
Date: 2009-12-09 18:30:22 +0000 (Wed, 09 Dec 2009)
New Revision: 1482

Modified:
   eselect-emacs/ChangeLog
   eselect-emacs/emacs.eselect
Log:
Add manpages installed by Emacs 23. Version 1.13 released.

Modified: eselect-emacs/ChangeLog
===================================================================
--- eselect-emacs/ChangeLog	2009-12-04 08:13:20 UTC (rev 1481)
+++ eselect-emacs/ChangeLog	2009-12-09 18:30:22 UTC (rev 1482)
@@ -1,3 +1,11 @@
+2009-12-09  Ulrich Mueller  <ulm@gentoo.org>
+
+	* Version 1.13 released.
+
+	* emacs.eselect (MANPAGELIST): Add manpages installed by Emacs 23.
+	(MANPAGELIST_OLD): New variable, move "gfdl" to it.
+	(remove_symlinks): Remove also files listed in MANPAGELIST_OLD.
+
 2009-11-20  Ulrich Mueller  <ulm@gentoo.org>
 
 	* Version 1.12 released.

Modified: eselect-emacs/emacs.eselect
===================================================================
--- eselect-emacs/emacs.eselect	2009-12-04 08:13:20 UTC (rev 1481)
+++ eselect-emacs/emacs.eselect	2009-12-09 18:30:22 UTC (rev 1482)
@@ -27,7 +27,8 @@
 
 # ctags and etags are handled in their own module
 BINARYLIST="emacsclient b2m ebrowse rcs-checkin grep-changelog"
-MANPAGELIST="emacs emacsclient ebrowse gfdl"
+MANPAGELIST="emacs emacsclient b2m ebrowse rcs-checkin grep-changelog"
+MANPAGELIST_OLD="gfdl"
 
 find_targets() {
 	# Return the list of available Emacs binaries
@@ -56,7 +57,7 @@
 	for f in ${BINARYLIST}; do
 		rm -f "${EROOT}/usr/bin/${f}"
 	done
-	for f in ${MANPAGELIST}; do
+	for f in ${MANPAGELIST} ${MANPAGELIST_OLD}; do
 		rm -f "${EROOT}"/usr/share/man/man1/${f}.1*
 	done
 	remove_infopath




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-09 18:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-09 18:30 [gentoo-commits] emacs r1482 - eselect-emacs Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox