| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/mh-20111011.ebuild,v 1.8 2012/03/04 15:38:50 klausman Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-tex/mh/mh-20111011.ebuild,v 1.9 2012/05/06 16:50:55 armin76 Exp $ |
| 4 | |
4 | |
| 5 | inherit latex-package |
5 | inherit latex-package |
| 6 | |
6 | |
| 7 | DESCRIPTION="Additional LaTeX math tools." |
7 | DESCRIPTION="Additional LaTeX math tools." |
| 8 | HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/mh/" |
8 | HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/mh/" |
| 9 | SRC_URI="mirror://gentoo/${P}.zip" |
9 | SRC_URI="mirror://gentoo/${P}.zip" |
| 10 | LICENSE="LPPL-1.3" |
10 | LICENSE="LPPL-1.3" |
| 11 | SLOT="0" |
11 | SLOT="0" |
| 12 | IUSE="doc" |
12 | IUSE="doc" |
| 13 | KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" |
13 | KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" |
| 14 | |
14 | |
| 15 | RDEPEND="dev-tex/xcolor |
15 | RDEPEND="dev-tex/xcolor |
| 16 | || ( >=dev-texlive/texlive-latexrecommended-2011 >=dev-texlive/texlive-latex3-2008 )" |
16 | || ( >=dev-texlive/texlive-latexrecommended-2011 >=dev-texlive/texlive-latex3-2008 )" |
| 17 | DEPEND="${RDEPEND} |
17 | DEPEND="${RDEPEND} |
| 18 | app-arch/unzip" |
18 | app-arch/unzip" |