# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit versionator texlive-common DESCRIPTION="LaTeX package for collaboratively editing LaTeX documents" HOMEPAGE="http://trackchanges.sourceforge.net/" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/Version%20$(get_version_component_range 1-2)/${PN}_source-${PV}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-texlive/texlive-latex" RDEPEND="${DEPEND}" src_install() { insinto /usr/share/texmf-dist/tex/latex/${PN}/ doins LatexPackage/trackchanges.sty dodoc -r documentation/web/* } pkg_postinst() { etexmf-update } pkg_postrm() { etexmf-update }