diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-07 07:50:59 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-07 07:50:59 +0000 |
commit | 163edc769484165532390d8a13abf2cc1bbbbe54 (patch) | |
tree | 636118e4d11f757391264c30e31b0e955f7edf9c /dev-tex/latexdiff/latexdiff-0.2.ebuild | |
parent | marked ~ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-163edc769484165532390d8a13abf2cc1bbbbe54.tar.gz gentoo-2-163edc769484165532390d8a13abf2cc1bbbbe54.tar.bz2 gentoo-2-163edc769484165532390d8a13abf2cc1bbbbe54.zip |
Initial import. Ebuild submitted by Anders Bo Rasmussen <gentoo@fuzz.dk>; bug #68033.
Diffstat (limited to 'dev-tex/latexdiff/latexdiff-0.2.ebuild')
-rw-r--r-- | dev-tex/latexdiff/latexdiff-0.2.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-tex/latexdiff/latexdiff-0.2.ebuild b/dev-tex/latexdiff/latexdiff-0.2.ebuild new file mode 100644 index 000000000000..fb3b3b0e2f03 --- /dev/null +++ b/dev-tex/latexdiff/latexdiff-0.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/latexdiff-0.2.ebuild,v 1.1 2004/11/07 07:50:59 usata Exp $ + +DESCRIPTION="latexdiff compares two latex files and marks up significant differences between them" + +HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/" + +# Taken from: http://www.ctan.org/tex-archive/support/latexdiff/ +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~x86" + +IUSE="" + +DEPEND=">=dev-lang/perl-5.8.4-r1 + >=dev-perl/Algorithm-Diff-1.15" + + +src_install() { + dodoc CHANGES LICENSE README + insinto /usr/share/doc/${P} + doins latexdiff-man.pdf + + dobin latexdiff latexrevise + doman latexdiff.1 latexrevise.1 +} + |