Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/auctex/, app-emacs/auctex/files/
Date: Sat, 06 Feb 2021 16:50:28
Message-Id: 1612630128.139f76293e9b9848c13969b6b50e6e088ea4063b.ulm@gentoo
1 commit: 139f76293e9b9848c13969b6b50e6e088ea4063b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 16:48:05 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 16:48:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139f7629
7
8 app-emacs/auctex: Remove old
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/auctex/Manifest | 1 -
14 app-emacs/auctex/auctex-12.1-r1.ebuild | 62 -----------------------
15 app-emacs/auctex/files/auctex-12.1-autoload.patch | 33 ------------
16 3 files changed, 96 deletions(-)
17
18 diff --git a/app-emacs/auctex/Manifest b/app-emacs/auctex/Manifest
19 index 56446f1b220..4bdc9ca0d94 100644
20 --- a/app-emacs/auctex/Manifest
21 +++ b/app-emacs/auctex/Manifest
22 @@ -1,4 +1,3 @@
23 DIST auctex-11.92.tar.gz 1486606 BLAKE2B 6e34d1da3bacad8f2baee2f13eb44a5b617a342c294ef4d7ba28059b678510e1d161f3f02fbcf38128c09ab4996a035e5ec28898134b967d88ad621b8b477845 SHA512 758bf82903ba0499decf0ade77c7ac70865132a24195d7e8794538b7857c448811b7ef26149a915b60ed3ee34c2ebaddb3282a320bd459c9ee3f461d6ee9b84e
24 -DIST auctex-12.1.tar.gz 1476296 BLAKE2B 1dd5db94b5b7bb572919fdcb6c7dd2ea4d17f816204bedc69756610b80370ca748a06ab100ef8221107605a5e464b6a8c2587b728ba6a964776ea6dfeb7f7165 SHA512 4c27a3b16eaf98db164832497c497576fcabb274b24c6eb3060625b7711b1de91fce9a52f7c7caaec77a93768a6ce2ec173ab1ccb72f4c56c51cc4740d380d97
25 DIST auctex-12.2.tar.gz 1511396 BLAKE2B 02cad76c8846fc10dc1bd94d15fb1d6f56a9beead96deaa32a5e9a43241b232f021d9abe1965e10e53b941a223c500b301b1c467228bf8d9ed2646fa70bae647 SHA512 412e247ad9ba7feb768cade0a7098cc79991ccdf350248836813d572bfe2339f52c4e0e9ce631354e2c2d434217274aa9116e61d122a625a45a7f67aabd2316b
26 DIST auctex-12.3.tar.gz 1534283 BLAKE2B b70db839cd82805ed0410f8b92c5f19a78e92ee8f23d18962f0da77bdfdbac4264272805135c7f16ba35c461017aac74030071c85d2ff413f8eff542cad670d2 SHA512 29c411a7f18e0dd2d84edaf935e278cdf694644e01f40c26c26da403efa0a823fc3110c291d218bf930cad208dc249ca665dc20ccad5e2b44bd3caae828079ca
27
28 diff --git a/app-emacs/auctex/auctex-12.1-r1.ebuild b/app-emacs/auctex/auctex-12.1-r1.ebuild
29 deleted file mode 100644
30 index 965c79c5318..00000000000
31 --- a/app-emacs/auctex/auctex-12.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,62 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -NEED_EMACS=24
39 -
40 -inherit elisp
41 -
42 -DESCRIPTION="Extensible package for writing and formatting TeX files in Emacs"
43 -HOMEPAGE="https://www.gnu.org/software/auctex/"
44 -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="GPL-3+ FDL-1.3+"
47 -SLOT="0"
48 -KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
49 -IUSE="preview-latex"
50 -
51 -RDEPEND="virtual/latex-base
52 - preview-latex? (
53 - app-text/dvipng
54 - app-text/ghostscript-gpl
55 - )"
56 -BDEPEND="${RDEPEND}"
57 -
58 -ELISP_PATCHES="${P}-autoload.patch"
59 -TEXMF="/usr/share/texmf-site"
60 -
61 -src_configure() {
62 - econf \
63 - --with-emacs \
64 - --with-auto-dir="${EPREFIX}/var/lib/auctex" \
65 - --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
66 - --with-packagelispdir="${EPREFIX}${SITELISP}/${PN}" \
67 - --with-packagedatadir="${EPREFIX}${SITEETC}/${PN}" \
68 - --with-texmf-dir="${EPREFIX}${TEXMF}" \
69 - --disable-build-dir-test \
70 - $(use_enable preview-latex preview)
71 -}
72 -
73 -src_compile() {
74 - export VARTEXFONTS="${T}"/fonts
75 - emake
76 -}
77 -
78 -src_install() {
79 - emake -j1 DESTDIR="${D}" install
80 - elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el"
81 - if use preview-latex; then
82 - elisp-site-file-install "${FILESDIR}/60${PN}-gentoo.el"
83 - fi
84 - dodoc ChangeLog* CHANGES FAQ INSTALL PROBLEMS.preview README RELEASE TODO
85 -}
86 -
87 -pkg_postinst() {
88 - use preview-latex && texmf-update
89 - elisp-site-regen
90 -}
91 -
92 -pkg_postrm() {
93 - use preview-latex && texmf-update
94 - elisp-site-regen
95 -}
96
97 diff --git a/app-emacs/auctex/files/auctex-12.1-autoload.patch b/app-emacs/auctex/files/auctex-12.1-autoload.patch
98 deleted file mode 100644
99 index 3ee765d94ca..00000000000
100 --- a/app-emacs/auctex/files/auctex-12.1-autoload.patch
101 +++ /dev/null
102 @@ -1,33 +0,0 @@
103 -commit 1b88eda687913a3a355a010ed0483bfcfce28301
104 -Author: Tassilo Horn <tsdh@×××.org>
105 -Date: Fri May 17 22:07:10 2019 +0200
106 -
107 - Fix autoload generation code (bug#35758)
108 -
109 - * Makefile.in (AUTOLOAD,PREVIEW_AUTOLOAD): Use arg instead of
110 - generated-autoload-file (bug#35758).
111 -
112 -diff --git a/Makefile.in b/Makefile.in
113 -index 822eea9f..74659f7a 100644
114 ---- a/Makefile.in
115 -+++ b/Makefile.in
116 -@@ -52,12 +52,15 @@ PACKAGE=auctex
117 - PACKAGE_INFO=auctex preview-latex
118 - EMACS=@EMACS@
119 - ELCC=$(EMACS) -batch -q -no-site-file -no-init-file -l lpath.el
120 --AUTOLOAD=--eval '(let ((generated-autoload-file (expand-file-name "$@"))) \
121 -- (mapcar (function update-file-autoloads) command-line-args-left) \
122 -+AUTOLOAD=--eval '(let ((autoload-file (expand-file-name "$@"))) \
123 -+ (mapcar (lambda (file) \
124 -+ (update-file-autoloads file nil autoload-file)) \
125 -+ command-line-args-left) \
126 - (save-buffers-kill-emacs t))'
127 -
128 --PREVIEW_AUTOLOAD=--eval '(let ((generated-autoload-file (expand-file-name "$@"))) \
129 -- (update-file-autoloads "preview.el")(save-buffers-kill-emacs t))'
130 -+PREVIEW_AUTOLOAD=--eval '(let ((autoload-file (expand-file-name "$@"))) \
131 -+ (update-file-autoloads "preview.el" nil autoload-file) \
132 -+ (save-buffers-kill-emacs t))'
133 -
134 - # Files and directories excluded from distributed tar ball.
135 - EXCLUDEDFILES=autogen.sh .gitignore doc/.gitignore doc/tex-ref.log \