From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3A50B138A1F for ; Tue, 8 Apr 2014 13:13:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7962E0AEE; Tue, 8 Apr 2014 13:13:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 501B7E0AEE for ; Tue, 8 Apr 2014 13:13:44 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8067533FFEC for ; Tue, 8 Apr 2014 13:13:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 032FC1818D for ; Tue, 8 Apr 2014 13:13:42 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1396938339.a2897617562d0ad1586aa706c8439bb58ce530fe.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacs.eselect X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a2897617562d0ad1586aa706c8439bb58ce530fe X-VCS-Branch: eselect-emacs Date: Tue, 8 Apr 2014 13:13:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 380386dc-ed81-4173-bf1c-00441784d2f0 X-Archives-Hash: 5bbb5f0c24742f9afa38d5f7b360b760 commit: a2897617562d0ad1586aa706c8439bb58ce530fe Author: Ulrich Müller gentoo org> AuthorDate: Tue Apr 8 06:25:39 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Apr 8 06:25:39 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=a2897617 Don't look for emacs-${target}.1 as emacs.1 man page target. * emacs.eselect (set_man_symlinks): Omit emacs-${target}.1 from the list; the symlink for the emacs.1 man page is handled by set_symlinks() already. --- ChangeLog | 6 ++++++ emacs.eselect | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bdf3f9a..a5ffff7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-04-08 Ulrich Müller + + * emacs.eselect (set_man_symlinks): Omit emacs-${target}.1 from + the list; the symlink for the emacs.1 man page is handled by + set_symlinks() already. + 2014-03-18 Ulrich Müller * emacs.eselect (MANPAGELIST_OLD): Remove variable, the gfdl.1 diff --git a/emacs.eselect b/emacs.eselect index de37cd5..aad1587 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -75,7 +75,7 @@ set_bin_symlinks() { set_man_symlinks() { # Set symlinks to man pages local target=$1 suffix f i - for f in emacs ${MANPAGELIST}; do + for f in ${MANPAGELIST}; do for i in "${EROOT}/usr/share/man/man1/${f}-${target}.1"*; do if [[ -f ${i} ]]; then # target file exists; determine compression suffix