summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 22:37:27 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 22:37:27 +0000
commite34e99ff3a479e58cdd7c2d310dce7bbf8070e74 (patch)
tree670a0fb22c3de0ef56319a57f951909e0608d680 /app-text/passivetex
parentdigest (diff)
downloadgentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.gz
gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.bz2
gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.zip
whitespace cleanup
Diffstat (limited to 'app-text/passivetex')
-rw-r--r--app-text/passivetex/Manifest2
-rw-r--r--app-text/passivetex/passivetex-1.4.ebuild10
2 files changed, 6 insertions, 6 deletions
diff --git a/app-text/passivetex/Manifest b/app-text/passivetex/Manifest
index 5942fb3598dd..1e3cd1a54ba5 100644
--- a/app-text/passivetex/Manifest
+++ b/app-text/passivetex/Manifest
@@ -1,4 +1,4 @@
MD5 58ac0e181ac10245c6617beb4967fa11 ChangeLog 964
-MD5 d3fffcf0c186cf02e857b41c633143cc passivetex-1.4.ebuild 803
+MD5 534de67ef6e8352b7416baeb9160ce02 passivetex-1.4.ebuild 803
MD5 f19bbabbe44fe71e77056d892d07cda5 files/digest-passivetex-1.4 60
MD5 14d8606cec4123680841e3d0902bbbd4 files/passivetex-1.4-Makefile 257
diff --git a/app-text/passivetex/passivetex-1.4.ebuild b/app-text/passivetex/passivetex-1.4.ebuild
index 316debe122c2..2d2fbe86462d 100644
--- a/app-text/passivetex/passivetex-1.4.ebuild
+++ b/app-text/passivetex/passivetex-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/passivetex-1.4.ebuild,v 1.10 2003/02/13 09:42:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/passivetex-1.4.ebuild,v 1.11 2003/09/05 22:37:22 msterret Exp $
S=${WORKDIR}/passivetex
DESCRIPTION="A namespace-aware XML parser written in Tex"
@@ -31,8 +31,8 @@ src_install () {
}
pkg_postinst() {
- if [ -e /usr/bin/mktexlsr ]
- then
- /usr/bin/mktexlsr
- fi
+ if [ -e /usr/bin/mktexlsr ]
+ then
+ /usr/bin/mktexlsr
+ fi
}