Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs-tools:emacs-daemon commit in: /
Date: Sun, 02 Feb 2014 11:29:10
Message-Id: 1391338384.d54ebf1d9b4616d26a38d71320c7f4a4118ff7dd.ulm@gentoo
1 commit: d54ebf1d9b4616d26a38d71320c7f4a4118ff7dd
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 10:53:04 2014 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 10:53:04 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=d54ebf1d
7
8 Update copyright years.
9
10 ---
11 10emacs-daemon-gentoo.el | 2 +-
12 ChangeLog | 2 +-
13 Makefile | 2 +-
14 emacs-stop.sh | 2 +-
15 emacs-wrapper.sh | 2 +-
16 emacs.rc | 2 +-
17 6 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/10emacs-daemon-gentoo.el b/10emacs-daemon-gentoo.el
20 index 2afb3d8..45cea39 100644
21 --- a/10emacs-daemon-gentoo.el
22 +++ b/10emacs-daemon-gentoo.el
23 @@ -1,6 +1,6 @@
24 ;;; emacs-daemon site-lisp configuration
25
26 -;; Copyright 2008-2012 Gentoo Foundation
27 +;; Copyright 2008-2014 Gentoo Foundation
28 ;; Distributed under the terms of the GNU General Public License v2 or later
29
30 (and
31
32 diff --git a/ChangeLog b/ChangeLog
33 index 75c0d8f..5ed9b28 100644
34 --- a/ChangeLog
35 +++ b/ChangeLog
36 @@ -220,5 +220,5 @@
37
38 * emacs.rc, 10emacs-daemon-gentoo.el, Makefile: New files.
39
40 -Copyright 2008-2013 Gentoo Foundation
41 +Copyright 2008-2014 Gentoo Foundation
42 Distributed under the terms of the GNU General Public License v2 or later
43
44 diff --git a/Makefile b/Makefile
45 index 4abfa5c..1677ed7 100644
46 --- a/Makefile
47 +++ b/Makefile
48 @@ -1,4 +1,4 @@
49 -# Copyright 2008-2013 Gentoo Foundation
50 +# Copyright 2008-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2 or later
52
53 PN = emacs-daemon
54
55 diff --git a/emacs-stop.sh b/emacs-stop.sh
56 index 58aaeef..3b111b5 100644
57 --- a/emacs-stop.sh
58 +++ b/emacs-stop.sh
59 @@ -1,5 +1,5 @@
60 #!/bin/bash
61 -# Copyright 2008-2012 Gentoo Foundation
62 +# Copyright 2008-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2 or later
64
65 # Lisp expression to be evaluated when stopping Emacs.
66
67 diff --git a/emacs-wrapper.sh b/emacs-wrapper.sh
68 index 8abf741..ab9a5fb 100644
69 --- a/emacs-wrapper.sh
70 +++ b/emacs-wrapper.sh
71 @@ -1,5 +1,5 @@
72 #!/bin/bash
73 -# Copyright 2008-2012 Gentoo Foundation
74 +# Copyright 2008-2014 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2 or later
76
77 # Save output in a temporary file and display in case of error
78
79 diff --git a/emacs.rc b/emacs.rc
80 index b7ee39c..702de56 100644
81 --- a/emacs.rc
82 +++ b/emacs.rc
83 @@ -1,5 +1,5 @@
84 #!/sbin/runscript
85 -# Copyright 2008-2013 Gentoo Foundation
86 +# Copyright 2008-2014 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2 or later
88
89 : ${EMACS:=/usr/bin/emacs}