Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1276 - eselect-emacs
Date: Mon, 11 May 2009 16:48:28
Message-Id: E1M3Yfy-0004jC-N4@stork.gentoo.org
1 Author: ulm
2 Date: 2009-05-11 16:48:26 +0000 (Mon, 11 May 2009)
3 New Revision: 1276
4
5 Modified:
6 eselect-emacs/ctags.eselect
7 eselect-emacs/emacs.eselect
8 Log:
9 Whitespace.
10
11 Modified: eselect-emacs/ctags.eselect
12 ===================================================================
13 --- eselect-emacs/ctags.eselect 2009-05-07 19:39:51 UTC (rev 1275)
14 +++ eselect-emacs/ctags.eselect 2009-05-11 16:48:26 UTC (rev 1276)
15 @@ -30,7 +30,7 @@
16 DESCRIPTION="Manage ${bindir}/${CTAGS} implementations"
17 MAINTAINER="emacs@g.o"
18 SVN_DATE='$Date$'
19 -VERSION=$(svn_date_to_version "${SVN_DATE}" )
20 +VERSION=$(svn_date_to_version "${SVN_DATE}")
21
22 find_targets() {
23 # Return the list of available ctags implementations
24
25 Modified: eselect-emacs/emacs.eselect
26 ===================================================================
27 --- eselect-emacs/emacs.eselect 2009-05-07 19:39:51 UTC (rev 1275)
28 +++ eselect-emacs/emacs.eselect 2009-05-11 16:48:26 UTC (rev 1276)
29 @@ -28,7 +28,7 @@
30 DESCRIPTION="Manage ${bindir}/emacs version"
31 MAINTAINER="emacs@g.o"
32 SVN_DATE='$Date$'
33 -VERSION=$(svn_date_to_version "${SVN_DATE}" )
34 +VERSION=$(svn_date_to_version "${SVN_DATE}")
35
36 # ctags and etags are handled in their own module
37 BINARYLIST="emacsclient b2m ebrowse rcs-checkin grep-changelog"