summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 22:01:57 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 22:01:57 +0000
commitb5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f (patch)
treeaaae03e472c453b0e1c37aad094ef40d9beb0484 /net-misc/ipx-utils
parentLICENSE fix (diff)
downloadgentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.gz
gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.bz2
gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.zip
whitespace cleanup
Diffstat (limited to 'net-misc/ipx-utils')
-rw-r--r--net-misc/ipx-utils/Manifest4
-rw-r--r--net-misc/ipx-utils/ipx-utils-1.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/ipx-utils/Manifest b/net-misc/ipx-utils/Manifest
index d830c92cb5dc..938e5edb9826 100644
--- a/net-misc/ipx-utils/Manifest
+++ b/net-misc/ipx-utils/Manifest
@@ -1,6 +1,6 @@
+MD5 6be618fa9daac7a67b37e45f9f28a5cc ChangeLog 471
+MD5 ff48343b2a9af90b3f9f9a376d907003 ipx-utils-1.1.ebuild 991
MD5 78845a00cf7ab6edd46bd2e705fd55ea files/digest-ipx-utils-1.1 57
MD5 639484e03a0f107b4dbdfedea00ca006 files/ipx-utils-1.1-gentoo.diff 830
MD5 2323221bd2b089ba4d95a00938b95b15 files/ipx.confd 695
MD5 b5178720d065827eed97e426725066bf files/ipx.init 969
-MD5 860767a3163bbb60a468fe1de6fa892b ipx-utils-1.1.ebuild 990
-MD5 6be618fa9daac7a67b37e45f9f28a5cc ChangeLog 471
diff --git a/net-misc/ipx-utils/ipx-utils-1.1.ebuild b/net-misc/ipx-utils/ipx-utils-1.1.ebuild
index bf23365623e8..08580b86e192 100644
--- a/net-misc/ipx-utils/ipx-utils-1.1.ebuild
+++ b/net-misc/ipx-utils/ipx-utils-1.1.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/net-misc/ipx-utils/ipx-utils-1.1.ebuild,v 1.5 2003/02/13 14:54:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ipx-utils-1.1.ebuild,v 1.6 2003/09/05 22:01:48 msterret Exp $
S=${WORKDIR}/${P/-utils}
DESCRIPTION="The IPX Utilities"
@@ -21,7 +21,7 @@ src_unpack() {
cp Makefile Makefile.orig
sed -e "s:-O2 -Wall:${CFLAGS}:" \
Makefile.orig > Makefile
-
+
# Fix install locations
patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die
}