# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="REVTeX" HOMEPAGE="http://publish.aps.org/${PN}${PV}/" SRC_URI="http://publish.aps.org/${PN}${PV}/${PN}${PV}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="app-text/tetex" S=${WORKDIR}/${PN}${PV} src_install() { insinto /usr/share/texmf/tex/latex/${PN}${PV} doins *.rtx *.sty *.cls dodoc DOWNLOAD README cp docs/* ${D}/usr/share/doc/${P} } pkg_postinst() { echo ">>> Configuring REVTeX..." mktexlsr >/dev/null 2>&1 }