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-texlive/texlive-basic/
Date: Wed, 05 Jun 2019 14:55:30
Message-Id: 1559746519.0f5ca8a6a916b683ea074b2b3082166afd7a5d0e.zlogene@gentoo
1 commit: 0f5ca8a6a916b683ea074b2b3082166afd7a5d0e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 14:54:02 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 14:55:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5ca8a6
7
8 dev-texlive/texlive-basic: revbump to ammend wrong dehyph-exptl changes
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 .../texlive-basic/texlive-basic-2019-r1.ebuild | 23 ++++++++++++++++++++++
14 1 file changed, 23 insertions(+)
15
16 diff --git a/dev-texlive/texlive-basic/texlive-basic-2019-r1.ebuild b/dev-texlive/texlive-basic/texlive-basic-2019-r1.ebuild
17 new file mode 100644
18 index 00000000000..f4e6bb55730
19 --- /dev/null
20 +++ b/dev-texlive/texlive-basic/texlive-basic-2019-r1.ebuild
21 @@ -0,0 +1,23 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI="7"
26 +
27 +TEXLIVE_MODULE_CONTENTS="amsfonts bibtex cm colorprofiles enctex etex etex-pkg graphics-def hyph-utf8 ifluatex ifxetex knuth-lib knuth-local lua-alt-getopt luatex makeindex metafont mflogo mfware pdftex plain tex
28 +tex-ini-files texlive-common texlive-docindex texlive-en texlive-msg-translations texlive-scripts tlshell unicode-data updmap-map collection-basic"
29 +
30 +TEXLIVE_MODULE_DOC_CONTENTS="amsfonts.doc bibtex.doc cm.doc colorprofiles.doc enctex.doc etex.doc etex-pkg.doc graphics-def.doc hyph-utf8.doc ifluatex.doc ifxetex.doc lua-alt-getopt.doc luatex.doc makeindex.doc
31 +metafont.doc mflogo.doc mfware.doc pdftex.doc tex.doc tex-ini-files.doc texlive-common.doc texlive-docindex.doc texlive-en.doc texlive-scripts.doc tlshell.doc unicode-data.doc"
32 +TEXLIVE_MODULE_SRC_CONTENTS="amsfonts.source hyph-utf8.source ifluatex.source ifxetex.source mflogo.source "
33 +TEXLIVE_MODULE_OPTIONAL_ENGINE="luajittex"
34 +inherit texlive-module
35 +DESCRIPTION="TeXLive Essential programs and files"
36 +
37 +LICENSE=" GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c MIT OFL public-domain TeX TeX-other-free "
38 +SLOT="0"
39 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
40 +IUSE=""
41 +DEPEND="!<app-text/dvipsk-5.996_p20160523
42 +>=app-text/texlive-core-2019[luajittex?]"
43 +RDEPEND="${DEPEND}"
44 +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/simpdftex/simpdftex texmf-dist/scripts/texlive/rungs.tlu"