# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tex/harvard/harvard-2.0.5.ebuild,v 1.8 2007/07/13 06:20:20 mr_bones_ Exp $ inherit latex-package DESCRIPTION="Latex Style that makes your document conform to the American Psychological Association (APA) Publication Manual (Fifth Edition, 2001)" HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/apa/" SRC_URI="http://svr4.acornhost.com/~mabhobs/gentoo-files/apa-1.3.2.zip" LICENSE="LPPL-1.2" SLOT="0" KEYWORDS="ppc" IUSE="" RDEPEND=">=app-text/tetex-3.0" DEPEND="${RDEPEND} app-arch/unzip" S=${WORKDIR}/${PN} src_install() { cd "${S}" latex-package_src_doinstall cls cfg bib apa dodoc *txt README } pkg_postinst() { latex-package_rehash } pkg_postrm() { latex-package_rehash }