diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-09-13 02:14:22 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-09-13 02:14:22 +0000 |
commit | d3e751a3945df78303048810d4a2b08588ace980 (patch) | |
tree | 95c0abbe1a87182c73e7c9af648499058f555f29 /app-emacs/yatex | |
parent | Add ~alpha (diff) | |
download | gentoo-2-d3e751a3945df78303048810d4a2b08588ace980.tar.gz gentoo-2-d3e751a3945df78303048810d4a2b08588ace980.tar.bz2 gentoo-2-d3e751a3945df78303048810d4a2b08588ace980.zip |
Added missing files directory
Diffstat (limited to 'app-emacs/yatex')
-rw-r--r-- | app-emacs/yatex/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/yatex/Manifest | 5 | ||||
-rw-r--r-- | app-emacs/yatex/files/50yatex-gentoo.el | 18 | ||||
-rw-r--r-- | app-emacs/yatex/files/digest-yatex-1.71 | 1 | ||||
-rw-r--r-- | app-emacs/yatex/files/yatex-1.71-gentoo.diff | 104 |
5 files changed, 133 insertions, 2 deletions
diff --git a/app-emacs/yatex/ChangeLog b/app-emacs/yatex/ChangeLog index 82fd8408c01e..8ef401e3d6e2 100644 --- a/app-emacs/yatex/ChangeLog +++ b/app-emacs/yatex/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for app-emacs/yatex # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.1 2003/09/12 01:35:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.2 2003/09/13 02:14:16 usata Exp $ *yatex-1.71 (12 Sep 2003) + 13 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> files/50yatex-gentoo.el, + files/yatex-1.71-gentoo.diff: + Added missing files directory. Thanks to YAMAKURA Makoto <yakina@gentoo.org> + for reporting the bug. + 12 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> yatex-1.71.ebuild: Initial import. Ebuild submitted by Naoki Shindo <shindo-n@zephyr.dti.ne.jp> at GentooJP BugTrack. diff --git a/app-emacs/yatex/Manifest b/app-emacs/yatex/Manifest index e4f2f0fe99fd..dcb5d590f1cc 100644 --- a/app-emacs/yatex/Manifest +++ b/app-emacs/yatex/Manifest @@ -1,3 +1,6 @@ MD5 28a8b4dcfef35fc7d6e9896514498cbe yatex-1.71.ebuild 1140 -MD5 f8cbf24513f0e3152fef975527411071 ChangeLog 411 MD5 73b8438632d3ec40a9f16e142f48b43a metadata.xml 646 +MD5 05cd0f3dcca9e070fa0bd6c07dbaedad ChangeLog 622 +MD5 25efbe9871a1b36669916928339fa1d8 files/50yatex-gentoo.el 532 +MD5 920ec551a0bac37b6e5b1142af2df6d0 files/yatex-1.71-gentoo.diff 2634 +MD5 cea9c48d2281fc63126df7a0dbb1c43b files/digest-yatex-1.71 61 diff --git a/app-emacs/yatex/files/50yatex-gentoo.el b/app-emacs/yatex/files/50yatex-gentoo.el new file mode 100644 index 000000000000..5a20899fd9e6 --- /dev/null +++ b/app-emacs/yatex/files/50yatex-gentoo.el @@ -0,0 +1,18 @@ + +;; site-file configuration for YaTeX-mode + +;; YaTeX-mode +(setq auto-mode-alist + (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist)) +(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t) + +;; YaHtml-mode +(setq auto-mode-alist + (cons (cons "\\.html$" 'yahtml-mode) auto-mode-alist)) +(autoload 'yahtml-mode "yahtml" "Yet Another HTML mode" t) + +;; If your Kanji code is EUC-JP, then it is better to add following +;; lines into .emacs, and it makes file encoding EUC. + +(setq YaTeX-kanji-code 3) +(setq yahtml-kanji-code 3) diff --git a/app-emacs/yatex/files/digest-yatex-1.71 b/app-emacs/yatex/files/digest-yatex-1.71 new file mode 100644 index 000000000000..92bca57fdb5d --- /dev/null +++ b/app-emacs/yatex/files/digest-yatex-1.71 @@ -0,0 +1 @@ +MD5 60a55519f5800b10e3b42eed464ef738 yatex1.71.tar.gz 312189 diff --git a/app-emacs/yatex/files/yatex-1.71-gentoo.diff b/app-emacs/yatex/files/yatex-1.71-gentoo.diff new file mode 100644 index 000000000000..f662cdca79b9 --- /dev/null +++ b/app-emacs/yatex/files/yatex-1.71-gentoo.diff @@ -0,0 +1,104 @@ +Only in docs: htmlqa +Only in docs: htmlqa.eng +Only in docs: qanda +Only in docs: qanda.eng +diff -c docs/yahtmle docsnew/yahtmle +*** docs/yahtmle 2002-09-27 00:34:45.000000000 +0900 +--- docsnew/yahtmle 2002-09-26 23:24:11.000000000 +0900 +*************** +*** 3,11 **** + from file `yahtmle.tex' + using `texinfmt.el' version 2.32 of 19 November 1993. + +! +! +! + + File: yahtmle, Node: Top, Next: Intro, Prev: (dir), Up: (dir) + +--- 3,11 ---- + from file `yahtmle.tex' + using `texinfmt.el' version 2.32 of 19 November 1993. + +! START-INFO-DIR-ENTRY +! * yahtml: (yahtml). Yet Another HTML-mode for Emacs. (English). +! END-INFO-DIR-ENTRY + + File: yahtmle, Node: Top, Next: Intro, Prev: (dir), Up: (dir) + +Only in docs: yahtmle.tex +diff -c docs/yahtmlj docsnew/yahtmlj +*** docs/yahtmlj 2002-09-27 00:34:49.000000000 +0900 +--- docsnew/yahtmlj 2002-09-26 23:24:53.000000000 +0900 +*************** +*** 3,10 **** + from file `yahtmlj.tex' + using `texinfmt.el' version 2.32 of 19 November 1993. + +! +! + + + File: yahtmlj, Node: Top, Next: Intro, Prev: (dir), Up: (dir) +--- 3,11 ---- + from file `yahtmlj.tex' + using `texinfmt.el' version 2.32 of 19 November 1993. + +! START-INFO-DIR-ENTRY +! * yahtml: (yahtml-ja). Yet Another HTML-mode for Emacs. (Japanese). +! END-INFO-DIR-ENTRY + + + File: yahtmlj, Node: Top, Next: Intro, Prev: (dir), Up: (dir) +Only in docs: yahtmlj.tex +Only in docs: yatex.ref +Only in docs: yatexadd.doc +diff -c docs/yatexe docsnew/yatexe +*** docs/yatexe 2002-09-27 00:35:02.000000000 +0900 +--- docsnew/yatexe 2002-09-26 23:20:12.000000000 +0900 +*************** +*** 3,9 **** + from file `yatexe.tex' + using `texinfmt.el' version 2.32 of 19 November 1993. + +! + + + +--- 3,11 ---- + from file `yatexe.tex' + using `texinfmt.el' version 2.32 of 19 November 1993. + +! START-INFO-DIR-ENTRY +! * YaTeX: (yatex). Yet Another tex-mode for Emacs. (English). +! END-INFO-DIR-ENTRY + + + +Only in docs: yatexe.tex +Only in docs: yatexgen.doc +diff -c docs/yatexj docsnew/yatexj +*** docs/yatexj 2002-09-27 00:35:08.000000000 +0900 +--- docsnew/yatexj 2002-09-26 23:20:59.000000000 +0900 +*************** +*** 3,10 **** + from file `yatexj.tex' + using `texinfmt.el' version 2.32 of 19 November 1993. + +! +! + + + File: yatexj, Node: Top, Next: Intro, Prev: (dir), Up: (dir) +--- 3,11 ---- + from file `yatexj.tex' + using `texinfmt.el' version 2.32 of 19 November 1993. + +! START-INFO-DIR-ENTRY +! * YaTeX: (yatex-ja). Yet Another tex-mode for Emacs. (Japanese). +! END-INFO-DIR-ENTRY + + + File: yatexj, Node: Top, Next: Intro, Prev: (dir), Up: (dir) +Only in docs: yatexj.tex +Only in docs: yatexref.eng |