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 1SR6Uz-00049U-DS for garchives@archives.gentoo.org; Sun, 06 May 2012 18:48:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA318E064E; Sun, 6 May 2012 18:47:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AABD7E064C for ; Sun, 6 May 2012 18:47:53 +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 C5CE11B405C for ; Sun, 6 May 2012 18:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8E26EE5430 for ; Sun, 6 May 2012 18:47:50 +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: <1336330064.af89bbc2c5148b8c2b3591c60892b891ff1eacbb.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile ctags.eselect ctags.eselect.5 emacs.eselect emacs.eselect.5 X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: af89bbc2c5148b8c2b3591c60892b891ff1eacbb X-VCS-Branch: eselect-emacs Date: Sun, 6 May 2012 18:47:50 +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: ab217961-394c-4036-a7e5-7adb4958391b X-Archives-Hash: 339e0e199a0adee0baf3256c28b6e631 commit: af89bbc2c5148b8c2b3591c60892b891ff1eacbb Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Sun May 6 18:37:57 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sun May 6 18:47:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3Daf89bbc2 Drop subversion keywords. Change VERSION in *.eselect to PV. --- ChangeLog | 6 +++++- Makefile | 1 - ctags.eselect | 3 +-- ctags.eselect.5 | 3 --- emacs.eselect | 4 +--- emacs.eselect.5 | 3 --- 6 files changed, 7 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1b350a4..8ef2c09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-05-06 Ulrich M=C3=BCller + + * ctags.eselect (VERSION): + * emacs.eselect (VERSION): Change to PV. Remove SVN_DATE. + 2012-03-06 Ulrich M=C3=BCller =20 * ctags.eselect.5: @@ -400,4 +405,3 @@ =20 Copyright 2007-2012 Gentoo Foundation Distributed under the terms of the GNU GPL version 2 or later -$Id$ diff --git a/Makefile b/Makefile index 060235c..c6f923f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ # Copyright 2007-2012 Gentoo Foundation # Distributed under the terms of the GNU GPL version 2 or later -# $Id$ =20 PN =3D eselect-emacs PV =3D $(shell sed '/^[ \t]*\* .*[Vv]ersion/!d;s/[^0-9.]*\([^ \t]*\).*/\= 1/;q' \ diff --git a/ctags.eselect b/ctags.eselect index 480e1c9..291f724 100644 --- a/ctags.eselect +++ b/ctags.eselect @@ -27,8 +27,7 @@ CTAGS=3Dctags =20 DESCRIPTION=3D"Manage /usr/bin/${CTAGS} implementations" MAINTAINER=3D"emacs@gentoo.org" -SVN_DATE=3D'$Date$' -VERSION=3D$(svn_date_to_version "${SVN_DATE}") +VERSION=3D"1.13" =20 find_targets() { # Return the list of available ctags implementations diff --git a/ctags.eselect.5 b/ctags.eselect.5 index 9c9bb18..5e859b1 100644 --- a/ctags.eselect.5 +++ b/ctags.eselect.5 @@ -1,7 +1,6 @@ .\" -*- coding: utf-8 -*- .\" Copyright 2007-2011 Gentoo Foundation .\" Distributed under the terms of the GNU GPL version 2 or later -.\" $Id$ .\" .TH ctags.eselect 5 "March 2012" "Gentoo Linux" eselect .SH NAME @@ -98,5 +97,3 @@ Ulrich M=C3=BCller .SH SEE ALSO .BR eselect (1), .BR emacs.eselect (5) -.SH REVISION -$Id$ diff --git a/emacs.eselect b/emacs.eselect index 33f93c8..fd640fc 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -1,7 +1,6 @@ # -*-eselect-*- # Copyright 2005-2012 Gentoo Foundation # Distributed under the terms of the GNU GPL version 2 or later -# $Id$ # # DOCUMENTATION # Following actions possible @@ -23,8 +22,7 @@ =20 DESCRIPTION=3D"Manage /usr/bin/emacs version" MAINTAINER=3D"emacs@gentoo.org" -SVN_DATE=3D'$Date$' -VERSION=3D$(svn_date_to_version "${SVN_DATE}") +VERSION=3D"1.13" =20 # ctags and etags are handled in their own module BINARYLIST=3D"emacsclient b2m ebrowse rcs-checkin grep-changelog" diff --git a/emacs.eselect.5 b/emacs.eselect.5 index d6585dc..a91a1cb 100644 --- a/emacs.eselect.5 +++ b/emacs.eselect.5 @@ -1,7 +1,6 @@ .\" -*- coding: utf-8 -*- .\" Copyright 2007-2012 Gentoo Foundation .\" Distributed under the terms of the GNU GPL version 2 or later -.\" $Id$ .\" .TH emacs.eselect 5 "March 2012" "Gentoo Linux" eselect .SH NAME @@ -88,5 +87,3 @@ Ulrich M=C3=BCller .SH SEE ALSO .BR eselect (1), .BR ctags.eselect (5) -.SH REVISION -$Id$