public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/
@ 2016-06-22 17:38 Ulrich Müller
  0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Müller @ 2016-06-22 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     21f26a0057e39b8723ecd5da9e8590a11868f118
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 17:37:26 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 17:37:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f26a00

app-emacs/yatex: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0_rc1

 app-emacs/yatex/yatex-1.76.ebuild | 8 ++++----
 app-emacs/yatex/yatex-1.77.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-emacs/yatex/yatex-1.76.ebuild b/app-emacs/yatex/yatex-1.76.ebuild
index 8d03ba4..91648dc 100644
--- a/app-emacs/yatex/yatex-1.76.ebuild
+++ b/app-emacs/yatex/yatex-1.76.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="http://www.yatex.org/${P/-/}.tar.gz"
 KEYWORDS="amd64 ppc ~ppc64 x86"
 SLOT="0"
 LICENSE="YaTeX"
-IUSE="linguas_ja"
+IUSE="l10n_ja"
 
 S="${WORKDIR}/${P/-/}"
 ELISP_PATCHES="${PN}-1.76-gentoo.patch
@@ -27,7 +27,7 @@ src_compile() {
 	cd docs
 	makeinfo yatexe.tex yahtmle.tex || die
 
-	if use linguas_ja; then
+	if use l10n_ja; then
 		iconv -f WINDOWS-31J -t UTF-8 yatexj.tex >yatex-ja.texi || die
 		iconv -f WINDOWS-31J -t UTF-8 yahtmlj.tex >yahtml-ja.texi || die
 		makeinfo yatex-ja.texi yahtml-ja.texi || die
@@ -43,7 +43,7 @@ src_install() {
 	doinfo docs/yatex.info* docs/yahtml.info*
 	dodoc docs/*.eng
 
-	if use linguas_ja; then
+	if use l10n_ja; then
 		doins help/YATEXHLP.jp
 		doinfo docs/yatex-ja.info* docs/yahtml-ja.info*
 		dodoc 00readme install docs/{htmlqa,qanda} docs/*.doc

diff --git a/app-emacs/yatex/yatex-1.77.ebuild b/app-emacs/yatex/yatex-1.77.ebuild
index 0687409..f683de2 100644
--- a/app-emacs/yatex/yatex-1.77.ebuild
+++ b/app-emacs/yatex/yatex-1.77.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="http://www.yatex.org/${P/-/}.tar.gz"
 KEYWORDS="amd64 ppc ~ppc64 x86"
 SLOT="0"
 LICENSE="YaTeX"
-IUSE="linguas_ja"
+IUSE="l10n_ja"
 
 S="${WORKDIR}/${P/-/}"
 ELISP_PATCHES="${PN}-1.76-gentoo.patch
@@ -28,7 +28,7 @@ src_compile() {
 	cd docs
 	makeinfo yatexe.tex yahtmle.tex || die
 
-	if use linguas_ja; then
+	if use l10n_ja; then
 		iconv -f WINDOWS-31J -t UTF-8 yatexj.tex >yatex-ja.texi || die
 		iconv -f WINDOWS-31J -t UTF-8 yahtmlj.tex >yahtml-ja.texi || die
 		makeinfo yatex-ja.texi yahtml-ja.texi || die
@@ -44,7 +44,7 @@ src_install() {
 	doinfo docs/yatex.info* docs/yahtml.info*
 	dodoc docs/*.eng
 
-	if use linguas_ja; then
+	if use l10n_ja; then
 		doins help/YATEXHLP.jp
 		doinfo docs/yatex-ja.info* docs/yahtml-ja.info*
 		dodoc 00readme install docs/{htmlqa,qanda} docs/*.doc


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/
@ 2018-07-27 14:27 Akinori Hattori
  0 siblings, 0 replies; 11+ messages in thread
From: Akinori Hattori @ 2018-07-27 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     752b7f32691128aa70c1acdf146c75ac490b1752
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 14:19:26 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 14:19:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752b7f32

app-emacs/yatex: update to EAPI 6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/yatex/metadata.xml      | 32 ++++++++++++++++----------------
 app-emacs/yatex/yatex-1.77.ebuild | 29 +++++++++++++++--------------
 2 files changed, 31 insertions(+), 30 deletions(-)

diff --git a/app-emacs/yatex/metadata.xml b/app-emacs/yatex/metadata.xml
index d82c1ecb87c..809a13113af 100644
--- a/app-emacs/yatex/metadata.xml
+++ b/app-emacs/yatex/metadata.xml
@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-  <email>gnu-emacs@gentoo.org</email>
-  <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<maintainer type="project">
-  <email>cjk@gentoo.org</email>
-  <name>Cjk</name>
-</maintainer>
-<longdescription lang="en">
-  YaTeX is an intelligent, acquisitive and integrated package which reduces
-  your efforts of composing LaTeX source on Emacs. And yahtml is the honest
-  and bright YaTeX-compatible major-mode package for writing HTML. If you have
-  noticed the power of YaTeX, you can drive yahtml over the HTML files quickly
-  and steadily. And vice versa, of course.
-</longdescription>
-<stabilize-allarches/>
+	<maintainer type="project">
+		<email>gnu-emacs@gentoo.org</email>
+		<name>Gentoo GNU Emacs project</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>cjk@gentoo.org</email>
+		<name>Cjk</name>
+	</maintainer>
+	<longdescription lang="en">
+		YaTeX is an intelligent, acquisitive and integrated package which reduces
+		your efforts of composing LaTeX source on Emacs. And yahtml is the honest
+		and bright YaTeX-compatible major-mode package for writing HTML. If you have
+		noticed the power of YaTeX, you can drive yahtml over the HTML files quickly
+		and steadily. And vice versa, of course.
+	</longdescription>
+	<stabilize-allarches/>
 </pkgmetadata>

diff --git a/app-emacs/yatex/yatex-1.77.ebuild b/app-emacs/yatex/yatex-1.77.ebuild
index 7b7534cc778..3909baa70f8 100644
--- a/app-emacs/yatex/yatex-1.77.ebuild
+++ b/app-emacs/yatex/yatex-1.77.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI="6"
 
-inherit elisp eutils
+inherit elisp
 
 DESCRIPTION="Yet Another TeX mode for Emacs"
 HOMEPAGE="http://www.yatex.org/"
-SRC_URI="http://www.yatex.org/${P/-/}.tar.gz"
+SRC_URI="http://www.${PN}.org/${P/-}.tar.gz"
 
 KEYWORDS="amd64 ppc ~ppc64 x86"
 SLOT="0"
 LICENSE="YaTeX"
 IUSE="l10n_ja"
 
-S="${WORKDIR}/${P/-/}"
+S="${WORKDIR}/${P/-}"
+
 ELISP_PATCHES="${PN}-1.76-gentoo.patch
 	${PN}-1.76-direntry.patch
 	${PN}-1.77-texinfo-5.patch"
@@ -25,27 +26,27 @@ src_compile() {
 	# that are only available under X
 
 	cd docs
-	makeinfo yatexe.tex yahtmle.tex || die
+	makeinfo {${PN},yahtml}e.tex || die
 
 	if use l10n_ja; then
-		iconv -f WINDOWS-31J -t UTF-8 yatexj.tex >yatex-ja.texi || die
-		iconv -f WINDOWS-31J -t UTF-8 yahtmlj.tex >yahtml-ja.texi || die
-		makeinfo yatex-ja.texi yahtml-ja.texi || die
+		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 || die
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+	elisp-install ${PN} *.el
+	elisp-site-file-install "${FILESDIR}"/${SITEFILE}
 
 	insinto ${SITEETC}/${PN}
 	doins help/YATEXHLP.eng
-	doinfo docs/yatex.info* docs/yahtml.info*
+	doinfo docs/{${PN},yahtml}.info*
 	dodoc docs/*.eng
 
 	if use l10n_ja; then
 		doins help/YATEXHLP.jp
-		doinfo docs/yatex-ja.info* docs/yahtml-ja.info*
-		dodoc 00readme install docs/{htmlqa,qanda} docs/*.doc
+		doinfo docs/{${PN},yahtml}-ja.info*
+		dodoc 00readme install docs/{htmlqa,qanda,*.doc}
 	fi
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/
@ 2018-07-27 14:27 Akinori Hattori
  0 siblings, 0 replies; 11+ messages in thread
From: Akinori Hattori @ 2018-07-27 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b277034378d26faf4c45ba58e26229837b264fdd
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 14:11:26 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 14:11:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2770343

app-emacs/yatex: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/yatex/Manifest          |  1 -
 app-emacs/yatex/yatex-1.76.ebuild | 50 ---------------------------------------
 2 files changed, 51 deletions(-)

diff --git a/app-emacs/yatex/Manifest b/app-emacs/yatex/Manifest
index 76a262aaf29..4f935daf501 100644
--- a/app-emacs/yatex/Manifest
+++ b/app-emacs/yatex/Manifest
@@ -1,2 +1 @@
-DIST yatex1.76.tar.gz 357552 BLAKE2B c829cf73d38fd0ea12bd9b831059fabae2d8cf6d7f111762a409770910aefc6f0617979e38ef0fb5c489d92c38c83832cf74e075f68a190c794aa15b5f0a696b SHA512 ff2afea1cb1b7e4bef223c13d4cc6b942b1d555959321e7cb97595dfe7ca3adbc9efa6db7d7d13cdd0bb5aa62eabc1d3383d07635b1dbbe5b15175bf99c4c416
 DIST yatex1.77.tar.gz 356721 BLAKE2B f923bc80ec32ee3d1654f15a99624251604c94af60738ad2f56b237d4385da0951bec32b32f297662540667da2648789a380b433332ce7e10f50f1d016c3b6d0 SHA512 d6b909b540b0966cfcd35a36ad7c9e8d8a821ca668ea9b0a4d1f3267a45397800769dd47ce64f5f8cbda65c274a7f415c8e86b6598a365ea41104684cf9df07f

diff --git a/app-emacs/yatex/yatex-1.76.ebuild b/app-emacs/yatex/yatex-1.76.ebuild
deleted file mode 100644
index 47cd7c4e7d4..00000000000
--- a/app-emacs/yatex/yatex-1.76.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit elisp eutils
-
-DESCRIPTION="Yet Another TeX mode for Emacs"
-HOMEPAGE="http://www.yatex.org/"
-SRC_URI="http://www.yatex.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"
-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 yatexe.tex yahtmle.tex || die
-
-	if use l10n_ja; then
-		iconv -f WINDOWS-31J -t UTF-8 yatexj.tex >yatex-ja.texi || die
-		iconv -f WINDOWS-31J -t UTF-8 yahtmlj.tex >yahtml-ja.texi || die
-		makeinfo yatex-ja.texi yahtml-ja.texi || die
-	fi
-}
-
-src_install() {
-	elisp-install ${PN} *.el || die
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-
-	insinto ${SITEETC}/${PN}
-	doins help/YATEXHLP.eng
-	doinfo docs/yatex.info* docs/yahtml.info*
-	dodoc docs/*.eng
-
-	if use l10n_ja; then
-		doins help/YATEXHLP.jp
-		doinfo docs/yatex-ja.info* docs/yahtml-ja.info*
-		dodoc 00readme install docs/{htmlqa,qanda} docs/*.doc
-	fi
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/
@ 2019-10-18 10:25 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2019-10-18 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f4917300f97ac0ecf189b40f33f54964fb116ded
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 10:24:51 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 10:24:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4917300

app-emacs/yatex: amd64 stable wrt bug #697922

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/yatex/yatex-1.80.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/yatex/yatex-1.80.ebuild b/app-emacs/yatex/yatex-1.80.ebuild
index 70503b9d1df..8fbf771ca86 100644
--- a/app-emacs/yatex/yatex-1.80.ebuild
+++ b/app-emacs/yatex/yatex-1.80.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="l10n_ja"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/
@ 2019-10-20 14:25 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2019-10-20 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     23df1a070a45589bd39218ab3a8968456886532f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 14:25:18 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 14:25:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23df1a07

app-emacs/yatex: x86 stable wrt bug #697922

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/yatex/yatex-1.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/yatex/yatex-1.80.ebuild b/app-emacs/yatex/yatex-1.80.ebuild
index 8fbf771ca86..b52ce6a134e 100644
--- a/app-emacs/yatex/yatex-1.80.ebuild
+++ b/app-emacs/yatex/yatex-1.80.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="l10n_ja"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/
@ 2019-10-21 12:08 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2019-10-21 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     86fe56b3d2b77927d809551c8c2aa8f806657039
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 12:08:15 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 12:08:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86fe56b3

app-emacs/yatex: ppc stable wrt bug #697922

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/yatex/yatex-1.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/yatex/yatex-1.80.ebuild b/app-emacs/yatex/yatex-1.80.ebuild
index b52ce6a134e..7a2a90dc7a7 100644
--- a/app-emacs/yatex/yatex-1.80.ebuild
+++ b/app-emacs/yatex/yatex-1.80.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="l10n_ja"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/
@ 2022-02-13 20:52 Jakov Smolić
  0 siblings, 0 replies; 11+ messages in thread
From: Jakov Smolić @ 2022-02-13 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5f6fc787d5d2c001417aba4f7b6fa90a54f9cfc1
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 20:51:57 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 20:51:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6fc787

app-emacs/yatex: Stabilize 1.82 ALLARCHES, #833283

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-emacs/yatex/yatex-1.82.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/yatex/yatex-1.82.ebuild b/app-emacs/yatex/yatex-1.82.ebuild
index bdf92dd93aab..23e5cbbdde33 100644
--- a/app-emacs/yatex/yatex-1.82.ebuild
+++ b/app-emacs/yatex/yatex-1.82.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.yatex.org/"
 SRC_URI="http://www.${PN}.org/${P/-}.tar.gz"
 S="${WORKDIR}/${P/-}"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="l10n_ja"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/
@ 2022-07-21  7:31 Ulrich Müller
  0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Müller @ 2022-07-21  7:31 UTC (permalink / raw
  To: gentoo-commits

commit:     02c29d5f7c4de78fa1c1b85d9447caa1d6b4b2ab
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 07:28:50 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 07:29:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c29d5f

app-emacs/yatex: drop 1.80

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/yatex/Manifest          |  1 -
 app-emacs/yatex/yatex-1.80.ebuild | 54 ---------------------------------------
 2 files changed, 55 deletions(-)

diff --git a/app-emacs/yatex/Manifest b/app-emacs/yatex/Manifest
index 475ff65ae333..3b3184d1355e 100644
--- a/app-emacs/yatex/Manifest
+++ b/app-emacs/yatex/Manifest
@@ -1,2 +1 @@
-DIST yatex1.80.tar.gz 376944 BLAKE2B 355726fb3b38bfbc314647739d4af6e588848b5ade208fe1e026106a7cc2c220edcf10214f37ee7c9cc461ecb3e776c3969e329d5a331b3d8ce9f669f2361e26 SHA512 6548d1ac95ce95198468698d9b91449736e4be8af15d29352c00f7604fd7b34b2c606afb2d90d1115fd64dc859efdd9c993a6b3733f9321ca7671615977b4bd5
 DIST yatex1.82.tar.gz 387358 BLAKE2B 77c88563e3beb7b29ac8a4d7204d14b966c9a88b1c2f04c6160089f0b61a70c9d6aa135d2e1cee6e13a90cc108428ce80e7ef0d0b8852b9a8651e67f34af7e1e SHA512 8c2890fc12e93aace5ac51e24da315a9d241aec023a3c67187c1fd28d2a7a02d1688b7e1177e1ba13411ecb394b5d581298c735cd80195e663bbdcf240f10fe5

diff --git a/app-emacs/yatex/yatex-1.80.ebuild b/app-emacs/yatex/yatex-1.80.ebuild
deleted file mode 100644
index 7a2a90dc7a7a..000000000000
--- a/app-emacs/yatex/yatex-1.80.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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="BSD-2"
-IUSE="l10n_ja"
-
-S="${WORKDIR}/${P/-}"
-
-ELISP_PATCHES="${PN}-1.76-direntry.patch
-	${P}-texinfo-5.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
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/
@ 2024-05-06 18:00 Maciej Barć
  0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2024-05-06 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     2fb7ea275e890ed9437a526174c27aa2483049ec
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 17:45:18 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon May  6 18:00:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb7ea27

app-emacs/yatex: bump to 1.83

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/yatex/Manifest          |  1 +
 app-emacs/yatex/yatex-1.83.ebuild | 61 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/app-emacs/yatex/Manifest b/app-emacs/yatex/Manifest
index 3b3184d1355e..8549582bb47f 100644
--- a/app-emacs/yatex/Manifest
+++ b/app-emacs/yatex/Manifest
@@ -1 +1,2 @@
 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.83.ebuild b/app-emacs/yatex/yatex-1.83.ebuild
new file mode 100644
index 000000000000..989294002687
--- /dev/null
+++ b/app-emacs/yatex/yatex-1.83.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 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/-}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="l10n_ja"
+
+BDEPEND="
+	l10n_ja? ( virtual/libiconv )
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.76-direntry.patch"
+	"${FILESDIR}/${PN}-1.80-texinfo-5.patch"
+	"${FILESDIR}/${PN}-1.82-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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/
@ 2024-06-07 17:46 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-06-07 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     9b223e0748ed348b6c38bfd4618b128226a4480f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 17:46:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 17:46:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b223e07

app-emacs/yatex: Stabilize 1.83 ALLARCHES, #933739

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/yatex/yatex-1.83.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/yatex/yatex-1.83.ebuild b/app-emacs/yatex/yatex-1.83.ebuild
index 989294002687..2e3734d12b4d 100644
--- a/app-emacs/yatex/yatex-1.83.ebuild
+++ b/app-emacs/yatex/yatex-1.83.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/-}"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="l10n_ja"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/
@ 2024-06-09 18:54 Matt Turner
  0 siblings, 0 replies; 11+ messages in thread
From: Matt Turner @ 2024-06-09 18:54 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-06-09 18:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-18 10:25 [gentoo-commits] repo/gentoo:master commit in: app-emacs/yatex/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09 18:54 Matt Turner
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
2018-07-27 14:27 Akinori Hattori
2018-07-27 14:27 Akinori Hattori
2016-06-22 17:38 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox