diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-11 03:31:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-11 03:31:41 +0000 |
commit | e5d7b9738419692ae8b503e802bc72f52efc24d6 (patch) | |
tree | 3b10e1ccfde77dcddbb661e76fbd72c3310ca5f9 /dev-texlive/texlive-mathextra | |
parent | Bump to TeX Live 2009 (diff) | |
download | gentoo-2-e5d7b9738419692ae8b503e802bc72f52efc24d6.tar.gz gentoo-2-e5d7b9738419692ae8b503e802bc72f52efc24d6.tar.bz2 gentoo-2-e5d7b9738419692ae8b503e802bc72f52efc24d6.zip |
Bump to TeX Live 2009
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-texlive/texlive-mathextra')
-rw-r--r-- | dev-texlive/texlive-mathextra/ChangeLog | 10 | ||||
-rw-r--r-- | dev-texlive/texlive-mathextra/texlive-mathextra-2009.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-texlive/texlive-mathextra/ChangeLog b/dev-texlive/texlive-mathextra/ChangeLog index 326abfef332e..f1dfbc7122b4 100644 --- a/dev-texlive/texlive-mathextra/ChangeLog +++ b/dev-texlive/texlive-mathextra/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-mathextra -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-mathextra/ChangeLog,v 1.28 2009/06/10 14:20:41 alexxy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-mathextra/ChangeLog,v 1.29 2010/01/11 03:31:41 aballier Exp $ + +*texlive-mathextra-2009 (11 Jan 2010) + + 11 Jan 2010; Alexis Ballier <aballier@gentoo.org> + +texlive-mathextra-2009.ebuild: + Bump to TeX Live 2009 10 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> texlive-mathextra-2008.ebuild: diff --git a/dev-texlive/texlive-mathextra/texlive-mathextra-2009.ebuild b/dev-texlive/texlive-mathextra/texlive-mathextra-2009.ebuild new file mode 100644 index 000000000000..25fe0a7147c6 --- /dev/null +++ b/dev-texlive/texlive-mathextra/texlive-mathextra-2009.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-mathextra/texlive-mathextra-2009.ebuild,v 1.1 2010/01/11 03:31:41 aballier Exp $ + +TEXLIVE_MODULE_CONTENTS="12many amstex boldtensors bosisio ccfonts commath concmath concrete extarrows extpfeil faktor ionumbers isomath mathcomp mattens mhequ multiobjective nath proba shuffle statex2 stex stmaryrd subsupscripts susy syllogism synproof tablor tensor tex-ewd thmbox turnstile venn yhmath collection-mathextra +" +TEXLIVE_MODULE_DOC_CONTENTS="12many.doc amstex.doc boldtensors.doc bosisio.doc ccfonts.doc commath.doc concmath.doc concrete.doc extarrows.doc extpfeil.doc faktor.doc ionumbers.doc isomath.doc mathcomp.doc mattens.doc mhequ.doc multiobjective.doc nath.doc proba.doc shuffle.doc stex.doc stmaryrd.doc subsupscripts.doc susy.doc syllogism.doc synproof.doc tablor.doc tensor.doc tex-ewd.doc thmbox.doc turnstile.doc venn.doc yhmath.doc " +TEXLIVE_MODULE_SRC_CONTENTS="12many.source bosisio.source ccfonts.source concmath.source extpfeil.source faktor.source ionumbers.source mathcomp.source mattens.source multiobjective.source proba.source shuffle.source stex.source stmaryrd.source tensor.source thmbox.source turnstile.source yhmath.source " +inherit texlive-module +DESCRIPTION="TeXLive Advanced math typesetting" + +LICENSE="GPL-2 as-is BSD freedist GPL-1 LGPL-2 LPPL-1.3 public-domain TeX " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND=">=dev-texlive/texlive-fontsrecommended-2009 +>=dev-texlive/texlive-latex-2009 +" +RDEPEND="${DEPEND} " |