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/
Date: Thu, 15 Feb 2018 20:47:07
Message-Id: 1518727545.770cab1f4c6dba4e22a10af6c2a6df51d40a61ed.ulm@gentoo
1 commit: 770cab1f4c6dba4e22a10af6c2a6df51d40a61ed
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 20:40:05 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 20:45:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770cab1f
7
8 app-emacs/auctex: Version bump.
9
10 auctex-11.92 is the last version supporting Emacs 23 and will be the
11 next stable candidate.
12
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14
15 app-emacs/auctex/Manifest | 2 ++
16 app-emacs/auctex/auctex-11.92.ebuild | 60 +++++++++++++++++++++++++++++++++++
17 app-emacs/auctex/auctex-12.1.ebuild | 61 ++++++++++++++++++++++++++++++++++++
18 3 files changed, 123 insertions(+)
19
20 diff --git a/app-emacs/auctex/Manifest b/app-emacs/auctex/Manifest
21 index bab5a046220..254ccad9faa 100644
22 --- a/app-emacs/auctex/Manifest
23 +++ b/app-emacs/auctex/Manifest
24 @@ -1,3 +1,5 @@
25 DIST auctex-11.88.tar.gz 1302836 BLAKE2B ffb7d3ff8d5b2cc8208bddf782a736c2d347be399fe3702c6bcc2e7cda3562b667bc42204ceac9ec512587f6ecf28fd7a6d1b720ce8b5de9ef815d6af772393c SHA512 30c422b52b3fc698e453ada9643038dd30978f6b1a99f5118a53ae5b939d63246adcb1937f0e5c4cf166477dca78fa17d721402a90c833c9e91d75072ae0f67d
26 DIST auctex-11.89.tar.gz 1332904 BLAKE2B 1f89b9ee81d5cf5c896ce38731bb43978827452d607f7b61b995d55911bc36ca0071d0abadb293234e9c3f41bb8a57b92951e4eb0c3d7f13db063cb286920f37 SHA512 a78ddefb46c1eb271646f3c4e723f49a913e391eb58263df3d3de272bc1ad5b70c0a9de682f28124aa5a48b36c030b3e83425667ee1a1973a054ff03ef1d8be9
27 DIST auctex-11.90.tar.gz 1437331 BLAKE2B 9f4c236132fcebb2c6996d3105e6e6d095e29e1ff531ad9d55c609b972a0a3cea0a580830c950ab6f59b0eda50625cc617e868c82a00705f41f472c08b13a7c3 SHA512 b90b246a6193570897102d8f95396b35c8b899fc594446f2455469b9c58ca8fd1dafbb852c6f167fd8500261f007c8a66531bb04582d7a5c4a50a15933b70c83
28 +DIST auctex-11.92.tar.gz 1486606 BLAKE2B 6e34d1da3bacad8f2baee2f13eb44a5b617a342c294ef4d7ba28059b678510e1d161f3f02fbcf38128c09ab4996a035e5ec28898134b967d88ad621b8b477845 SHA512 758bf82903ba0499decf0ade77c7ac70865132a24195d7e8794538b7857c448811b7ef26149a915b60ed3ee34c2ebaddb3282a320bd459c9ee3f461d6ee9b84e
29 +DIST auctex-12.1.tar.gz 1476296 BLAKE2B 1dd5db94b5b7bb572919fdcb6c7dd2ea4d17f816204bedc69756610b80370ca748a06ab100ef8221107605a5e464b6a8c2587b728ba6a964776ea6dfeb7f7165 SHA512 4c27a3b16eaf98db164832497c497576fcabb274b24c6eb3060625b7711b1de91fce9a52f7c7caaec77a93768a6ce2ec173ab1ccb72f4c56c51cc4740d380d97
30
31 diff --git a/app-emacs/auctex/auctex-11.92.ebuild b/app-emacs/auctex/auctex-11.92.ebuild
32 new file mode 100644
33 index 00000000000..7cb97b6dd62
34 --- /dev/null
35 +++ b/app-emacs/auctex/auctex-11.92.ebuild
36 @@ -0,0 +1,60 @@
37 +# Copyright 1999-2018 Gentoo Foundation
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=6
41 +
42 +inherit elisp
43 +
44 +DESCRIPTION="Extensible package for writing and formatting TeX files in Emacs"
45 +HOMEPAGE="https://www.gnu.org/software/auctex/"
46 +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
47 +
48 +LICENSE="GPL-3+ FDL-1.3+"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
51 +IUSE="preview-latex"
52 +
53 +DEPEND="virtual/latex-base
54 + preview-latex? (
55 + app-text/dvipng
56 + app-text/ghostscript-gpl
57 + )"
58 +RDEPEND="${DEPEND}"
59 +
60 +TEXMF="/usr/share/texmf-site"
61 +
62 +src_configure() {
63 + econf --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 + --docdir="${EPREFIX}/usr/share/doc/${PF}" \
70 + --disable-build-dir-test \
71 + $(use_enable preview-latex preview)
72 +}
73 +
74 +src_compile() {
75 + export VARTEXFONTS="${T}"/fonts
76 + emake
77 +}
78 +
79 +src_install() {
80 + emake -j1 DESTDIR="${D}" install
81 + elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el"
82 + if use preview-latex; then
83 + elisp-site-file-install "${FILESDIR}/60${PN}-gentoo.el"
84 + fi
85 + dodoc ChangeLog* CHANGES FAQ INSTALL PROBLEMS.preview README RELEASE TODO
86 +}
87 +
88 +pkg_postinst() {
89 + use preview-latex && texmf-update
90 + elisp-site-regen
91 +}
92 +
93 +pkg_postrm(){
94 + use preview-latex && texmf-update
95 + elisp-site-regen
96 +}
97
98 diff --git a/app-emacs/auctex/auctex-12.1.ebuild b/app-emacs/auctex/auctex-12.1.ebuild
99 new file mode 100644
100 index 00000000000..1b6155aa84d
101 --- /dev/null
102 +++ b/app-emacs/auctex/auctex-12.1.ebuild
103 @@ -0,0 +1,61 @@
104 +# Copyright 1999-2018 Gentoo Foundation
105 +# Distributed under the terms of the GNU General Public License v2
106 +
107 +EAPI=6
108 +NEED_EMACS=24
109 +
110 +inherit elisp
111 +
112 +DESCRIPTION="Extensible package for writing and formatting TeX files in Emacs"
113 +HOMEPAGE="https://www.gnu.org/software/auctex/"
114 +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
115 +
116 +LICENSE="GPL-3+ FDL-1.3+"
117 +SLOT="0"
118 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
119 +IUSE="preview-latex"
120 +
121 +DEPEND="virtual/latex-base
122 + preview-latex? (
123 + app-text/dvipng
124 + app-text/ghostscript-gpl
125 + )"
126 +RDEPEND="${DEPEND}"
127 +
128 +TEXMF="/usr/share/texmf-site"
129 +
130 +src_configure() {
131 + econf --with-emacs \
132 + --with-auto-dir="${EPREFIX}/var/lib/auctex" \
133 + --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
134 + --with-packagelispdir="${EPREFIX}${SITELISP}/${PN}" \
135 + --with-packagedatadir="${EPREFIX}${SITEETC}/${PN}" \
136 + --with-texmf-dir="${EPREFIX}${TEXMF}" \
137 + --docdir="${EPREFIX}/usr/share/doc/${PF}" \
138 + --disable-build-dir-test \
139 + $(use_enable preview-latex preview)
140 +}
141 +
142 +src_compile() {
143 + export VARTEXFONTS="${T}"/fonts
144 + emake
145 +}
146 +
147 +src_install() {
148 + emake -j1 DESTDIR="${D}" install
149 + elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el"
150 + if use preview-latex; then
151 + elisp-site-file-install "${FILESDIR}/60${PN}-gentoo.el"
152 + fi
153 + dodoc ChangeLog* CHANGES FAQ INSTALL PROBLEMS.preview README RELEASE TODO
154 +}
155 +
156 +pkg_postinst() {
157 + use preview-latex && texmf-update
158 + elisp-site-regen
159 +}
160 +
161 +pkg_postrm(){
162 + use preview-latex && texmf-update
163 + elisp-site-regen
164 +}