diff options
author | 2003-09-22 19:11:30 +0000 | |
---|---|---|
committer | 2003-09-22 19:11:30 +0000 | |
commit | e2d2652c06a587e47c272030cf4b87b1ab1a9311 (patch) | |
tree | 859c2646f3e340e02d8db241d32cc237e0361a7b /net-analyzer | |
parent | repoman: whitespace cleanup (diff) | |
download | historical-e2d2652c06a587e47c272030cf4b87b1ab1a9311.tar.gz historical-e2d2652c06a587e47c272030cf4b87b1ab1a9311.tar.bz2 historical-e2d2652c06a587e47c272030cf4b87b1ab1a9311.zip |
repoman: header fix; whitespace cleanup
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/pipes/Manifest | 3 | ||||
-rw-r--r-- | net-analyzer/pipes/pipes-1.15.ebuild | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/pipes/Manifest b/net-analyzer/pipes/Manifest new file mode 100644 index 000000000000..0cca2aeded6a --- /dev/null +++ b/net-analyzer/pipes/Manifest @@ -0,0 +1,3 @@ +MD5 a804c7202d00ece8dede77488419d5b7 ChangeLog 375 +MD5 c1af5165389c38a18b411b9e2195176f pipes-1.15.ebuild 678 +MD5 8f67f91e26e89260f8a7e59033eb88a4 files/digest-pipes-1.15 62 diff --git a/net-analyzer/pipes/pipes-1.15.ebuild b/net-analyzer/pipes/pipes-1.15.ebuild index 67b518a34302..6a436d2e594c 100644 --- a/net-analyzer/pipes/pipes-1.15.ebuild +++ b/net-analyzer/pipes/pipes-1.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pipes/pipes-1.15.ebuild,v 1.1 2003/09/22 17:15:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pipes/pipes-1.15.ebuild,v 1.2 2003/09/22 19:11:26 msterret Exp $ DESCRIPTION="Very versatile TCP pipes" HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html" @@ -15,7 +15,7 @@ DEPEND="virtual/glibc" src_unpack() { unpack ${A} cd ${S} - + sed -i "s:-O2:${CFLAGS}:" Makefile touch .depend } |