diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-04-16 05:21:16 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-04-16 05:21:16 +0000 |
commit | 03d220a3799c2ca568ff78f848f17ba51fda4a01 (patch) | |
tree | 1f958c97bad95ce90f38640937cc992f7a6ea2dc /app-editors/xemacs/files | |
parent | patch to fix the libmpeg3 problem with this (diff) | |
download | gentoo-2-03d220a3799c2ca568ff78f848f17ba51fda4a01.tar.gz gentoo-2-03d220a3799c2ca568ff78f848f17ba51fda4a01.tar.bz2 gentoo-2-03d220a3799c2ca568ff78f848f17ba51fda4a01.zip |
Fixes annoying emodules.info not having a place in the info dir (resolves bug #1792).
Diffstat (limited to 'app-editors/xemacs/files')
-rw-r--r-- | app-editors/xemacs/files/digest-xemacs-21.4.6-r3 | 3 | ||||
-rw-r--r-- | app-editors/xemacs/files/emodules.info-gentoo.patch | 14 |
2 files changed, 17 insertions, 0 deletions
diff --git a/app-editors/xemacs/files/digest-xemacs-21.4.6-r3 b/app-editors/xemacs/files/digest-xemacs-21.4.6-r3 new file mode 100644 index 000000000000..59f9f28f98be --- /dev/null +++ b/app-editors/xemacs/files/digest-xemacs-21.4.6-r3 @@ -0,0 +1,3 @@ +MD5 e27bf0aa5c332d8ee130633df7c2ca3e xemacs-21.4.6.tar.gz 10460867 +MD5 8ffd5903390fc49fd78c4e4517c0f111 efs-1.27-pkg.tar.gz 370061 +MD5 a4d511159174e4da1b20456a9c20eab5 xemacs-base-1.58-pkg.tar.gz 457041 diff --git a/app-editors/xemacs/files/emodules.info-gentoo.patch b/app-editors/xemacs/files/emodules.info-gentoo.patch new file mode 100644 index 000000000000..49e0858d192b --- /dev/null +++ b/app-editors/xemacs/files/emodules.info-gentoo.patch @@ -0,0 +1,14 @@ +--- xemacs-21.4.6/info/emodules.info.orig Mon Apr 15 23:53:59 2002 ++++ xemacs-21.4.6/info/emodules.info Mon Apr 15 23:55:34 2002 +@@ -1,6 +1,11 @@ + This is ../info/emodules.info, produced by makeinfo version 4.0b from + emodules.texi. + ++INFO-DIR-SECTION XEmacs Editor ++START-INFO-DIR-ENTRY ++* emodules: (emodules). XEmacs module loading technology. ++END-INFO-DIR-ENTRY ++ + This file documents the module loading technology of XEmacs. + + Copyright (C) 1998 J. Kean Johnston. |