# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tex/extsizes/extsizes-1.0.ebuild,v 1.6 2006/03/16 14:04:01 ehmsen Exp $ inherit latex-package DESCRIPTION="Provide ext{book,article,proc} styles which allow 14pt-20pt sizes" HOMEPAGE="http://tex.imm.uran.ru/texserver/style/14-20pt/example/index.html" SRC_URI="http://tex.imm.uran.ru/texserver/style/14-20pt/14-20pt.zip" LICENSE="LPPL-1.2" SLOT="0" KEYWORDS="x86 ppc alpha" # >=tetex-2 contains extsizes package DEPEND="app-arch/unzip virtual/tetex !>=app-text/tetex-2 !app-text/ptex !app-text/cstetex" IUSE="" S=${WORKDIR}/14PT src_install() { latex-package_src_doinstall all dodoc ${S}/readme.extsizes }