summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-07 00:23:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-07 00:23:31 +0000
commit34109d5d7ccef37116d4aa8fcdcd1ffe038711fc (patch)
treec2ec270a9e76f0e4af5d28c8ba6a6fdf24a2eefe /x11-libs/Xaw3d
parentrepoman: trim trailing whitespace (diff)
downloadhistorical-34109d5d7ccef37116d4aa8fcdcd1ffe038711fc.tar.gz
historical-34109d5d7ccef37116d4aa8fcdcd1ffe038711fc.tar.bz2
historical-34109d5d7ccef37116d4aa8fcdcd1ffe038711fc.zip
repoman: trim trailing whitespace
Diffstat (limited to 'x11-libs/Xaw3d')
-rw-r--r--x11-libs/Xaw3d/Manifest2
-rw-r--r--x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/Xaw3d/Manifest b/x11-libs/Xaw3d/Manifest
index 32c7cadb26ba..f885715904e9 100644
--- a/x11-libs/Xaw3d/Manifest
+++ b/x11-libs/Xaw3d/Manifest
@@ -1,5 +1,5 @@
MD5 c64e140b62f3c177ad76bd9fe9e7295a ChangeLog 1092
-MD5 b173e17e0c5b33bd7586c364f58f6b27 Xaw3d-1.5-r1.ebuild 2007
+MD5 9da53742ada22cd637bf539de496bc81 Xaw3d-1.5-r1.ebuild 1999
MD5 8103db23293fc4226cadb7df282f952b files/Xaw3d-out-of-tree.diff 232
MD5 014f228d620c9680e30cdf1c068635c2 files/Xaw3d-xfree86.diff 420
MD5 12f07352cba3c1cfefa93e5f9d10c4a0 files/digest-Xaw3d-1.5-r1 61
diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
index 99b5226aed2d..eaf526ab5f60 100644
--- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
+++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.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/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.11 2003/03/10 22:39:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.12 2003/09/07 00:23:27 msterret Exp $
# Ok, hopefully this will resolv the problem with the version of libXaw3d that
# gets created.
@@ -35,7 +35,7 @@ DEPEND="virtual/x11"
src_unpack() {
unpack ${P}.tar.gz
cd ${S}
-
+
# For some reason it isn't automatically patched.
# That's why I manually override the source_unpack function.
patch -p0 <${FILESDIR}/Xaw3d-xfree86.diff || die
@@ -51,7 +51,7 @@ src_compile() {
# convoluted process for out-of-tree building
mkdir ./X11
cd ./X11 ; ln -sf ../../Xaw3d . ; cd ..
-
+
xmkmf || die
make includes || die
make depend || die