diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-28 13:29:40 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-28 13:29:40 +0000 |
commit | 40b65043946a96d72de70e5d54ef11623ce32688 (patch) | |
tree | 7079ce8e0b1120643e10555313fb523ca90d0414 /dev-texlive | |
parent | Bump to TeX Live 2011 (diff) | |
download | gentoo-2-40b65043946a96d72de70e5d54ef11623ce32688.tar.gz gentoo-2-40b65043946a96d72de70e5d54ef11623ce32688.tar.bz2 gentoo-2-40b65043946a96d72de70e5d54ef11623ce32688.zip |
Bump to TeX Live 2011
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-latex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-texlive/texlive-latex/texlive-latex-2011.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-texlive/texlive-latex/ChangeLog b/dev-texlive/texlive-latex/ChangeLog index a5b17e8402bb..79d5016db32e 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v 1.46 2011/06/22 11:44:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v 1.47 2011/07/28 13:29:40 aballier Exp $ + +*texlive-latex-2011 (28 Jul 2011) + + 28 Jul 2011; Alexis Ballier <aballier@gentoo.org> +texlive-latex-2011.ebuild: + Bump to TeX Live 2011 22 Jun 2011; Alexis Ballier <aballier@gentoo.org> texlive-latex-2008-r2.ebuild, diff --git a/dev-texlive/texlive-latex/texlive-latex-2011.ebuild b/dev-texlive/texlive-latex/texlive-latex-2011.ebuild new file mode 100644 index 000000000000..836165296ccf --- /dev/null +++ b/dev-texlive/texlive-latex/texlive-latex-2011.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/texlive-latex-2011.ebuild,v 1.1 2011/07/28 13:29:40 aballier Exp $ + +EAPI="3" + +TEXLIVE_MODULE_CONTENTS="ae amscls amsmath babel 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 collection-latex +" +TEXLIVE_MODULE_DOC_CONTENTS="ae.doc amscls.doc amsmath.doc babel.doc babelbib.doc carlisle.doc colortbl.doc fancyhdr.doc fix2col.doc geometry.doc graphics.doc hyperref.doc latex.doc latex-bin.doc mfnfss.doc mptopdf.doc natbib.doc oberdiek.doc psnfss.doc pspicture.doc tools.doc " +TEXLIVE_MODULE_SRC_CONTENTS="ae.source amscls.source amsmath.source babel.source babelbib.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 Basic LaTeX packages" + +LICENSE="GPL-2 GPL-2 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2011 +>=dev-tex/luatex-0.45 +!<dev-texlive/texlive-context-2010 +!<dev-texlive/texlive-latexrecommended-2009 +!<dev-texlive/texlive-langcjk-2011 +" +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/oberdiek/pdfatfi.pl texmf-dist/scripts/context/perl/mptopdf.pl" |