summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-07-13 06:20:20 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-07-13 06:20:20 +0000
commit03fcca22a217aac5cd7902b67a09e5f979f56dcd (patch)
tree4fb66eef66fdf18b5e8e05ed53785d535adf45fc /dev-tex/latexdiff
parentwhitespace (diff)
downloadgentoo-2-03fcca22a217aac5cd7902b67a09e5f979f56dcd.tar.gz
gentoo-2-03fcca22a217aac5cd7902b67a09e5f979f56dcd.tar.bz2
gentoo-2-03fcca22a217aac5cd7902b67a09e5f979f56dcd.zip
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-tex/latexdiff')
-rw-r--r--dev-tex/latexdiff/latexdiff-0.2.ebuild4
-rw-r--r--dev-tex/latexdiff/latexdiff-0.3.ebuild4
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
}
-