diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-11 03:33:10 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-11 03:33:10 +0000 |
commit | 87ed8894e726e8bf1ff89a93c1ee3435b9527518 (patch) | |
tree | a39a88a3c0bceed99763e1f00dd6b475f4f46190 | |
parent | Bump to TeX Live 2009 (diff) | |
download | gentoo-2-87ed8894e726e8bf1ff89a93c1ee3435b9527518.tar.gz gentoo-2-87ed8894e726e8bf1ff89a93c1ee3435b9527518.tar.bz2 gentoo-2-87ed8894e726e8bf1ff89a93c1ee3435b9527518.zip |
Bump to TeX Live 2009
(Portage version: 2.2_rc61/cvs/Linux x86_64)
-rw-r--r-- | dev-texlive/texlive-pictures/ChangeLog | 10 | ||||
-rw-r--r-- | dev-texlive/texlive-pictures/texlive-pictures-2009.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-texlive/texlive-pictures/ChangeLog b/dev-texlive/texlive-pictures/ChangeLog index a4ef46e2d1ca..bae05e56a532 100644 --- a/dev-texlive/texlive-pictures/ChangeLog +++ b/dev-texlive/texlive-pictures/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-pictures -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/ChangeLog,v 1.30 2009/06/10 14:22:13 alexxy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/ChangeLog,v 1.31 2010/01/11 03:33:10 aballier Exp $ + +*texlive-pictures-2009 (11 Jan 2010) + + 11 Jan 2010; Alexis Ballier <aballier@gentoo.org> + +texlive-pictures-2009.ebuild: + Bump to TeX Live 2009 10 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> texlive-pictures-2008-r1.ebuild: diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2009.ebuild b/dev-texlive/texlive-pictures/texlive-pictures-2009.ebuild new file mode 100644 index 000000000000..1ac18c4ae9d9 --- /dev/null +++ b/dev-texlive/texlive-pictures/texlive-pictures-2009.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/texlive-pictures-2009.ebuild,v 1.1 2010/01/11 03:33:10 aballier Exp $ + +TEXLIVE_MODULE_CONTENTS="asyfig autoarea bardiag cachepic combinedgraphics circuitikz curve curve2e curves dcpic diagmac2 doc-pictex dottex dot2texi dratex eepic epspdf epspdfconversion fig4latex gnuplottex here hvfloat miniplot pb-diagram petri-nets pgf-soroban pgfopts pgfplots picinpar pict2e pictex pictex2 pinlabel pmgraph randbild schemabloc swimgraf texdraw tikz-inet tikz-qtree tikz-timing tkz-doc tkz-linknodes tkz-tab tufte-latex xypic collection-pictures +" +TEXLIVE_MODULE_DOC_CONTENTS="asyfig.doc autoarea.doc bardiag.doc cachepic.doc combinedgraphics.doc circuitikz.doc curve.doc curve2e.doc curves.doc dcpic.doc diagmac2.doc doc-pictex.doc dottex.doc dot2texi.doc dratex.doc eepic.doc epspdf.doc epspdfconversion.doc fig4latex.doc gnuplottex.doc here.doc hvfloat.doc miniplot.doc pb-diagram.doc petri-nets.doc pgf-soroban.doc pgfopts.doc pgfplots.doc picinpar.doc pict2e.doc pictex.doc pinlabel.doc pmgraph.doc randbild.doc schemabloc.doc swimgraf.doc texdraw.doc tikz-inet.doc tikz-qtree.doc tikz-timing.doc tkz-doc.doc tkz-linknodes.doc tkz-tab.doc tufte-latex.doc xypic.doc " +TEXLIVE_MODULE_SRC_CONTENTS="asyfig.source combinedgraphics.source curve.source curve2e.source curves.source dottex.source gnuplottex.source petri-nets.source pgfopts.source pgfplots.source pict2e.source randbild.source swimgraf.source tikz-timing.source xypic.source " +inherit texlive-module +DESCRIPTION="TeXLive Graphics packages and programs" + +LICENSE="GPL-2 Apache-2.0 as-is freedist GPL-1 GPL-3 LPPL-1.3 public-domain " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND=">=dev-texlive/texlive-basic-2009 +!<dev-texlive/texlive-latexextra-2009 +!<dev-texlive/texlive-texinfo-2009 +" +RDEPEND="${DEPEND} dev-lang/ruby +" +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/cachepic/cachepic.tlu texmf-dist/scripts/epspdf/epspdf texmf-dist/scripts/epspdf/epspdftk texmf-dist/scripts/fig4latex/fig4latex" |