diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-10-24 18:12:05 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-10-24 18:12:05 +0000 |
commit | 1c8e28f239075bfcf29844ef7a1f974027b0518e (patch) | |
tree | f7ccc53f40d98ba94f4c5097a68696b881ea27e6 /dev-texlive/texlive-pictures | |
parent | Use.mask libvirt, tokyocabinet (diff) | |
download | gentoo-2-1c8e28f239075bfcf29844ef7a1f974027b0518e.tar.gz gentoo-2-1c8e28f239075bfcf29844ef7a1f974027b0518e.tar.bz2 gentoo-2-1c8e28f239075bfcf29844ef7a1f974027b0518e.zip |
Bump to TeX Live 2010
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'dev-texlive/texlive-pictures')
-rw-r--r-- | dev-texlive/texlive-pictures/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-pictures/texlive-pictures-2010.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-texlive/texlive-pictures/ChangeLog b/dev-texlive/texlive-pictures/ChangeLog index e10f9c433d20..aa602d97706f 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/ChangeLog,v 1.34 2010/01/25 13:08:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/ChangeLog,v 1.35 2010/10/24 18:12:02 aballier Exp $ + +*texlive-pictures-2010 (24 Oct 2010) + + 24 Oct 2010; Alexis Ballier <aballier@gentoo.org> + +texlive-pictures-2010.ebuild: + Bump to TeX Live 2010 25 Jan 2010; Alexis Ballier <aballier@gentoo.org> texlive-pictures-2009.ebuild: diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2010.ebuild b/dev-texlive/texlive-pictures/texlive-pictures-2010.ebuild new file mode 100644 index 000000000000..9461f0b6c1c0 --- /dev/null +++ b/dev-texlive/texlive-pictures/texlive-pictures-2010.ebuild @@ -0,0 +1,24 @@ +# 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-2010.ebuild,v 1.1 2010/10/24 18:12:02 aballier Exp $ + +EAPI="3" + +TEXLIVE_MODULE_CONTENTS="asyfig autoarea bardiag cachepic chemfig combinedgraphics circuitikz curve curve2e curves dcpic diagmac2 doc-pictex dottex dot2texi dratex drs duotenzor eepic epspdf epspdfconversion esk fig4latex gnuplottex here hvfloat knitting knittingpattern mathspic miniplot numericplots pb-diagram petri-nets pgf-soroban pgf-umlsd pgfopts pgfplots picinpar pict2e pictex pictex2 pinlabel pmgraph prerex randbild roundbox schemabloc swimgraf texdraw tikz-3dplot tikz-inet tikz-qtree tikz-timing tkz-doc tkz-linknodes tkz-orm tkz-tab tufte-latex xypdf xypic collection-pictures +" +TEXLIVE_MODULE_DOC_CONTENTS="asyfig.doc autoarea.doc bardiag.doc cachepic.doc chemfig.doc combinedgraphics.doc circuitikz.doc curve.doc curve2e.doc curves.doc dcpic.doc diagmac2.doc doc-pictex.doc dottex.doc dot2texi.doc dratex.doc drs.doc duotenzor.doc eepic.doc epspdf.doc epspdfconversion.doc esk.doc fig4latex.doc gnuplottex.doc here.doc hvfloat.doc knitting.doc knittingpattern.doc mathspic.doc miniplot.doc numericplots.doc pb-diagram.doc petri-nets.doc pgf-soroban.doc pgf-umlsd.doc pgfopts.doc pgfplots.doc picinpar.doc pict2e.doc pictex.doc pinlabel.doc pmgraph.doc prerex.doc randbild.doc roundbox.doc schemabloc.doc swimgraf.doc texdraw.doc tikz-3dplot.doc tikz-inet.doc tikz-qtree.doc tikz-timing.doc tkz-doc.doc tkz-linknodes.doc tkz-orm.doc tkz-tab.doc tufte-latex.doc xypdf.doc xypic.doc " +TEXLIVE_MODULE_SRC_CONTENTS="asyfig.source combinedgraphics.source curve.source curve2e.source curves.source dottex.source esk.source gnuplottex.source petri-nets.source pgfopts.source pgfplots.source pict2e.source randbild.source tikz-timing.source " +inherit texlive-module +DESCRIPTION="TeXLive Graphics packages and programs" + +LICENSE="GPL-2 Apache-2.0 as-is 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-2010 +!<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 texmf-dist/scripts/mathspic/mathspic.pl" |