diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-11-04 10:40:39 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-11-04 10:40:39 +0000 |
commit | 9f1f465342adcf0f7064a9dd079f8fbe50f5f35f (patch) | |
tree | f33b5c4a493faf98e9894c31265e004cb6c46e28 /dev-texlive | |
parent | remove texlive 2011 (diff) | |
download | gentoo-2-9f1f465342adcf0f7064a9dd079f8fbe50f5f35f.tar.gz gentoo-2-9f1f465342adcf0f7064a9dd079f8fbe50f5f35f.tar.bz2 gentoo-2-9f1f465342adcf0f7064a9dd079f8fbe50f5f35f.zip |
remove texlive 2011
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-latex/ChangeLog | 5 | ||||
-rw-r--r-- | dev-texlive/texlive-latex/texlive-latex-2011.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-texlive/texlive-latex/ChangeLog b/dev-texlive/texlive-latex/ChangeLog index 34df53e62ca0..53c43d33cdfc 100644 --- a/dev-texlive/texlive-latex/ChangeLog +++ b/dev-texlive/texlive-latex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-texlive/texlive-latex # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v 1.79 2014/11/03 06:55:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v 1.80 2014/11/04 10:40:39 aballier Exp $ + + 04 Nov 2014; Alexis Ballier <aballier@gentoo.org> -texlive-latex-2011.ebuild: + remove texlive 2011 *texlive-latex-2014 (03 Nov 2014) diff --git a/dev-texlive/texlive-latex/texlive-latex-2011.ebuild b/dev-texlive/texlive-latex/texlive-latex-2011.ebuild deleted file mode 100644 index d54cf393b41b..000000000000 --- a/dev-texlive/texlive-latex/texlive-latex-2011.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 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.11 2012/05/09 13:45:51 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 ~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-2011 ->=dev-tex/luatex-0.45 -!<dev-texlive/texlive-context-2010 -!<dev-texlive/texlive-latexrecommended-2009 -" -RDEPEND="${DEPEND} " -TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/oberdiek/pdfatfi.pl texmf-dist/scripts/context/perl/mptopdf.pl" |