summaryrefslogtreecommitdiff
blob: cff5813a174a8919e91ee690544c9e46f4fa5677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

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
}