aballier 15/07/16 09:22:25 Modified: ChangeLog Added: texlive-latex-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.83 dev-texlive/texlive-latex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-latex/ChangeLog?rev=1.83&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-latex/ChangeLog?rev=1.83&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-latex/ChangeLog?r1=1.82&r2=1.83 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- ChangeLog 12 Jul 2015 17:28:41 -0000 1.82 +++ ChangeLog 16 Jul 2015 09:22:25 -0000 1.83 @@ -1,6 +1,11 @@ # ChangeLog for dev-texlive/texlive-latex # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v 1.82 2015/07/12 17:28:41 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v 1.83 2015/07/16 09:22:25 aballier Exp $ + +*texlive-latex-2015 (16 Jul 2015) + + 16 Jul 2015; Alexis Ballier <[email protected]> +texlive-latex-2015.ebuild: + bump to texlive 2015 12 Jul 2015; Mikle Kolyada <[email protected]> texlive-latex-2014.ebuild: x86 stable wrt bug #550840 1.1 dev-texlive/texlive-latex/texlive-latex-2015.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-latex/texlive-latex-2015.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-latex/texlive-latex-2015.ebuild?rev=1.1&content-type=text/plain Index: texlive-latex-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-latex/texlive-latex-2015.ebuild,v 1.1 2015/07/16 09:22:25 aballier Exp $ EAPI="5" TEXLIVE_MODULE_CONTENTS="ae amscls amsmath babel babel-english babelbib carlisle colortbl fancyhdr fix2col geometry graphics hyperref latex latex-bin latex-fonts latexconfig ltxmisc mfnfss mptopdf natbib oberdiek pdftex-def pslatex psnfss pspicture tools url collection-latex " TEXLIVE_MODULE_DOC_CONTENTS="ae.doc amscls.doc amsmath.doc babel.doc babel-english.doc babelbib.doc carlisle.doc colortbl.doc fancyhdr.doc fix2col.doc geometry.doc graphics.doc hyperref.doc latex.doc latex-bin.doc latex-fonts.doc mfnfss.doc mptopdf.doc natbib.doc oberdiek.doc psnfss.doc pspicture.doc tools.doc url.doc " TEXLIVE_MODULE_SRC_CONTENTS="ae.source amscls.source amsmath.source babel.source babel-english.source carlisle.source colortbl.source fix2col.source geometry.source graphics.source hyperref.source latex.source mfnfss.source natbib.source oberdiek.source pslatex.source psnfss.source pspicture.source tools.source " inherit texlive-module DESCRIPTION="TeXLive LaTeX fundamental packages" LICENSE=" GPL-2 LPPL-1.3 " 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 !<dev-texlive/texlive-context-2010 !<dev-texlive/texlive-latexrecommended-2014 " RDEPEND="${DEPEND} " TEXLIVE_MODULE_BINSCRIPTS=" texmf-dist/scripts/oberdiek/pdfatfi.pl texmf-dist/scripts/context/perl/mptopdf.pl " src_prepare() { rm -rf texmf-dist/scripts/context/stubs/mswin || die }
