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: Wed, 12 Sep 2007 13:39:11
Message-Id: E1IVSK0-0006to-Pk@stork.gentoo.org
1 opfer 07/09/12 13:32:00
2
3 Modified: ChangeLog emacs-cvs-23.0.50.ebuild
4 Log:
5 AUTHORS and CONTRIBUTE are installed by the Makefile, so no need to do a separate dodoc
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.154 app-editors/emacs-cvs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.154&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.154&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.153&r2=1.154
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
18 retrieving revision 1.153
19 retrieving revision 1.154
20 diff -u -r1.153 -r1.154
21 --- ChangeLog 11 Sep 2007 20:55:48 -0000 1.153
22 +++ ChangeLog 12 Sep 2007 13:32:00 -0000 1.154
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.153 2007/09/11 20:55:48 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.154 2007/09/12 13:32:00 opfer Exp $
28 +
29 + 12 Sep 2007; Christian Faulhammer <opfer@g.o>
30 + emacs-cvs-23.0.50.ebuild:
31 + AUTHORS and CONTRIBUTE are installed by the Makefile, so no need to do a
32 + separate dodoc
33
34 11 Sep 2007; Christian Faulhammer <opfer@g.o>
35 emacs-cvs-23.0.50.ebuild:
36
37
38
39 1.5 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.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild?rev=1.5&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.4&r2=1.5
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.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- emacs-cvs-23.0.50.ebuild 11 Sep 2007 20:55:48 -0000 1.4
52 +++ emacs-cvs-23.0.50.ebuild 12 Sep 2007 13:32:00 -0000 1.5
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.4 2007/09/11 20:55:48 opfer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v 1.5 2007/09/12 13:32:00 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 README BUGS etc/CONTRIBUTE etc/AUTHORS || die "dodoc failed"
66 + dodoc README BUGS || die "dodoc failed"
67 }
68
69 emacs-infodir-rebuild() {
70
71
72
73 --
74 gentoo-commits@g.o mailing list