Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/graphviz-dot-mode: graphviz-dot-mode-0.3.4.ebuild ChangeLog
Date: Tue, 02 Dec 2008 07:12:49
Message-Id: E1L7PR8-0007aK-8H@stork.gentoo.org
1 ulm 08/12/02 07:12:46
2
3 Modified: graphviz-dot-mode-0.3.4.ebuild ChangeLog
4 Log:
5 Add autoloading to site-init file.
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 i686)
7
8 Revision Changes Path
9 1.2 app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.4.ebuild?r1=1.1&r2=1.2
14
15 Index: graphviz-dot-mode-0.3.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- graphviz-dot-mode-0.3.4.ebuild 2 Nov 2008 16:30:01 -0000 1.1
22 +++ graphviz-dot-mode-0.3.4.ebuild 2 Dec 2008 07:12:46 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.4.ebuild,v 1.1 2008/11/02 16:30:01 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.4.ebuild,v 1.2 2008/12/02 07:12:46 ulm Exp $
28
29 inherit elisp
30
31 @@ -8,6 +8,7 @@
32 HOMEPAGE="http://users.skynet.be/ppareit/projects/graphviz-dot-mode/graphviz-dot-mode.html
33 http://www.graphviz.org/"
34 SRC_URI="mirror://gentoo/${P}.el.bz2"
35 +
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="~amd64 ~ppc ~x86"
39
40
41
42 1.7 app-emacs/graphviz-dot-mode/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/graphviz-dot-mode/ChangeLog?rev=1.7&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/graphviz-dot-mode/ChangeLog?rev=1.7&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/graphviz-dot-mode/ChangeLog?r1=1.6&r2=1.7
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-emacs/graphviz-dot-mode/ChangeLog,v
51 retrieving revision 1.6
52 retrieving revision 1.7
53 diff -u -r1.6 -r1.7
54 --- ChangeLog 2 Nov 2008 16:30:01 -0000 1.6
55 +++ ChangeLog 2 Dec 2008 07:12:46 -0000 1.7
56 @@ -1,6 +1,10 @@
57 # ChangeLog for app-emacs/graphviz-dot-mode
58 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/graphviz-dot-mode/ChangeLog,v 1.6 2008/11/02 16:30:01 opfer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/graphviz-dot-mode/ChangeLog,v 1.7 2008/12/02 07:12:46 ulm Exp $
61 +
62 + 02 Dec 2008; Ulrich Mueller <ulm@g.o>
63 + files/50graphviz-dot-mode-gentoo.el:
64 + Add autoloading to site-init file.
65
66 *graphviz-dot-mode-0.3.4 (02 Nov 2008)