summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 23:40:14 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 23:40:14 +0000
commit081020c6d8b00f2750190600c12379ea601be8f5 (patch)
treeecf8f2c2128cc45ef37da71a9c2073774502cba0 /net-analyzer/etherape
parentheader fix (diff)
downloadgentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.gz
gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.bz2
gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.zip
whitespace cleanup
Diffstat (limited to 'net-analyzer/etherape')
-rw-r--r--net-analyzer/etherape/Manifest6
-rw-r--r--net-analyzer/etherape/etherape-0.8.2-r1.ebuild14
2 files changed, 10 insertions, 10 deletions
diff --git a/net-analyzer/etherape/Manifest b/net-analyzer/etherape/Manifest
index cb6078e76512..fe4613e6e2ef 100644
--- a/net-analyzer/etherape/Manifest
+++ b/net-analyzer/etherape/Manifest
@@ -1,6 +1,6 @@
+MD5 ab6089d8b0fccb228fff6656c4c38d88 ChangeLog 1248
+MD5 17478fa86ffeb4fc8ca4faa777aee40b etherape-0.8.2-r1.ebuild 1173
+MD5 23b34a16056def262cc6cac5181db793 etherape-0.9.0.ebuild 987
MD5 fa35a411bca4af227afb869da4781b0c files/digest-etherape-0.8.2-r1 66
MD5 efc64f22a1d8e39060fd684f5b105078 files/etherape-0.8.2-gcc3-gentoo.patch 518
MD5 4ec4396b2bd551ad7dc1ddc3ca92a8e1 files/digest-etherape-0.9.0 66
-MD5 4ea3822eb6bfa36af2e6e65d88d1a9b2 etherape-0.8.2-r1.ebuild 1187
-MD5 ab6089d8b0fccb228fff6656c4c38d88 ChangeLog 1248
-MD5 23b34a16056def262cc6cac5181db793 etherape-0.9.0.ebuild 987
diff --git a/net-analyzer/etherape/etherape-0.8.2-r1.ebuild b/net-analyzer/etherape/etherape-0.8.2-r1.ebuild
index 8028d22ba113..58cc494dcd73 100644
--- a/net-analyzer/etherape/etherape-0.8.2-r1.ebuild
+++ b/net-analyzer/etherape/etherape-0.8.2-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/net-analyzer/etherape/etherape-0.8.2-r1.ebuild,v 1.9 2003/02/13 13:39:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.8.2-r1.ebuild,v 1.10 2003/09/05 23:40:08 msterret Exp $
IUSE="nls"
DESCRIPTION="A graphical network monitor for Unix modeled after etherman"
@@ -19,7 +19,7 @@ KEYWORDS="x86 ppc sparc "
src_unpack() {
unpack ${A}
- cd ${S}
+ cd ${S}
patch -p1 < ${FILESDIR}/${P}-gcc3-gentoo.patch
}
@@ -32,17 +32,17 @@ src_compile() {
# configure script not listening to libglade-config?
CFLAGS="${CFLAGS} `/usr/bin/libglade-config --cflags`"
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- ${myconf} || die
+ ./configure --host=${CHOST} \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ ${myconf} || die
emake
}
src_install() {
- make prefix=${D}/usr sysconfdir=${D}/etc install || die
+ make prefix=${D}/usr sysconfdir=${D}/etc install || die
dodoc ABOUT-NLS AUTHORS COPYING ChangeLog FAQ INSTALL NEWS OVERVIEW
dodoc README README.bugs README.help README.thanks TODO