diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-07-16 09:22:25 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-07-16 09:22:25 +0000 |
commit | 62b1814d4d659be141ee32a46283e1fc34bc3991 (patch) | |
tree | 4aae33cf1d9cafdfc1dc3b401e2654bfc7147ae4 /dev-texlive | |
parent | bump to texlive 2015 (diff) | |
download | gentoo-2-62b1814d4d659be141ee32a46283e1fc34bc3991.tar.gz gentoo-2-62b1814d4d659be141ee32a46283e1fc34bc3991.tar.bz2 gentoo-2-62b1814d4d659be141ee32a46283e1fc34bc3991.zip |
bump to texlive 2015
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-latex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-texlive/texlive-latex/texlive-latex-2015.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-texlive/texlive-latex/ChangeLog b/dev-texlive/texlive-latex/ChangeLog index b0f9c13b871f..0b89ec270182 100644 --- a/dev-texlive/texlive-latex/ChangeLog +++ b/dev-texlive/texlive-latex/ChangeLog @@ -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 <aballier@gentoo.org> +texlive-latex-2015.ebuild: + bump to texlive 2015 12 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> texlive-latex-2014.ebuild: x86 stable wrt bug #550840 diff --git a/dev-texlive/texlive-latex/texlive-latex-2015.ebuild b/dev-texlive/texlive-latex/texlive-latex-2015.ebuild new file mode 100644 index 000000000000..139c6aa31e9d --- /dev/null +++ b/dev-texlive/texlive-latex/texlive-latex-2015.ebuild @@ -0,0 +1,30 @@ +# 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 +} |