aballier 15/07/16 09:28:41 Modified: ChangeLog Added: texlive-xetex-2015.ebuild Log: bump to texlive 2015 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.77 dev-texlive/texlive-xetex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog?rev=1.77&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog?rev=1.77&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog?r1=1.76&r2=1.77 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- ChangeLog 12 Jul 2015 17:37:23 -0000 1.76 +++ ChangeLog 16 Jul 2015 09:28:41 -0000 1.77 @@ -1,6 +1,11 @@ # ChangeLog for dev-texlive/texlive-xetex # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog,v 1.76 2015/07/12 17:37:23 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog,v 1.77 2015/07/16 09:28:41 aballier Exp $ + +*texlive-xetex-2015 (16 Jul 2015) + + 16 Jul 2015; Alexis Ballier <[email protected]> +texlive-xetex-2015.ebuild: + bump to texlive 2015 12 Jul 2015; Mikle Kolyada <[email protected]> texlive-xetex-2014.ebuild: x86 stable wrt bug #550840 1.1 dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild?rev=1.1&content-type=text/plain Index: texlive-xetex-2015.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild,v 1.1 2015/07/16 09:28:41 aballier Exp $ EAPI="5" TEXLIVE_MODULE_CONTENTS="arabxetex bidi-atbegshi bidicontour bidipagegrid bidishadowtext bidipresentation fixlatvian fontbook fontwrap interchar mathspec philokalia polyglossia ptext quran realscripts ucharclasses unisugar xecjk xecolor xecyr xeindex xepersian xesearch xespotcolor xetex xetex-def xetex-itrans xetex-pstricks xetex-tibetan xetexconfig xetexfontinfo xetexko xevlna xltxtra xunicode collection-xetex " TEXLIVE_MODULE_DOC_CONTENTS="arabxetex.doc bidi-atbegshi.doc bidicontour.doc bidipagegrid.doc bidishadowtext.doc bidipresentation.doc fixlatvian.doc fontbook.doc fontwrap.doc interchar.doc mathspec.doc philokalia.doc polyglossia.doc ptext.doc quran.doc realscripts.doc ucharclasses.doc unisugar.doc xecjk.doc xecolor.doc xecyr.doc xeindex.doc xepersian.doc xesearch.doc xespotcolor.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 fixlatvian.source fontbook.source philokalia.source polyglossia.source realscripts.source xecjk.source xepersian.source xespotcolor.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 ~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-basic-2015 !=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 }
