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/cedet/files: 50cedet-gentoo-1.0_pre6.el 50cedet-gentoo.el
Date: Sat, 27 Feb 2010 10:30:52
Message-Id: E1NlJwe-000674-Am@stork.gentoo.org
1 ulm 10/02/27 10:30:48
2
3 Modified: 50cedet-gentoo.el
4 Added: 50cedet-gentoo-1.0_pre6.el
5 Log:
6 Version bump. Update site-init file.
7 (Portage version: 2.2_rc63/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 app-emacs/cedet/files/50cedet-gentoo.el
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/files/50cedet-gentoo.el?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/files/50cedet-gentoo.el?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/files/50cedet-gentoo.el?r1=1.2&r2=1.3
15
16 Index: 50cedet-gentoo.el
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/cedet/files/50cedet-gentoo.el,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- 50cedet-gentoo.el 10 Aug 2009 19:51:01 -0000 1.2
23 +++ 50cedet-gentoo.el 27 Feb 2010 10:30:47 -0000 1.3
24 @@ -1,8 +1,10 @@
25 (load "@SITELISP@/common/cedet" nil t)
26 (add-to-list 'image-load-path "@SITEETC@/common/icons" t)
27 +(add-to-list 'image-load-path "@SITEETC@/cogre" t)
28 (setq srecode-map-load-path
29 (list "@SITEETC@/srecode/templates"
30 "@SITEETC@/ede/templates"
31 + "@SITEETC@/cogre/templates"
32 (expand-file-name "~/.srecode")))
33
34 ;; If you wish to customize CEDET, you will need to follow the
35
36
37
38 1.1 app-emacs/cedet/files/50cedet-gentoo-1.0_pre6.el
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/files/50cedet-gentoo-1.0_pre6.el?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/files/50cedet-gentoo-1.0_pre6.el?rev=1.1&content-type=text/plain
42
43 Index: 50cedet-gentoo-1.0_pre6.el
44 ===================================================================
45 (load "@SITELISP@/common/cedet" nil t)
46 (add-to-list 'image-load-path "@SITEETC@/common/icons" t)
47 (setq srecode-map-load-path
48 (list "@SITEETC@/srecode/templates"
49 "@SITEETC@/ede/templates"
50 (expand-file-name "~/.srecode")))
51
52 ;; If you wish to customize CEDET, you will need to follow the
53 ;; directions in the INSTALL (installed in the documentation) file and
54 ;; customize your ~/.emacs /before/ site-gentoo is loaded.