Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/slatex/
Date: Sun, 19 Jan 2020 14:32:01
Message-Id: 1579444284.d29795d2659ade017a3d5148703d3af25e69334d.zlogene@gentoo
1 commit: d29795d2659ade017a3d5148703d3af25e69334d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 14:31:24 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 14:31:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29795d2
7
8 dev-tex/slatex: port to EAPI=7
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-tex/slatex/slatex-20090928_p20180415.ebuild | 9 +++++----
14 1 file changed, 5 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-tex/slatex/slatex-20090928_p20180415.ebuild b/dev-tex/slatex/slatex-20090928_p20180415.ebuild
17 index a74acfadcc9..afcfca95701 100644
18 --- a/dev-tex/slatex/slatex-20090928_p20180415.ebuild
19 +++ b/dev-tex/slatex/slatex-20090928_p20180415.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 # for updating the texmf database, id est latex-package_rehash
29 inherit latex-package
30
31 -DESCRIPTION="SLaTeX is a Scheme program allowing you to write Scheme in your (La)TeX source"
32 +DESCRIPTION="A Scheme program allowing you to write Scheme in your (La)TeX source"
33 HOMEPAGE="http://www.ccs.neu.edu/home/dorai/slatex/slatxdoc.html"
34 SRC_URI="http://www.ccs.neu.edu/home/dorai/slatex/${PN}.tar.bz2 -> ${P}.tar.bz2"
35
36 @@ -19,10 +19,11 @@ DEPEND="${RDEPEND}
37 dev-scheme/scmxlate"
38
39 S="${WORKDIR}/${PN}"
40 +
41 TARGET_DIR="/usr/share/${PN}"
42
43 src_prepare() {
44 - eapply_user
45 + default
46 sed "s:\"/home/dorai/.www/slatex/slatex.scm\":\"${TARGET_DIR}/slatex.scm\":" \
47 -i scmxlate-slatex-src.scm || die "sed failed"
48 }