summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-07-13 19:46:13 +0000
committerUlrich Müller <ulm@gentoo.org>2007-07-13 19:46:13 +0000
commitb8e9ad4758ab9df4be96db47cd0aa2456e34e768 (patch)
tree4939d62d6002e774682bdb56b71bc66cbab3b7fd /app-emacs/vm/files
parentVersion bump. (diff)
downloadgentoo-2-b8e9ad4758ab9df4be96db47cd0aa2456e34e768.tar.gz
gentoo-2-b8e9ad4758ab9df4be96db47cd0aa2456e34e768.tar.bz2
gentoo-2-b8e9ad4758ab9df4be96db47cd0aa2456e34e768.zip
Major version bump.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-emacs/vm/files')
-rw-r--r--app-emacs/vm/files/50vm-gentoo.el14
-rw-r--r--app-emacs/vm/files/digest-vm-8.0.1.4653
-rw-r--r--app-emacs/vm/files/vm-8.0-no-pcrisis.patch21
3 files changed, 28 insertions, 10 deletions
diff --git a/app-emacs/vm/files/50vm-gentoo.el b/app-emacs/vm/files/50vm-gentoo.el
index ea71120e9889..bf55f888ce79 100644
--- a/app-emacs/vm/files/50vm-gentoo.el
+++ b/app-emacs/vm/files/50vm-gentoo.el
@@ -1,13 +1,7 @@
-;;; VM site-lisp configuration
+;;; vm site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
-(setq vm-toolbar-pixmap-directory "@SITELISP@/../etc/vm")
-(setq vm-image-directory "@SITELISP@/../etc/vm")
-(autoload 'vm "vm" "Start VM on your primary inbox." t)
-(autoload 'vm-other-frame "vm" "Like `vm' but starts in another frame." t)
-(autoload 'vm-visit-folder "vm" "Start VM on an arbitrary folder." t)
-(autoload 'vm-visit-virtual-folder "vm" "Visit a VM virtual folder." t)
-(autoload 'vm-mode "vm" "Run VM major mode on a buffer" t)
-(autoload 'vm-mail "vm" "Send a mail message using VM." t)
-(autoload 'vm-submit-bug-report "vm" "Send a bug report about VM." t)
+(setq vm-toolbar-pixmap-directory "/usr/share/pixmaps/vm")
+(setq vm-image-directory "/usr/share/pixmaps/vm")
+(require 'vm-autoloads)
diff --git a/app-emacs/vm/files/digest-vm-8.0.1.465 b/app-emacs/vm/files/digest-vm-8.0.1.465
new file mode 100644
index 000000000000..bb61fb0b3faa
--- /dev/null
+++ b/app-emacs/vm/files/digest-vm-8.0.1.465
@@ -0,0 +1,3 @@
+MD5 2b2ad83b45d7f0156f4838f953d30315 vm-8.0.1-465.tgz 535947
+RMD160 4c6f24bc01abff16401e183e6339d4a5bbd15a0d vm-8.0.1-465.tgz 535947
+SHA256 b7b31d61732bb51fe2d6912ea9270c373977b43893961b5bd703f4725355c41b vm-8.0.1-465.tgz 535947
diff --git a/app-emacs/vm/files/vm-8.0-no-pcrisis.patch b/app-emacs/vm/files/vm-8.0-no-pcrisis.patch
new file mode 100644
index 000000000000..33b1a1a9679e
--- /dev/null
+++ b/app-emacs/vm/files/vm-8.0-no-pcrisis.patch
@@ -0,0 +1,21 @@
+--- vm-8.0.1-465-orig/info/Makefile.in 2007-06-29 00:35:41.000000000 +0200
++++ vm-8.0.1-465/info/Makefile.in 2007-07-13 20:07:38.000000000 +0200
+@@ -35,7 +35,7 @@
+
+ all: info
+
+-info: vm.info vm-pcrisis.info
++info: vm.info
+
+ Makefile: @srcdir@/Makefile.in
+ cd @srcdir@/..; ./config.status
+--- vm-8.0.1-465-orig/lisp/Makefile.in 2007-06-29 00:35:41.000000000 +0200
++++ vm-8.0.1-465/lisp/Makefile.in 2007-07-13 20:08:00.000000000 +0200
+@@ -30,7 +30,6 @@
+ SOURCES += vm-motion.el
+ SOURCES += vm-mouse.el
+ SOURCES += vm-page.el
+-SOURCES += vm-pcrisis.el
+ SOURCES += vm-pgg.el
+ SOURCES += vm-pine.el
+ SOURCES += vm-pop.el