diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-21 14:06:38 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-21 14:19:35 +0100 |
commit | 3e3888162bf05d0a7ea5a0a0b9bc5cee0535d163 (patch) | |
tree | 3b4e77ac86dbb23b5e8d59d80bdc13ff9a1a2a10 /dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2016.ebuild | |
parent | dev-texlive/texlive-langcjk: Bump to TeX Live 2016. (diff) | |
download | gentoo-3e3888162bf05d0a7ea5a0a0b9bc5cee0535d163.tar.gz gentoo-3e3888162bf05d0a7ea5a0a0b9bc5cee0535d163.tar.bz2 gentoo-3e3888162bf05d0a7ea5a0a0b9bc5cee0535d163.zip |
dev-texlive/texlive-langcyrillic: Bump to TeX Live 2016.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2016.ebuild')
-rw-r--r-- | dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2016.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2016.ebuild b/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2016.ebuild new file mode 100644 index 000000000000..fd0cd2baeabe --- /dev/null +++ b/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2016.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +TEXLIVE_MODULE_CONTENTS="babel-belarusian babel-bulgarian babel-russian babel-serbian babel-serbianc babel-ukrainian churchslavonic cmcyr cyrillic cyrillic-bin cyrplain disser eskd eskdx gost hyphen-bulgarian hyphen-churchslavonic hyphen-mongolian hyphen-russian hyphen-serbian hyphen-ukrainian lcyw lh lhcyr lshort-bulgarian lshort-mongol lshort-russian lshort-ukr mongolian-babel montex mpman-ru pst-eucl-translation-bg ruhyphen russ serbian-apostrophe serbian-date-lat serbian-def-cyr serbian-lig t2 texlive-ru texlive-sr ukrhyph collection-langcyrillic +" +TEXLIVE_MODULE_DOC_CONTENTS="babel-belarusian.doc babel-bulgarian.doc babel-russian.doc babel-serbian.doc babel-serbianc.doc babel-ukrainian.doc churchslavonic.doc cmcyr.doc cyrillic.doc cyrillic-bin.doc disser.doc eskd.doc eskdx.doc gost.doc hyphen-bulgarian.doc lcyw.doc lh.doc lshort-bulgarian.doc lshort-mongol.doc lshort-russian.doc lshort-ukr.doc mongolian-babel.doc montex.doc mpman-ru.doc pst-eucl-translation-bg.doc russ.doc serbian-apostrophe.doc serbian-date-lat.doc serbian-def-cyr.doc serbian-lig.doc t2.doc texlive-ru.doc texlive-sr.doc ukrhyph.doc " +TEXLIVE_MODULE_SRC_CONTENTS="babel-belarusian.source babel-bulgarian.source babel-russian.source babel-serbian.source babel-serbianc.source babel-ukrainian.source cyrillic.source disser.source eskd.source gost.source lcyw.source lh.source lhcyr.source mongolian-babel.source ruhyphen.source " +inherit texlive-module +DESCRIPTION="TeXLive Cyrillic" + +LICENSE=" GPL-1 GPL-2 LPPL-1.3 MIT public-domain TeX-other-free " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2016 +>=dev-texlive/texlive-latex-2016 +!dev-texlive/texlive-documentation-ukrainian +!dev-texlive/texlive-documentation-bulgarian +!dev-texlive/texlive-documentation-russian +!dev-texlive/texlive-documentation-mongolian +!dev-texlive/texlive-langmongolian +!<dev-texlive/texlive-langother-2013 +!dev-texlive/texlive-documentation-serbian +!<app-text/texlive-core-2013 +!<dev-texlive/texlive-latexextra-2013 +!<dev-texlive/texlive-basic-2016 +" +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS=" + texmf-dist/scripts/texlive/rubibtex.sh + texmf-dist/scripts/texlive/rumakeindex.sh + " |