summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-17 05:42:24 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-17 05:42:24 +0000
commit69718e0290016ced66bcd6afd0bdebc725408aec (patch)
tree07ddb9a1f0b7f88b1c5bdf2125fc236f8e5f28a4 /app-emacs
parentStable on mips, bug #66296 (Manifest recommit) (diff)
downloadgentoo-2-69718e0290016ced66bcd6afd0bdebc725408aec.tar.gz
gentoo-2-69718e0290016ced66bcd6afd0bdebc725408aec.tar.bz2
gentoo-2-69718e0290016ced66bcd6afd0bdebc725408aec.zip
Removed stale info file. Updated SITELISP.
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/gnuplot-mode/ChangeLog6
-rw-r--r--app-emacs/gnuplot-mode/files/50gnuplot-gentoo.el7
-rw-r--r--app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild4
3 files changed, 12 insertions, 5 deletions
diff --git a/app-emacs/gnuplot-mode/ChangeLog b/app-emacs/gnuplot-mode/ChangeLog
index e920a3cc6fad..fea5a6ed8a22 100644
--- a/app-emacs/gnuplot-mode/ChangeLog
+++ b/app-emacs/gnuplot-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/gnuplot-mode
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog,v 1.3 2004/08/26 14:35:46 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog,v 1.4 2004/10/17 05:42:24 usata Exp $
+
+ 17 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> files/50gnuplot-gentoo.el,
+ gnuplot-mode-0.6.0.ebuild:
+ Removed stale info file. Updated SITELISP.
26 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> gnuplot-mode-0.6.0.ebuild:
Marked as stable.
diff --git a/app-emacs/gnuplot-mode/files/50gnuplot-gentoo.el b/app-emacs/gnuplot-mode/files/50gnuplot-gentoo.el
index 08f655cc4fbc..f2ce89fe7706 100644
--- a/app-emacs/gnuplot-mode/files/50gnuplot-gentoo.el
+++ b/app-emacs/gnuplot-mode/files/50gnuplot-gentoo.el
@@ -2,4 +2,9 @@
;;; gnuplot-mode site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
-(autoload 'gnuplot-mode "gnuplot" "Start gnuplot-mode" t)
+;; extracted from dotemacs file distributed with the source tarball
+(autoload 'gnuplot-mode "gnuplot" "gnuplot major mode" t)
+(autoload 'gnuplot-make-buffer "gnuplot" "open a buffer in gnuplot mode" t)
+(setq auto-mode-alist (append '(("\\.gp$" . gnuplot-mode)) auto-mode-alist))
+(global-set-key [(f9)] 'gnuplot-make-buffer)
+
diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild b/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild
index e6e56004acbe..e211f245b250 100644
--- a/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild
+++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild,v 1.3 2004/08/26 14:35:46 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.6.0.ebuild,v 1.4 2004/10/17 05:42:24 usata Exp $
inherit elisp
@@ -31,8 +31,6 @@ src_install() {
PATH=./:$PATH make install lispdir=$D/usr/share/emacs/site-lisp/${PN} || die
elisp-site-file-install ${FILESDIR}/${SITEFILE} || die
- mv gnuplot.info gnuplot-mode.info
- doinfo gnuplot-mode.info
dodoc ChangeLog README
}