diff options
author | 2021-04-04 10:47:23 +0300 | |
---|---|---|
committer | 2021-04-04 10:49:12 +0300 | |
commit | 9bd4212400bd64fc35bb758ee03d5a7f30d1a7f7 (patch) | |
tree | 2f4709f92d4cb2b4957ee91cfad3f88fd1381ab5 /dev-texlive/texlive-langchinese/texlive-langchinese-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-langchinese/texlive-langchinese-2021.ebuild')
-rw-r--r-- | dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild b/dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild new file mode 100644 index 000000000000..eb432fcf8c4f --- /dev/null +++ b/dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TEXLIVE_MODULE_CONTENTS="arphic arphic-ttf asymptote-by-example-zh-cn asymptote-faq-zh-cn asymptote-manual-zh-cn cns ctex ctex-faq fandol fduthesis hyphen-chinese impatient-cn install-latex-guide-zh-cn latex-notes-zh-cn lshort-chinese nanicolle njurepo pgfornament-han qyxf-book texlive-zh-cn texproposal xtuthesis upzhkinsoku xpinyin zhlineskip zhlipsum zhmetrics zhmetrics-uptex zhnumber zhspacing collection-langchinese +" +TEXLIVE_MODULE_DOC_CONTENTS="arphic.doc arphic-ttf.doc asymptote-by-example-zh-cn.doc asymptote-faq-zh-cn.doc asymptote-manual-zh-cn.doc cns.doc ctex.doc ctex-faq.doc fandol.doc fduthesis.doc impatient-cn.doc install-latex-guide-zh-cn.doc latex-notes-zh-cn.doc lshort-chinese.doc nanicolle.doc njurepo.doc pgfornament-han.doc qyxf-book.doc texlive-zh-cn.doc texproposal.doc xtuthesis.doc upzhkinsoku.doc xpinyin.doc zhlineskip.doc zhlipsum.doc zhmetrics.doc zhmetrics-uptex.doc zhnumber.doc zhspacing.doc " +TEXLIVE_MODULE_SRC_CONTENTS="ctex.source fduthesis.source njurepo.source xpinyin.source zhlipsum.source zhmetrics.source zhnumber.source " +inherit texlive-module +DESCRIPTION="TeXLive Chinese" + +LICENSE=" FDL-1.1 GPL-1 GPL-2 LGPL-2 LPPL-1.3 LPPL-1.3c MIT public-domain TeX TeX-other-free " +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-langcjk-2021" + +RDEPEND="${DEPEND} " +# Avoids collision with app-text/ttf2pk2 +src_prepare() { + default + local i=texmf-dist/source/fonts/zhmetrics/ttfonts.map + [[ -f ${i} ]] && rm -f "${i}" +} |