From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/
Date: Sun, 9 Jun 2024 18:54:43 +0000 (UTC) [thread overview]
Message-ID: <1717959274.5f3c7a621576eba09ff7b28443be22a7f611b19b.mattst88@gentoo> (raw)
commit: 5f3c7a621576eba09ff7b28443be22a7f611b19b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 18:47:48 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun 9 18:54:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3c7a62
app-emacs/yatex: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-emacs/yatex/Manifest | 1 -
app-emacs/yatex/yatex-1.82.ebuild | 58 ---------------------------------------
2 files changed, 59 deletions(-)
diff --git a/app-emacs/yatex/Manifest b/app-emacs/yatex/Manifest
index 8549582bb47f..05e2cbc10e87 100644
--- a/app-emacs/yatex/Manifest
+++ b/app-emacs/yatex/Manifest
@@ -1,2 +1 @@
-DIST yatex1.82.tar.gz 387358 BLAKE2B 77c88563e3beb7b29ac8a4d7204d14b966c9a88b1c2f04c6160089f0b61a70c9d6aa135d2e1cee6e13a90cc108428ce80e7ef0d0b8852b9a8651e67f34af7e1e SHA512 8c2890fc12e93aace5ac51e24da315a9d241aec023a3c67187c1fd28d2a7a02d1688b7e1177e1ba13411ecb394b5d581298c735cd80195e663bbdcf240f10fe5
DIST yatex1.83.tar.gz 389259 BLAKE2B 40a5475c1b46e93531eeac3b7ed3e90f7a68c0faad91cc9c74b38af0e36a83578032615a2dfdcd7a6ede2b9eda36e128581c162a84b913362612cd07df9f1d81 SHA512 7e12532a5af8139b99457ff1137b19e5d1272f6bc13e3baea62d57e6ec036154ae733696ae8b6c1c1b8a6949aaa0425a34a8485ce61cbe0df72ceee1489eaedf
diff --git a/app-emacs/yatex/yatex-1.82.ebuild b/app-emacs/yatex/yatex-1.82.ebuild
deleted file mode 100644
index 23e5cbbdde33..000000000000
--- a/app-emacs/yatex/yatex-1.82.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Yet Another TeX mode for Emacs"
-HOMEPAGE="http://www.yatex.org/"
-SRC_URI="http://www.${PN}.org/${P/-}.tar.gz"
-S="${WORKDIR}/${P/-}"
-
-KEYWORDS="amd64 ppc ~ppc64 x86"
-SLOT="0"
-LICENSE="BSD-2"
-IUSE="l10n_ja"
-
-BDEPEND="l10n_ja? ( virtual/libiconv )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.76-direntry.patch
- "${FILESDIR}"/${PN}-1.80-texinfo-5.patch
- "${FILESDIR}"/${P}-texinfo.patch
-)
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
- sed -i "/(help-dir/,/)))/c\ (help-dir \"${SITEETC}/${PN}\"))" ${PN}hlp.el
-
- elisp_src_prepare
-}
-
-src_compile() {
- 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 install docs/*.eng
-
- if use l10n_ja; then
- doins help/YATEXHLP.jp
- doinfo docs/{${PN},yahtml}-ja.info*
- dodoc 00readme ${PN}.new docs/{htmlqa,qanda,*.doc}
- fi
-}
next reply other threads:[~2024-06-09 18:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-09 18:54 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-03 20:35 [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/ Maciej Barć
2025-06-22 15:23 Sam James
2025-05-22 23:01 Maciej Barć
2024-06-07 17:46 Arthur Zamarin
2024-05-06 18:00 Maciej Barć
2022-07-21 7:31 Ulrich Müller
2022-02-13 20:52 Jakov Smolić
2019-10-21 12:08 Agostino Sarubbo
2019-10-20 14:25 Agostino Sarubbo
2019-10-18 10:25 Agostino Sarubbo
2018-07-27 14:27 Akinori Hattori
2018-07-27 14:27 Akinori Hattori
2016-06-22 17:38 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1717959274.5f3c7a621576eba09ff7b28443be22a7f611b19b.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox