diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-28 16:47:44 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-28 16:47:44 +0000 |
commit | efd1cbcd6d77b11d1185be4cbccf2cdee29f04b8 (patch) | |
tree | aba8a5ea579b0df065dc62abfc691373e4d15cb0 /dev-texlive | |
parent | Bump to TeX Live 2013. (diff) | |
download | gentoo-2-efd1cbcd6d77b11d1185be4cbccf2cdee29f04b8.tar.gz gentoo-2-efd1cbcd6d77b11d1185be4cbccf2cdee29f04b8.tar.bz2 gentoo-2-efd1cbcd6d77b11d1185be4cbccf2cdee29f04b8.zip |
Bump to TeX Live 2013.
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-xetex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-texlive/texlive-xetex/texlive-xetex-2013.ebuild | 42 |
2 files changed, 48 insertions, 1 deletions
diff --git a/dev-texlive/texlive-xetex/ChangeLog b/dev-texlive/texlive-xetex/ChangeLog index d70978d077bc..707eac8e563b 100644 --- a/dev-texlive/texlive-xetex/ChangeLog +++ b/dev-texlive/texlive-xetex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-texlive/texlive-xetex # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog,v 1.71 2013/04/25 21:29:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog,v 1.72 2013/06/28 16:47:44 aballier Exp $ + +*texlive-xetex-2013 (28 Jun 2013) + + 28 Jun 2013; Alexis Ballier <aballier@gentoo.org> +texlive-xetex-2013.ebuild: + Bump to TeX Live 2013. 25 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texlive-xetex-2012.ebuild: Stable for sh, wrt bug #449298 diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2013.ebuild b/dev-texlive/texlive-xetex/texlive-xetex-2013.ebuild new file mode 100644 index 000000000000..1adfe4d634ec --- /dev/null +++ b/dev-texlive/texlive-xetex/texlive-xetex-2013.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/texlive-xetex-2013.ebuild,v 1.1 2013/06/28 16:47:44 aballier Exp $ + +EAPI="5" + +TEXLIVE_MODULE_CONTENTS="arabxetex euenc fixlatvian fontbook fontwrap mathspec philokalia polyglossia ptext realscripts ucharclasses unisugar xecjk xecolor xecyr xeindex xepersian xesearch xetex xetex-def xetex-itrans xetex-pstricks xetex-tibetan xetexconfig xetexfontinfo xetexko xevlna xltxtra xunicode collection-xetex +" +TEXLIVE_MODULE_DOC_CONTENTS="arabxetex.doc euenc.doc fixlatvian.doc fontbook.doc fontwrap.doc mathspec.doc philokalia.doc polyglossia.doc ptext.doc realscripts.doc ucharclasses.doc unisugar.doc xecjk.doc xecolor.doc xecyr.doc xeindex.doc xepersian.doc xesearch.doc xetex.doc xetex-itrans.doc xetex-pstricks.doc xetex-tibetan.doc xetexfontinfo.doc xetexko.doc xevlna.doc xltxtra.doc xunicode.doc " +TEXLIVE_MODULE_SRC_CONTENTS="arabxetex.source euenc.source fixlatvian.source fontbook.source philokalia.source polyglossia.source realscripts.source xecjk.source xepersian.source xltxtra.source " +inherit font texlive-module +DESCRIPTION="TeXLive XeTeX and packages" + +LICENSE=" Apache-2.0 GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 OFL 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-2013 +!=app-text/texlive-core-2007* +>=dev-texlive/texlive-latexextra-2010 +>=app-text/texlive-core-2010[xetex] +>=dev-texlive/texlive-genericrecommended-2010 +>=dev-texlive/texlive-mathextra-2012 +!<dev-texlive/texlive-mathextra-2012 +" +RDEPEND="${DEPEND} " +FONT_CONF=( "${FILESDIR}"/09-texlive.conf ) + +src_install() { + texlive-module_src_install + font_fontconfig +} + +pkg_postinst() { + texlive-module_pkg_postinst + font_pkg_postinst +} + +pkg_postrm() { + texlive-module_pkg_postrm + font_pkg_postrm +} |