texlive-langcjk-2014.ebuild 1.0 KB

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. TEXLIVE_MODULE_CONTENTS="adobemapping c90 cjkpunct dnp garuda-c90 norasi-c90 xcjk2uni zxjafont collection-langcjk
  5. "
  6. TEXLIVE_MODULE_DOC_CONTENTS="c90.doc cjkpunct.doc xcjk2uni.doc zxjafont.doc "
  7. TEXLIVE_MODULE_SRC_CONTENTS="c90.source cjkpunct.source garuda-c90.source norasi-c90.source xcjk2uni.source "
  8. inherit texlive-module
  9. DESCRIPTION="TeXLive Chinese/Japanese/Korean (base)"
  10. LICENSE=" BSD GPL-2 LPPL-1.3 TeX-other-free "
  11. SLOT="0"
  12. 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"
  13. IUSE=""
  14. DEPEND=">=dev-texlive/texlive-basic-2014
  15. >=app-text/texlive-core-2010[cjk]
  16. >=dev-texlive/texlive-latex-2011
  17. !!<dev-texlive/texlive-langcjk-2012
  18. !dev-texlive/texlive-documentation-chinese
  19. !dev-texlive/texlive-documentation-korean
  20. !dev-texlive/texlive-documentation-japanese
  21. "
  22. RDEPEND="${DEPEND} dev-lang/ruby
  23. "