Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: ChangeLog emacs-cvs-23.0.50.ebuild
Date: Tue, 11 Sep 2007 21:02:57
Message-Id: E1IVClw-0002gv-SZ@stork.gentoo.org
1 opfer 07/09/11 20:55:48
2
3 Modified: ChangeLog emacs-cvs-23.0.50.ebuild
4 Log:
5 upstream changed location of two documentation files, adjust dodoc command; fixes bug 192227, reported by Graham Murray <graham@×××××××××××.uk>
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.153 app-editors/emacs-cvs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.153&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.153&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.152&r2=1.153
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
18 retrieving revision 1.152
19 retrieving revision 1.153
20 diff -u -r1.152 -r1.153
21 --- ChangeLog 30 Aug 2007 12:38:26 -0000 1.152
22 +++ ChangeLog 11 Sep 2007 20:55:48 -0000 1.153
23 @@ -1,6 +1,11 @@
24 # ChangeLog for app-editors/emacs-cvs
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.152 2007/08/30 12:38:26 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.153 2007/09/11 20:55:48 opfer Exp $
28 +
29 + 11 Sep 2007; Christian Faulhammer <opfer@g.o>
30 + emacs-cvs-23.0.50.ebuild:
31 + upstream changed location of two documentation files, adjust dodoc command;
32 + fixes bug 192227, reported by Graham Murray <graham@×××××××××××.uk>
33
34 30 Aug 2007; Ulrich Mueller <ulm@g.o> emacs-cvs-22.1.50-r1.ebuild,
35 emacs-cvs-23.0.0-r7.ebuild, emacs-cvs-23.0.50.ebuild:
36
37
38
39 1.4 app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild?r1=1.3&r2=1.4
44
45 Index: emacs-cvs-23.0.50.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- emacs-cvs-23.0.50.ebuild 30 Aug 2007 12:38:26 -0000 1.3
52 +++ emacs-cvs-23.0.50.ebuild 11 Sep 2007 20:55:48 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v 1.3 2007/08/30 12:38:26 ulm Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v 1.4 2007/09/11 20:55:48 opfer Exp $
58
59 ECVS_AUTH="pserver"
60 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
61 @@ -197,7 +197,7 @@
62 elisp-site-file-install 00${PN}-${SLOT}-gentoo.el
63 fi
64
65 - dodoc AUTHORS BUGS CONTRIBUTE README || die "dodoc failed"
66 + dodoc README BUGS etc/CONTRIBUTE etc/AUTHORS || die "dodoc failed"
67 }
68
69 emacs-infodir-rebuild() {
70
71
72
73 --
74 gentoo-commits@g.o mailing list