diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-09 16:54:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-09 16:54:57 +0000 |
commit | 2dd3e5b284f5d4cb472041b16abb8c08275cdab5 (patch) | |
tree | 5ff7c93bda119feec345b4fde9e490bc703f9e78 /dev-texlive/texlive-pictures | |
parent | Initial import: manages /usr/bin/pdftex symlinks to allow easy usage of stand... (diff) | |
download | historical-2dd3e5b284f5d4cb472041b16abb8c08275cdab5.tar.gz historical-2dd3e5b284f5d4cb472041b16abb8c08275cdab5.tar.bz2 historical-2dd3e5b284f5d4cb472041b16abb8c08275cdab5.zip |
Bump to 2008
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26.3 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/metadata.xml | 3 | ||||
-rw-r--r-- | dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild | 18 |
3 files changed, 27 insertions, 2 deletions
diff --git a/dev-texlive/texlive-pictures/ChangeLog b/dev-texlive/texlive-pictures/ChangeLog index adbd768e1bce..0e8323f7fbba 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/ChangeLog,v 1.15 2008/05/12 19:43:42 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/ChangeLog,v 1.16 2008/09/09 16:51:01 aballier Exp $ + +*texlive-pictures-2008 (09 Sep 2008) + + 09 Sep 2008; Alexis Ballier <aballier@gentoo.org> metadata.xml, + +texlive-pictures-2008.ebuild: + Bump to 2008 12 May 2008; nixnut <nixnut@gentoo.org> texlive-pictures-2007.ebuild: Stable on ppc wrt bug 220651 diff --git a/dev-texlive/texlive-pictures/metadata.xml b/dev-texlive/texlive-pictures/metadata.xml index 709c45b017d6..fc27305afea4 100644 --- a/dev-texlive/texlive-pictures/metadata.xml +++ b/dev-texlive/texlive-pictures/metadata.xml @@ -6,5 +6,6 @@ <email>aballier@gentoo.org</email> <name>Alexis Ballier</name> </maintainer> +<longdescription lang="en"> +</longdescription> </pkgmetadata> - diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild b/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild new file mode 100644 index 000000000000..bc17e900e102 --- /dev/null +++ b/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/texlive-pictures-2008.ebuild,v 1.1 2008/09/09 16:51:01 aballier Exp $ + +TEXLIVE_MODULES_DEPS="dev-texlive/texlive-basic +" +TEXLIVE_MODULE_CONTENTS="autoarea bardiag curve curve2e curves dcpic dottex dratex eepic epspdf epspdfconversion gnuplottex miniplot pb-diagram petri-nets pgf-soroban pgfopts pgfplots picinpar pict2e pictex pictex2 pinlabel pmgraph randbild swimgraf texdraw tikz-inet tufte-latex xypic collection-pictures +" +TEXLIVE_MODULE_DOC_CONTENTS="autoarea.doc bardiag.doc curve.doc curve2e.doc curves.doc dcpic.doc dottex.doc dratex.doc eepic.doc epspdf.doc epspdfconversion.doc gnuplottex.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 swimgraf.doc texdraw.doc tikz-inet.doc tufte-latex.doc xypic.doc " +TEXLIVE_MODULE_SRC_CONTENTS="curve.source curve2e.source curves.source dottex.source gnuplottex.source petri-nets.source pgfopts.source pgfplots.source pict2e.source randbild.source swimgraf.source xypic.source " +inherit texlive-module +DESCRIPTION="TeXLive Graphics packages" + +LICENSE="GPL-2 Apache-2.0 as-is freedist GPL-1 LPPL-1.3 " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/epspdf/epspdf texmf-dist/scripts/epspdf/epspdftk" |