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/vm/files: 50vm-gentoo-8.0.9.el 50vm-gentoo-7.19.el vm-7.19-install-info.patch 50vm-gentoo.el
Date: Thu, 10 Sep 2009 08:32:54
Message-Id: E1Mlf54-0002lr-8v@stork.gentoo.org
1 ulm 09/09/10 08:32:38
2
3 Modified: 50vm-gentoo.el
4 Added: 50vm-gentoo-8.0.9.el 50vm-gentoo-7.19.el
5 vm-7.19-install-info.patch
6 Log:
7 Fix installation of vm-7.19 with Emacs 23. Install pixmaps under SITEETC.
8 (Portage version: 2.2_rc40/cvs/Linux i686)
9
10 Revision Changes Path
11 1.4 app-emacs/vm/files/50vm-gentoo.el
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/files/50vm-gentoo.el?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/files/50vm-gentoo.el?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/files/50vm-gentoo.el?r1=1.3&r2=1.4
16
17 Index: 50vm-gentoo.el
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/vm/files/50vm-gentoo.el,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- 50vm-gentoo.el 13 Jul 2007 19:46:13 -0000 1.3
24 +++ 50vm-gentoo.el 10 Sep 2009 08:32:37 -0000 1.4
25 @@ -1,7 +1,4 @@
26 -
27 -;;; vm site-lisp configuration
28 -
29 (add-to-list 'load-path "@SITELISP@")
30 -(setq vm-toolbar-pixmap-directory "/usr/share/pixmaps/vm")
31 -(setq vm-image-directory "/usr/share/pixmaps/vm")
32 +(setq vm-toolbar-pixmap-directory "@SITEETC@")
33 +(setq vm-image-directory "@SITEETC@")
34 (require 'vm-autoloads)
35
36
37
38 1.1 app-emacs/vm/files/50vm-gentoo-8.0.9.el
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/files/50vm-gentoo-8.0.9.el?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/files/50vm-gentoo-8.0.9.el?rev=1.1&content-type=text/plain
42
43 Index: 50vm-gentoo-8.0.9.el
44 ===================================================================
45 (add-to-list 'load-path "@SITELISP@")
46 (setq vm-toolbar-pixmap-directory "/usr/share/pixmaps/vm")
47 (setq vm-image-directory "/usr/share/pixmaps/vm")
48 (require 'vm-autoloads)
49
50
51
52 1.1 app-emacs/vm/files/50vm-gentoo-7.19.el
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/files/50vm-gentoo-7.19.el?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/files/50vm-gentoo-7.19.el?rev=1.1&content-type=text/plain
56
57 Index: 50vm-gentoo-7.19.el
58 ===================================================================
59 (add-to-list 'load-path "@SITELISP@")
60 (setq vm-toolbar-pixmap-directory "@SITEETC@")
61 (setq vm-image-directory "@SITEETC@")
62 (autoload 'vm "vm" "Start VM on your primary inbox." t)
63 (autoload 'vm-other-frame "vm" "Like `vm' but starts in another frame." t)
64 (autoload 'vm-visit-folder "vm" "Start VM on an arbitrary folder." t)
65 (autoload 'vm-visit-virtual-folder "vm" "Visit a VM virtual folder." t)
66 (autoload 'vm-mode "vm" "Run VM major mode on a buffer" t)
67 (autoload 'vm-mail "vm" "Send a mail message using VM." t)
68 (autoload 'vm-submit-bug-report "vm" "Send a bug report about VM." t)
69
70
71
72 1.1 app-emacs/vm/files/vm-7.19-install-info.patch
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/files/vm-7.19-install-info.patch?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/files/vm-7.19-install-info.patch?rev=1.1&content-type=text/plain
76
77 Index: vm-7.19-install-info.patch
78 ===================================================================
79 Fixes installation with Emacs 23 where only a single vm.info file is created.
80
81 --- vm-7.19-orig/Makefile 2003-03-31 01:51:43.000000000 +0200
82 +++ vm-7.19/Makefile 2009-09-10 09:46:23.000000000 +0200
83 @@ -115,7 +115,7 @@
84
85 install-info: vm.info
86 test -d $(INFODIR) || mkdir -p $(INFODIR)
87 - cp vm.info vm.info-* $(INFODIR)
88 + cp vm.info* $(INFODIR)
89
90 install-vm: vm.elc
91 test -d $(LISPDIR) || mkdir -p $(LISPDIR)