diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-07-27 01:59:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-07-27 01:59:37 +0000 |
commit | a0ec48d6be90ab7726111821bbc39928fc5e2b39 (patch) | |
tree | c8dcbc0fb495f072c81b8a91fde421e52b3d757a /dev-texlive/texlive-langcjk | |
parent | Bump to TeX Live 2012. (diff) | |
download | gentoo-2-a0ec48d6be90ab7726111821bbc39928fc5e2b39.tar.gz gentoo-2-a0ec48d6be90ab7726111821bbc39928fc5e2b39.tar.bz2 gentoo-2-a0ec48d6be90ab7726111821bbc39928fc5e2b39.zip |
Bump to TeX Live 2012.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-texlive/texlive-langcjk')
-rw-r--r-- | dev-texlive/texlive-langcjk/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-langcjk/texlive-langcjk-2012.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/dev-texlive/texlive-langcjk/ChangeLog b/dev-texlive/texlive-langcjk/ChangeLog index 03c9e008b000..510174a2a097 100644 --- a/dev-texlive/texlive-langcjk/ChangeLog +++ b/dev-texlive/texlive-langcjk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langcjk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog,v 1.56 2012/05/09 15:04:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langcjk/ChangeLog,v 1.57 2012/07/27 01:59:37 aballier Exp $ + +*texlive-langcjk-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-langcjk-2012.ebuild: + Bump to TeX Live 2012. 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-langcjk-2011.ebuild: diff --git a/dev-texlive/texlive-langcjk/texlive-langcjk-2012.ebuild b/dev-texlive/texlive-langcjk/texlive-langcjk-2012.ebuild new file mode 100644 index 000000000000..2d38a2f6298c --- /dev/null +++ b/dev-texlive/texlive-langcjk/texlive-langcjk-2012.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langcjk/texlive-langcjk-2012.ebuild,v 1.1 2012/07/27 01:59:37 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="adobemapping arphic c90 cjkpunct cns ctex dnp fonts-tlwg garuda-c90 hyphen-chinese ipaex japanese japanese-otf japanese-otf-uptex jfontmaps jsclasses luatexja norasi-c90 ptex thailatex uhc uptex wadalab xpinyin zhmetrics zhnumber zhspacing collection-langcjk +" +TEXLIVE_MODULE_DOC_CONTENTS="arphic.doc c90.doc cjkpunct.doc cns.doc ctex.doc fonts-tlwg.doc ipaex.doc japanese.doc japanese-otf.doc japanese-otf-uptex.doc jfontmaps.doc luatexja.doc ptex.doc thailatex.doc uhc.doc uptex.doc wadalab.doc xpinyin.doc zhmetrics.doc zhnumber.doc zhspacing.doc " +TEXLIVE_MODULE_SRC_CONTENTS="c90.source cjkpunct.source fonts-tlwg.source garuda-c90.source japanese.source japanese-otf.source japanese-otf-uptex.source jsclasses.source luatexja.source norasi-c90.source ptex.source thailatex.source uptex.source xpinyin.source zhmetrics.source zhnumber.source " +inherit texlive-module +DESCRIPTION="TeXLive Chinese, Japanese, Korean" + +LICENSE="GPL-2 as-is BSD GPL-1 GPL-3 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~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-2012 +>=app-text/texlive-core-2010[cjk] +>=dev-texlive/texlive-latex-2011 +" +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS=" + texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl + texmf-dist/scripts/uptex/convbkmk.rb +" + +# Avoids collision with app-text/ttf2pk2 +src_prepare() { + local i=texmf-dist/source/fonts/zhmetrics/ttfonts.map + [ -f "${i}" ] && rm -f "${i}" +} |