summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/latexdiff/latexdiff-0.3.ebuild')
-rw-r--r--dev-tex/latexdiff/latexdiff-0.3.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-tex/latexdiff/latexdiff-0.3.ebuild b/dev-tex/latexdiff/latexdiff-0.3.ebuild
index c1f98f4f676d..0b02581941c5 100644
--- a/dev-tex/latexdiff/latexdiff-0.3.ebuild
+++ b/dev-tex/latexdiff/latexdiff-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/latexdiff-0.3.ebuild,v 1.1 2005/11/28 10:41:42 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/latexdiff-0.3.ebuild,v 1.2 2007/07/13 06:20:20 mr_bones_ Exp $
DESCRIPTION="Compare two latex files and mark up significant differences"
HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/"
@@ -15,7 +15,6 @@ IUSE="static"
DEPEND=">=dev-lang/perl-5.8
!static? ( dev-perl/Algorithm-Diff )"
-
src_install() {
dodoc CHANGES LICENSE README
dodoc latexdiff-man.pdf
@@ -28,4 +27,3 @@ src_install() {
dobin latexrevise latexdiff-cvs
doman latexdiff.1 latexrevise.1 latexdiff-cvs.1
}
-