diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-02-03 03:43:29 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-02-03 03:43:29 +0000 |
commit | 9cb4c1ffb07441db1932375cc890838028ffddd6 (patch) | |
tree | 5b5da1f79544497d3fb34efd04eba10524345f8e /app-emacs/ecb/files | |
parent | add a new patch for xchat-2 to have tabs on left and right, merge the GTK ico... (diff) | |
download | historical-9cb4c1ffb07441db1932375cc890838028ffddd6.tar.gz historical-9cb4c1ffb07441db1932375cc890838028ffddd6.tar.bz2 historical-9cb4c1ffb07441db1932375cc890838028ffddd6.zip |
minor version bump, but ~86'd because of the release freeze
Diffstat (limited to 'app-emacs/ecb/files')
-rw-r--r-- | app-emacs/ecb/files/digest-ecb-1.90 | 1 | ||||
-rw-r--r-- | app-emacs/ecb/files/ecb-1.90-gentoo.patch | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/app-emacs/ecb/files/digest-ecb-1.90 b/app-emacs/ecb/files/digest-ecb-1.90 new file mode 100644 index 000000000000..4447232d4c77 --- /dev/null +++ b/app-emacs/ecb/files/digest-ecb-1.90 @@ -0,0 +1 @@ +MD5 7c0e8f5afe0bf7ab9c0cbda43de55e9f ecb-1.90.tar.gz 362425 diff --git a/app-emacs/ecb/files/ecb-1.90-gentoo.patch b/app-emacs/ecb/files/ecb-1.90-gentoo.patch new file mode 100644 index 000000000000..50320b5cb470 --- /dev/null +++ b/app-emacs/ecb/files/ecb-1.90-gentoo.patch @@ -0,0 +1,45 @@ +diff -ur ecb-1.90/ecb-help.el ecb-1.90~/ecb-help.el +--- ecb-1.90/ecb-help.el 2003-01-31 07:51:15.000000000 -0600 ++++ ecb-1.90~/ecb-help.el 2003-01-31 19:55:44.000000000 -0600 +@@ -67,16 +67,7 @@ + (const :tag "Html" :value html))) + + +-(defcustom ecb-help-info-path (concat +- (if ecb-running-xemacs +- (if (file-exists-p +- (concat ecb-ecb-dir +- ecb-help-info-subdir +- ecb-help-info-start-file)) +- ecb-help-info-subdir +- "../../info/") +- ecb-help-info-subdir) +- ecb-help-info-start-file) ++(defcustom ecb-help-info-path "@ECB_INFO@" + "*Path where the ECB online help in info format resides. + This must be the location of the file \"ecb.info\" which comes with the ECB + distribution. If is installed by unpacking the archive available on the ECB +@@ -92,22 +83,7 @@ + :group 'ecb-help + :type 'file) + +-(defcustom ecb-help-html-path (concat +- (if ecb-running-xemacs +- (cond ((file-exists-p +- (concat ecb-ecb-dir +- ecb-help-html-subdir +- ecb-help-html-start-file)) +- ecb-help-html-subdir) +- ((file-exists-p +- (concat ecb-ecb-dir +- "../../html/" +- ecb-help-html-start-file)) +- "../../html/") +- (t +- "../../etc/ecb/html/")) +- ecb-help-html-subdir) +- ecb-help-html-start-file) ++(defcustom ecb-help-html-path "@ECB_HTML@" + "*Path where the ECB online help in HTML format resides. + This must be the location of the file \"index.html\" which comes with the ECB + distribution. If is installed by unpacking the archive available on the ECB |