blob: bfdde77b0e3dd305218047d7b235cb67e384b250 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-mathextra/texlive-mathextra-2008.ebuild,v 1.2 2008/10/31 14:43:52 aballier Exp $
TEXLIVE_MODULE_CONTENTS="12many amstex boldtensors ccfonts commath concmath concrete eqnarray extarrows extpfeil faktor mathcomp mhequ nath proba statex2 stex stmaryrd susy synproof tablor tensor turnstile venn yhmath bin-amstex collection-mathextra
"
TEXLIVE_MODULE_DOC_CONTENTS="12many.doc amstex.doc boldtensors.doc ccfonts.doc commath.doc concmath.doc concrete.doc eqnarray.doc extarrows.doc extpfeil.doc faktor.doc mhequ.doc nath.doc proba.doc stex.doc stmaryrd.doc susy.doc synproof.doc tablor.doc tensor.doc turnstile.doc venn.doc yhmath.doc bin-amstex.doc "
TEXLIVE_MODULE_SRC_CONTENTS="12many.source ccfonts.source concmath.source eqnarray.source extpfeil.source faktor.source mathcomp.source proba.source stex.source stmaryrd.source tensor.source turnstile.source yhmath.source "
inherit texlive-module
DESCRIPTION="TeXLive Advanced math typesetting"
LICENSE="GPL-2 as-is freedist GPL-1 LPPL-1.3 TeX "
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-texlive/texlive-fontsrecommended-2008
>=dev-texlive/texlive-latex-2008
"
RDEPEND="${DEPEND}"
|