summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-01-11 09:29:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-01-11 09:29:55 +0000
commitc57392f8e8d84413b65c4053b0f78672cc09864c (patch)
treeb6d56361d10803db88bcf072b66e2d305f9d5735 /dev-tcltk
parentrepoman: Fix leading whitespace; Header fix (diff)
downloadgentoo-2-c57392f8e8d84413b65c4053b0f78672cc09864c.tar.gz
gentoo-2-c57392f8e8d84413b65c4053b0f78672cc09864c.tar.bz2
gentoo-2-c57392f8e8d84413b65c4053b0f78672cc09864c.zip
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/otcl/Manifest4
-rw-r--r--dev-tcltk/otcl/otcl-1.8.ebuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-tcltk/otcl/Manifest b/dev-tcltk/otcl/Manifest
index 43dc1ce86ca0..db9a3edb5f18 100644
--- a/dev-tcltk/otcl/Manifest
+++ b/dev-tcltk/otcl/Manifest
@@ -1,3 +1,3 @@
-MD5 d3d79d2f2b425800b8c8f62caa8f820e otcl-1.8.ebuild 979
-MD5 730399359a47a3287513d04633021250 ChangeLog 531
+MD5 977981b8806970adfa28f0bee0a58507 ChangeLog 532
+MD5 4037bf57b1463791e1ba02348ea48d76 otcl-1.8.ebuild 980
MD5 64a71b4bb60017c2d8802e771d31cedc files/digest-otcl-1.8 60
diff --git a/dev-tcltk/otcl/otcl-1.8.ebuild b/dev-tcltk/otcl/otcl-1.8.ebuild
index 11b45e5e0237..8300f56d98de 100644
--- a/dev-tcltk/otcl/otcl-1.8.ebuild
+++ b/dev-tcltk/otcl/otcl-1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8.ebuild,v 1.2 2004/01/11 04:07:36 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8.ebuild,v 1.3 2004/01/11 09:29:49 mr_bones_ Exp $
DESCRIPTION="MIT Object extention to Tcl"
SF_PN="otcl-tclcl"
@@ -19,7 +19,7 @@ src_compile() {
local myconf="--enable-shared"
CFLAGS="${CFLAGS} -I`ls /usr/lib/tcl8.*/include/generic/tclInt.h | tail -n1 | xargs dirname`"
econf ${myconf}
- emake all || die
+ emake all || die
emake libotcl.so || die
}
@@ -33,7 +33,7 @@ src_install() {
# docs
dodoc VERSION
- dohtml README.html CHANGES.html
+ dohtml README.html CHANGES.html
docinto doc
dodoc doc/*
}