From: "Ulrich Mueller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs-1.1 commit in: /
Date: Fri, 22 Jun 2012 17:29:24 +0000 (UTC) [thread overview]
Message-ID: <1182542143.e430d1a95b9db2fa78a5eb3bc9943d33cc8f4fdc.ulm@gentoo> (raw)
commit: e430d1a95b9db2fa78a5eb3bc9943d33cc8f4fdc
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 22 19:55:43 2007 +0000
Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 19:55:43 2007 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=e430d1a9
emacs.eselect calls ctags eselect module now.
svn path=/emacs-extra/eselect-emacs/; revision=452
---
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 <ulm@gentoo.org>
+ * 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.
diff --git a/Makefile b/Makefile
index bb830ff..4de037f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PV = $(shell sed '/^[ \t]*\* .*[Vv]ersion/!d;s/[^0-9.]*\([0-9.]*\).*/\1/;q' \
ChangeLog)
P = $(PN)-$(PV)
-DISTFILES = emacs.eselect emacs.eselect.5
+DISTFILES = emacs.eselect ctags.eselect emacs.eselect.5 ctags.eselect.5
.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="emacs@gentoo.org"
SVN_DATE='$Date$'
VERSION=$(svn_date_to_version "${SVN_DATE}" )
-BINARYLIST="emacsclient etags ctags b2m ebrowse rcs-checkin grep-changelog"
-MANPAGELIST="emacs emacsclient etags ctags gfdl"
+#BINARYLIST="emacsclient etags ctags b2m ebrowse rcs-checkin grep-changelog"
+#MANPAGELIST="emacs emacsclient etags ctags gfdl"
+BINARYLIST="emacsclient etags b2m ebrowse rcs-checkin grep-changelog"
+MANPAGELIST="emacs emacsclient etags gfdl"
find_targets() {
# Return the list of available Emacs binaries
@@ -212,6 +213,9 @@ do_set() {
fi
set_symlinks "${1}" || die -q "Couldn't set a new symlink"
+
+ # ctags symlinks are handled in an own module now
+ do_action ctags update
}
### 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
}
next reply other threads:[~2012-06-22 17:31 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-22 17:29 Ulrich Mueller [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-22 17:29 [gentoo-commits] proj/emacs-tools:eselect-emacs-1.1 commit in: / Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1182542143.e430d1a95b9db2fa78a5eb3bc9943d33cc8f4fdc.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox