diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-01-21 00:46:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-01-21 00:46:28 +0000 |
commit | 6bb6bd863044435e475d0330ba69cf30a42751c7 (patch) | |
tree | ac8c60d9d2db917d4b59b1c3fa54094d2d1ba51f /dev-texlive/texlive-pictures | |
parent | remove old (diff) | |
download | gentoo-2-6bb6bd863044435e475d0330ba69cf30a42751c7.tar.gz gentoo-2-6bb6bd863044435e475d0330ba69cf30a42751c7.tar.bz2 gentoo-2-6bb6bd863044435e475d0330ba69cf30a42751c7.zip |
Remove dot2texi, we have our own ebuild
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Diffstat (limited to 'dev-texlive/texlive-pictures')
-rw-r--r-- | dev-texlive/texlive-pictures/ChangeLog | 10 | ||||
-rw-r--r-- | dev-texlive/texlive-pictures/texlive-pictures-2010-r1.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-texlive/texlive-pictures/ChangeLog b/dev-texlive/texlive-pictures/ChangeLog index 2a52521d9300..17f3d6118cfa 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.36 2010/12/17 20:45:38 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/ChangeLog,v 1.37 2011/01/21 00:46:28 aballier Exp $ + +*texlive-pictures-2010-r1 (21 Jan 2011) + + 21 Jan 2011; Alexis Ballier <aballier@gentoo.org> + +texlive-pictures-2010-r1.ebuild: + Remove dot2texi, we have our own ebuild 17 Dec 2010; Fabian Groffen <grobian@gentoo.org> texlive-pictures-2010.ebuild: diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2010-r1.ebuild b/dev-texlive/texlive-pictures/texlive-pictures-2010-r1.ebuild new file mode 100644 index 000000000000..fd37c7ded3d4 --- /dev/null +++ b/dev-texlive/texlive-pictures/texlive-pictures-2010-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 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-r1.ebuild,v 1.1 2011/01/21 00:46:28 aballier Exp $ + +EAPI="3" + +TEXLIVE_MODULE_CONTENTS="asyfig autoarea bardiag cachepic chemfig combinedgraphics circuitikz curve curve2e curves dcpic diagmac2 doc-pictex dottex 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 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="~amd64 ~x86" +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" |