diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-18 11:38:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-18 11:38:51 +0000 |
commit | cd76df8643ccfab0cfae8fa28d05b6f888ae251d (patch) | |
tree | 0fd8a117e50fc62624418f2ee42d990be8f757a7 /dev-texlive | |
parent | mask ffmpeg[iec61883] as its linux only too (diff) | |
download | gentoo-2-cd76df8643ccfab0cfae8fa28d05b6f888ae251d.tar.gz gentoo-2-cd76df8643ccfab0cfae8fa28d05b6f888ae251d.tar.bz2 gentoo-2-cd76df8643ccfab0cfae8fa28d05b6f888ae251d.zip |
Update lualatex-math to latest version as current one was broken, bug #446528 by Sven
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-luatex/ChangeLog | 9 | ||||
-rw-r--r-- | dev-texlive/texlive-luatex/texlive-luatex-2012-r1.ebuild | 32 |
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-texlive/texlive-luatex/ChangeLog b/dev-texlive/texlive-luatex/ChangeLog index 91bd17e39d91..76181f22eb28 100644 --- a/dev-texlive/texlive-luatex/ChangeLog +++ b/dev-texlive/texlive-luatex/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-texlive/texlive-luatex # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-luatex/ChangeLog,v 1.34 2013/02/18 11:17:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-luatex/ChangeLog,v 1.35 2013/02/18 11:38:51 aballier Exp $ + +*texlive-luatex-2012-r1 (18 Feb 2013) + + 18 Feb 2013; Alexis Ballier <aballier@gentoo.org> + +texlive-luatex-2012-r1.ebuild: + Update lualatex-math to latest version as current one was broken, bug #446528 + by Sven 18 Feb 2013; Alexis Ballier <aballier@gentoo.org> texlive-luatex-2012.ebuild: Rdepend on texlive-xetex for fontspec-luatex that needs eu2enc.def, bug diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2012-r1.ebuild b/dev-texlive/texlive-luatex/texlive-luatex-2012-r1.ebuild new file mode 100644 index 000000000000..1a1774d7048d --- /dev/null +++ b/dev-texlive/texlive-luatex/texlive-luatex-2012-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-luatex/texlive-luatex-2012-r1.ebuild,v 1.1 2013/02/18 11:38:51 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="checkcites chickenize interpreter lua-visual-debug +luabibentry luacode luaindex luainputenc lualatex-doc lualatex-math11 lualibs luamplib luaotfload luapersian luasseq luatexbase luatextra showhyphens collection-luatex +" +TEXLIVE_MODULE_DOC_CONTENTS="checkcites.doc chickenize.doc interpreter.doc +lua-visual-debug.doc luabibentry.doc luacode.doc luaindex.doc luainputenc.doc +lualatex-doc.doc lualatex-math11.doc lualibs.doc luamplib.doc luaotfload.doc luapersian.doc luasseq.doc luatexbase.doc luatextra.doc showhyphens.doc " +TEXLIVE_MODULE_SRC_CONTENTS="chickenize.source luabibentry.source luacode.source +luaindex.source luainputenc.source lualatex-doc.source lualatex-math11.source lualibs.source luamplib.source luaotfload.source luasseq.source luatexbase.source luatextra.source " +inherit texlive-module +DESCRIPTION="TeXLive LuaTeX packages" + +LICENSE="GPL-2 FDL-1.1 LPPL-1.3 public-domain TeX-other-free" +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 +>=dev-tex/luatex-0.45 + +" +RDEPEND="${DEPEND} + dev-texlive/texlive-xetex + " +TEXLIVE_MODULE_BINSCRIPTS=" + texmf-dist/scripts/luaotfload/mkluatexfontdb.lua + texmf-dist/scripts/checkcites/checkcites.lua +" |