app-emacs/yatex: Remove old.
authorUlrich Müller <ulm@gentoo.org>
Mon, 21 Oct 2019 18:32:33 +0000 (20:32 +0200)
committerUlrich Müller <ulm@gentoo.org>
Mon, 21 Oct 2019 18:32:52 +0000 (20:32 +0200)
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-emacs/yatex/Manifest
app-emacs/yatex/files/yatex-1.76-gentoo.patch [deleted file]
app-emacs/yatex/files/yatex-1.77-texinfo-5.patch [deleted file]
app-emacs/yatex/yatex-1.77.ebuild [deleted file]

index fa48203d8f0eef6ad03293070eb2d1588132a1e1..7ff4894c24f5398a134d880904716a9b410ba1ac 100644 (file)
@@ -1,2 +1 @@
-DIST yatex1.77.tar.gz 356721 BLAKE2B f923bc80ec32ee3d1654f15a99624251604c94af60738ad2f56b237d4385da0951bec32b32f297662540667da2648789a380b433332ce7e10f50f1d016c3b6d0 SHA512 d6b909b540b0966cfcd35a36ad7c9e8d8a821ca668ea9b0a4d1f3267a45397800769dd47ce64f5f8cbda65c274a7f415c8e86b6598a365ea41104684cf9df07f
 DIST yatex1.80.tar.gz 376944 BLAKE2B 355726fb3b38bfbc314647739d4af6e588848b5ade208fe1e026106a7cc2c220edcf10214f37ee7c9cc461ecb3e776c3969e329d5a331b3d8ce9f669f2361e26 SHA512 6548d1ac95ce95198468698d9b91449736e4be8af15d29352c00f7604fd7b34b2c606afb2d90d1115fd64dc859efdd9c993a6b3733f9321ca7671615977b4bd5
diff --git a/app-emacs/yatex/files/yatex-1.76-gentoo.patch b/app-emacs/yatex/files/yatex-1.76-gentoo.patch
deleted file mode 100644 (file)
index ed2b52a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/yatexhlp.el
-+++ b/yatexhlp.el
-@@ -9,12 +9,7 @@
-                        (cond (YaTeX-japan "jp")
-                              (t "eng"))))
-       (help-dir
--       (cond
--      ((and (boundp 'site-directory) site-directory) site-directory)
--      ((string-match "\\.app/" doc-directory) ;For Emacs.app(Darwin)
--       (expand-file-name "../site-lisp" doc-directory))
--      (YaTeX-emacs-19 (expand-file-name "../../site-lisp" doc-directory))
--      (t exec-directory))))
-+       "/usr/share/emacs/etc/yatex"))
-   (defvar YaTeX-help-file
-     (expand-file-name help-file help-dir)
-     "*Help file of LaTeX/TeX commands or macros.")
diff --git a/app-emacs/yatex/files/yatex-1.77-texinfo-5.patch b/app-emacs/yatex/files/yatex-1.77-texinfo-5.patch
deleted file mode 100644 (file)
index d2e2fe1..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
---- a/docs/yahtmle.tex
-+++ b/docs/yahtmle.tex
-@@ -1,4 +1,4 @@
--\def\lang{eng} % -*- texinfo -*- for Texinfo V.3.1 
-+@c \def\lang{eng} % -*- texinfo -*- for Texinfo V.3.1 
- \input texinfo
- @setfilename yahtml.info
- @settitle Yet Another html-mode for Emacs
---- a/docs/yahtmlj.tex
-+++ b/docs/yahtmlj.tex
-@@ -1,4 +1,4 @@
--\def\lang{jp} % -*- texinfo -*- for Texinfo V.3.1 
-+@c \def\lang{jp} % -*- texinfo -*- for Texinfo V.3.1 
- \input texinfo
- @setfilename yahtml-ja.info
- @settitle Yet Another html-mode for Emacs
---- a/docs/yatexe.tex
-+++ b/docs/yatexe.tex
-@@ -1,4 +1,4 @@
--\def\lang{jp} % -*- texinfo -*-
-+@c \def\lang{jp} % -*- texinfo -*-
- \input texinfo.tex
- @setfilename yatex.info
- @settitle Yet Another tex-mode for Emacs
-@@ -705,7 +705,7 @@
- @item M-x YaTeX-section-overview
-         @dots{} Generate *Sectioning Lines* buffer
- @end table
--@cindex{Generate the listing of sectioning units}
-+@cindex Generate the listing of sectioning units
- from the LaTeX source buffer.  In this listing buffer, typing @kbd{u} on
- the sectioning command shifts up the corresponding sectioning command in
- source text and @kbd{d} shifts down.  After marking lines in the listing
-@@ -1087,7 +1087,7 @@
- @node Invoking image processor, Jump to main file, Jump to corresponding object, Cursor jump
- @comment  node-name,  next,  previous,  up
- @section Invoking image processor
--@cindex{Drawing tool invocation}
-+@cindex Drawing tool invocation
- `image-including line' described above means such lines as
- @code{\epsfile@{file=foo.ps@}}.  If you type @kbd{[prefix] g} on that
-@@ -2179,9 +2179,9 @@
- @table @kbd
- @item [F]
- YaTeX:read-position
--@itemx [A]
-+@item [A]
- Character list which can show up in the brackets
--@itemx [D]
-+@item [D]
-    Return the location specifier such as `[htb]'.  When
- nothing is entered, omit [] itself.  If the possible characters
- are "htbp", call this function as
-@@ -2189,9 +2189,9 @@
- @item [F]
- YaTeX:read-coordinates
--@itemx [A]
-+@item [A]
- Base prompt, X-axis prompt, Y-axis prompt     (each optional)        
--@itemx [D]
-+@item [D]
-   Read the coordinates with the prompt ``BasePrompt X-axisPrompt:'' for
- X-axis, ``BasePrompt Y-axisPrompt:'' for Y-axis, and return it in the form 
- of ``(X,Y)''.  The default prompts are @code{Dimension}, @code{X},
-@@ -2199,9 +2199,9 @@
- @item [F]
- YaTeX:check-completion-type
--@itemx [A]
-+@item [A]
- One of the symbols: 'begin, 'section, or 'maketitle
--@itemx [D]
-+@item [D]
-   Check the current completion type is specified one and cause error if
- not. The variable @code{YaTeX-current-completion-type} holds the symbol
- according to the current completion type.
---- a/docs/yatexj.tex
-+++ b/docs/yatexj.tex
-@@ -1,4 +1,4 @@
--\def\lang{jp} % -*- texinfo -*- for Texinfo V.3.1 
-+@c \def\lang{jp} % -*- texinfo -*- for Texinfo V.3.1 
- \input texinfo
- @setfilename yatex-ja.info
- @settitle Yet Another tex-mode for Emacs
diff --git a/app-emacs/yatex/yatex-1.77.ebuild b/app-emacs/yatex/yatex-1.77.ebuild
deleted file mode 100644 (file)
index 3909baa..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit elisp
-
-DESCRIPTION="Yet Another TeX mode for Emacs"
-HOMEPAGE="http://www.yatex.org/"
-SRC_URI="http://www.${PN}.org/${P/-}.tar.gz"
-
-KEYWORDS="amd64 ppc ~ppc64 x86"
-SLOT="0"
-LICENSE="YaTeX"
-IUSE="l10n_ja"
-
-S="${WORKDIR}/${P/-}"
-
-ELISP_PATCHES="${PN}-1.76-gentoo.patch
-       ${PN}-1.76-direntry.patch
-       ${PN}-1.77-texinfo-5.patch"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-       # byte-compilation fails (as of 1.74): yatexlib.el requires fonts
-       # that are only available under X
-
-       cd docs
-       makeinfo {${PN},yahtml}e.tex || die
-
-       if use l10n_ja; then
-               iconv -f WINDOWS-31J -t UTF-8 ${PN}j.tex  > ${PN}-ja.texi  || die
-               iconv -f WINDOWS-31J -t UTF-8 yahtmlj.tex > yahtml-ja.texi || die
-               makeinfo {${PN},yahtml}-ja.texi || die
-       fi
-}
-
-src_install() {
-       elisp-install ${PN} *.el
-       elisp-site-file-install "${FILESDIR}"/${SITEFILE}
-
-       insinto ${SITEETC}/${PN}
-       doins help/YATEXHLP.eng
-       doinfo docs/{${PN},yahtml}.info*
-       dodoc docs/*.eng
-
-       if use l10n_ja; then
-               doins help/YATEXHLP.jp
-               doinfo docs/{${PN},yahtml}-ja.info*
-               dodoc 00readme install docs/{htmlqa,qanda,*.doc}
-       fi
-}