Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 323561
Collapse All | Expand All

(-)latexmk-416a.ebuild.old (+7 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/latexmk-416a.ebuild,v 1.1 2010/06/11 11:26:30 aballier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/latexmk-416a.ebuild,v 1.1 2010/06/11 11:26:30 aballier Exp $
4
4
5
inherit bash-completion
6
5
DESCRIPTION="Perl script for automatically building LaTeX documents."
7
DESCRIPTION="Perl script for automatically building LaTeX documents."
6
HOMEPAGE="http://www.phys.psu.edu/~collins/software/latexmk/"
8
HOMEPAGE="http://www.phys.psu.edu/~collins/software/latexmk/"
7
SRC_URI="http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip"
9
SRC_URI="http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip"
Lines 23-26 Link Here
23
	doman latexmk.1
25
	doman latexmk.1
24
	insinto /usr/share/doc/${PF}
26
	insinto /usr/share/doc/${PF}
25
	doins -r example_rcfiles extra-scripts
27
	doins -r example_rcfiles extra-scripts
28
	dobashcompletion "${FILESDIR}"/completion.bash ${PN}
29
}
30
31
pkg_postinst() {
32
	bash-completion_pkg_postinst
26
}
33
}

Return to bug 323561