diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 06:20:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 06:20:20 +0000 |
commit | c3eabbe1c32d71ccdd5f0812164ce057fac44ff6 (patch) | |
tree | 87d136ac102edfc8d7af6a7bcb9873498f3a01bd /dev-tex/latexdiff | |
parent | whitespace (diff) | |
download | historical-c3eabbe1c32d71ccdd5f0812164ce057fac44ff6.tar.gz historical-c3eabbe1c32d71ccdd5f0812164ce057fac44ff6.tar.bz2 historical-c3eabbe1c32d71ccdd5f0812164ce057fac44ff6.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-tex/latexdiff')
-rw-r--r-- | dev-tex/latexdiff/latexdiff-0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/latexdiff/latexdiff-0.3.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-tex/latexdiff/latexdiff-0.2.ebuild b/dev-tex/latexdiff/latexdiff-0.2.ebuild index 34c409a77803..4cef2de39749 100644 --- a/dev-tex/latexdiff/latexdiff-0.2.ebuild +++ b/dev-tex/latexdiff/latexdiff-0.2.ebuild @@ -1,6 +1,6 @@ # 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.2 2004/12/28 21:07:56 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/latexdiff-0.2.ebuild,v 1.3 2007/07/13 06:20:20 mr_bones_ Exp $ DESCRIPTION="latexdiff compares two latex files and marks up significant differences between them" @@ -20,7 +20,6 @@ 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} @@ -29,4 +28,3 @@ src_install() { dobin latexdiff latexrevise doman latexdiff.1 latexrevise.1 } - 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 } - |