diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-07-16 09:20:35 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-07-16 09:20:35 +0000 |
commit | 49b7387083911dadfcda25fc3e3a8f68c5881c52 (patch) | |
tree | dc9a86c27b5a182dd4e03aa0ca3b32a918ae09e7 /dev-texlive | |
parent | bump to texlive 2015 (diff) | |
download | gentoo-2-49b7387083911dadfcda25fc3e3a8f68c5881c52.tar.gz gentoo-2-49b7387083911dadfcda25fc3e3a8f68c5881c52.tar.bz2 gentoo-2-49b7387083911dadfcda25fc3e3a8f68c5881c52.zip |
bump to texlive 2015
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-langjapanese/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-langjapanese/texlive-langjapanese-2015.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-texlive/texlive-langjapanese/ChangeLog b/dev-texlive/texlive-langjapanese/ChangeLog index c1d22c4e9926..45ea456e598a 100644 --- a/dev-texlive/texlive-langjapanese/ChangeLog +++ b/dev-texlive/texlive-langjapanese/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langjapanese # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langjapanese/ChangeLog,v 1.3 2015/07/12 17:55:42 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langjapanese/ChangeLog,v 1.4 2015/07/16 09:20:35 aballier Exp $ + +*texlive-langjapanese-2015 (16 Jul 2015) + + 16 Jul 2015; Alexis Ballier <aballier@gentoo.org> + +texlive-langjapanese-2015.ebuild: + bump to texlive 2015 12 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> texlive-langjapanese-2014.ebuild: diff --git a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2015.ebuild b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2015.ebuild new file mode 100644 index 000000000000..4ddba7d9bb04 --- /dev/null +++ b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2015.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langjapanese/texlive-langjapanese-2015.ebuild,v 1.1 2015/07/16 09:20:35 aballier Exp $ + +EAPI="5" + +TEXLIVE_MODULE_CONTENTS="bxbase bxcjkjatype bxjscls convbkmk ipaex japanese japanese-otf japanese-otf-uptex jfontmaps jsclasses lshort-japanese luatexja ptex ptex2pdf pxbase pxchfon pxcjkcat pxjahyper pxrubrica uptex wadalab zxjafbfont zxjatype collection-langjapanese +" +TEXLIVE_MODULE_DOC_CONTENTS="bxbase.doc bxcjkjatype.doc bxjscls.doc convbkmk.doc ipaex.doc japanese.doc japanese-otf.doc japanese-otf-uptex.doc jfontmaps.doc jsclasses.doc lshort-japanese.doc luatexja.doc ptex.doc ptex2pdf.doc pxbase.doc pxchfon.doc pxcjkcat.doc pxjahyper.doc pxrubrica.doc uptex.doc wadalab.doc zxjafbfont.doc zxjatype.doc " +TEXLIVE_MODULE_SRC_CONTENTS="bxjscls.source japanese.source japanese-otf.source japanese-otf-uptex.source jfontmaps.source jsclasses.source luatexja.source ptex.source pxrubrica.source uptex.source " +inherit texlive-module +DESCRIPTION="TeXLive Japanese" + +LICENSE=" BSD GPL-1 GPL-2 LPPL-1.3 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-langcjk-2015 +!<dev-texlive/texlive-langcjk-2014 +" +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS=" + texmf-dist/scripts/convbkmk/convbkmk.rb + texmf-dist/scripts/ptex2pdf/ptex2pdf.lua + texmf-dist/scripts/jfontmaps/kanji-config-updmap-sys.sh + texmf-dist/scripts/jfontmaps/kanji-config-updmap.pl + texmf-dist/scripts/jfontmaps/kanji-fontmap-creator.pl +" |