diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-04 10:47:23 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-04 10:49:12 +0300 |
commit | 9bd4212400bd64fc35bb758ee03d5a7f30d1a7f7 (patch) | |
tree | 2f4709f92d4cb2b4957ee91cfad3f88fd1381ab5 /dev-texlive/texlive-langcjk/texlive-langcjk-2021.ebuild | |
parent | games-arcade/briquolo: toolchain-funcs-- (diff) | |
download | gentoo-9bd4212400bd64fc35bb758ee03d5a7f30d1a7f7.tar.gz gentoo-9bd4212400bd64fc35bb758ee03d5a7f30d1a7f7.tar.bz2 gentoo-9bd4212400bd64fc35bb758ee03d5a7f30d1a7f7.zip |
dev-texlive: add TeXLive 2021
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-texlive/texlive-langcjk/texlive-langcjk-2021.ebuild')
-rw-r--r-- | dev-texlive/texlive-langcjk/texlive-langcjk-2021.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-texlive/texlive-langcjk/texlive-langcjk-2021.ebuild b/dev-texlive/texlive-langcjk/texlive-langcjk-2021.ebuild new file mode 100644 index 000000000000..c2170578059a --- /dev/null +++ b/dev-texlive/texlive-langcjk/texlive-langcjk-2021.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TEXLIVE_MODULE_CONTENTS="adobemapping c90 cjk-gs-integrate cjk cjkpunct cjkutils dnp garuda-c90 fixjfm jfmutil norasi-c90 pxtatescale xcjk2uni zxjafont collection-langcjk +" +TEXLIVE_MODULE_DOC_CONTENTS="c90.doc cjk-gs-integrate.doc cjk.doc cjkpunct.doc cjkutils.doc fixjfm.doc jfmutil.doc pxtatescale.doc xcjk2uni.doc zxjafont.doc " +TEXLIVE_MODULE_SRC_CONTENTS="c90.source cjk-gs-integrate.source cjk.source cjkpunct.source garuda-c90.source norasi-c90.source xcjk2uni.source " +inherit texlive-module +DESCRIPTION="TeXLive Chinese/Japanese/Korean (base)" + +LICENSE=" BSD GPL-1 GPL-2 GPL-3 LPPL-1.3 LPPL-1.3c MIT TeX " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2021 +>=dev-texlive/texlive-basic-2019 +>=app-text/texlive-core-2010[cjk] +>=dev-texlive/texlive-latex-2011 +" +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/cjk-gs-integrate/cjk-gs-integrate.pl" |