diff options
author | 2012-05-06 20:51:31 +0200 | |
---|---|---|
committer | 2012-05-06 20:51:31 +0200 | |
commit | fafe0e08b244ed1e4a63dd0005ba2b458bb09dea (patch) | |
tree | 0cbfc548f82c5e627d33e7325bbedce894db4213 | |
parent | Small syntax fixes in gentoo-syntax.texi. (diff) | |
download | ebuild-mode-fafe0e08b244ed1e4a63dd0005ba2b458bb09dea.tar.gz ebuild-mode-fafe0e08b244ed1e4a63dd0005ba2b458bb09dea.tar.bz2 ebuild-mode-fafe0e08b244ed1e4a63dd0005ba2b458bb09dea.zip |
Drop subversion keywords.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | ebuild-mode-keywords.el | 2 | ||||
-rw-r--r-- | eselect-mode-keywords.el | 2 | ||||
-rw-r--r-- | gentoo-syntax.el | 2 | ||||
-rw-r--r-- | gentoo-syntax.texi | 1 | ||||
-rw-r--r-- | keyword-generation.sh | 1 |
7 files changed, 0 insertions, 10 deletions
@@ -1135,4 +1135,3 @@ Copyright 2007-2012 Gentoo Foundation Distributed under the terms of the GNU General Public License v2 or later -$Id$ @@ -1,6 +1,5 @@ # Copyright 2007-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later -# $Id$ PN = gentoo-syntax PV = $(shell sed '/^;.*[Vv]ersion/!d;s/[^0-9.]*\([^ \t]*\).*/\1/;q' \ diff --git a/ebuild-mode-keywords.el b/ebuild-mode-keywords.el index f40df33..0499fc3 100644 --- a/ebuild-mode-keywords.el +++ b/ebuild-mode-keywords.el @@ -9,8 +9,6 @@ ;; Maintainer: <emacs@gentoo.org> ;; Keywords: languages -;; $Id$ - ;; This file is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 2 of the License, or diff --git a/eselect-mode-keywords.el b/eselect-mode-keywords.el index 38da711..1aeccd1 100644 --- a/eselect-mode-keywords.el +++ b/eselect-mode-keywords.el @@ -9,8 +9,6 @@ ;; Maintainer: <emacs@gentoo.org> ;; Keywords: languages -;; $Id$ - ;; This file is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 2 of the License, or diff --git a/gentoo-syntax.el b/gentoo-syntax.el index fa53a0b..111a214 100644 --- a/gentoo-syntax.el +++ b/gentoo-syntax.el @@ -10,8 +10,6 @@ ;; Version: 1.19 ;; Keywords: languages, processes -;; $Id$ - ;; This file is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 2 of the License, or diff --git a/gentoo-syntax.texi b/gentoo-syntax.texi index 6355846..eb0a73d 100644 --- a/gentoo-syntax.texi +++ b/gentoo-syntax.texi @@ -1,5 +1,4 @@ \input texinfo.tex @c -*-texinfo-*- -@c $Id$ @c %**start of header @setfilename gentoo-syntax.info @settitle Major mode for ebuilds, eclasses and eselect modules in Gentoo diff --git a/keyword-generation.sh b/keyword-generation.sh index c36a572..180db5c 100644 --- a/keyword-generation.sh +++ b/keyword-generation.sh @@ -1,7 +1,6 @@ #!/bin/bash # Copyright 2011-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later -# $Id: $ # Authors: # Christian Faulhammer <fauli@gentoo.org> |