From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Si7hm-0003ZI-RS for garchives@archives.gentoo.org; Fri, 22 Jun 2012 17:31:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5DA0E09CC; Fri, 22 Jun 2012 17:29:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 77E31E096D for ; Fri, 22 Jun 2012 17:29:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C43CA1B4010 for ; Fri, 22 Jun 2012 17:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BAC9BE5439 for ; Fri, 22 Jun 2012 17:29:24 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1182542143.e430d1a95b9db2fa78a5eb3bc9943d33cc8f4fdc.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs-1.1 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile emacs.eselect X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: e430d1a95b9db2fa78a5eb3bc9943d33cc8f4fdc X-VCS-Branch: eselect-emacs-1.1 Date: Fri, 22 Jun 2012 17:29:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3eeeb91e-2b6d-42af-ac7f-e98b11b68697 X-Archives-Hash: 330af723a5ac157e4345a50d26fb7c7d commit: e430d1a95b9db2fa78a5eb3bc9943d33cc8f4fdc Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Fri Jun 22 19:55:43 2007 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Fri Jun 22 19:55:43 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3De430d1a9 emacs.eselect calls ctags eselect module now. svn path=3D/emacs-extra/eselect-emacs/; revision=3D452 --- ChangeLog | 9 +++++++++ Makefile | 2 +- emacs.eselect | 13 ++++++++++--- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6ef0d99..9e0ea9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2007-06-22 Ulrich Mueller =20 + * Makefile (DISTFILES): Add ctags.eselect and ctags.eselect.5. + + * emacs.eselect (do_set, do_update): Call ctags module. + (BINARYLIST, MANPAGELIST): Remove ctags from lists. + + * ctags.eselect.5: New file, man page. + + * ctags.eselect: New file, eselect module for ctags, bug #29398. + * emacs.eselect (do_show, do_list, do_set, do_update): Test for number of parameters. Quote variables correctly. =20 diff --git a/Makefile b/Makefile index bb830ff..4de037f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PV =3D $(shell sed '/^[ \t]*\* .*[Vv]ersion/!d;s/[^0-9.]*= \([0-9.]*\).*/\1/;q' \ ChangeLog) P =3D $(PN)-$(PV) =20 -DISTFILES =3D emacs.eselect emacs.eselect.5 +DISTFILES =3D emacs.eselect ctags.eselect emacs.eselect.5 ctags.eselect.= 5 =20 =20 .PHONY: all dist clean diff --git a/emacs.eselect b/emacs.eselect index ddaa16c..492cee1 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -1,7 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -# Version: 1.0 # # DOCUMENTATION # Following actions possible @@ -26,8 +25,10 @@ MAINTAINER=3D"emacs@gentoo.org" SVN_DATE=3D'$Date$' VERSION=3D$(svn_date_to_version "${SVN_DATE}" ) =20 -BINARYLIST=3D"emacsclient etags ctags b2m ebrowse rcs-checkin grep-chang= elog" -MANPAGELIST=3D"emacs emacsclient etags ctags gfdl" +#BINARYLIST=3D"emacsclient etags ctags b2m ebrowse rcs-checkin grep-chan= gelog" +#MANPAGELIST=3D"emacs emacsclient etags ctags gfdl" +BINARYLIST=3D"emacsclient etags b2m ebrowse rcs-checkin grep-changelog" +MANPAGELIST=3D"emacs emacsclient etags gfdl" =20 find_targets() { # Return the list of available Emacs binaries @@ -212,6 +213,9 @@ do_set() { fi =20 set_symlinks "${1}" || die -q "Couldn't set a new symlink" + + # ctags symlinks are handled in an own module now + do_action ctags update } =20 ### update action ### @@ -246,4 +250,7 @@ do_update() { # no Emacs target found -- link ctags, etags etc. to XEmacs versions set_symlinks xemacs fi + + # ctags symlinks are handled in an own module now + do_action ctags update }