diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f (patch) | |
tree | aaae03e472c453b0e1c37aad094ef40d9beb0484 /net-misc/pump | |
parent | LICENSE fix (diff) | |
download | gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.gz gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.bz2 gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/pump')
-rw-r--r-- | net-misc/pump/Manifest | 2 | ||||
-rw-r--r-- | net-misc/pump/pump-0.8.11.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/pump/Manifest b/net-misc/pump/Manifest index 6aff012277e9..8c1145723ef6 100644 --- a/net-misc/pump/Manifest +++ b/net-misc/pump/Manifest @@ -1,4 +1,4 @@ MD5 5aa29a7e11a05f688c45b5044c23747c ChangeLog 995 -MD5 2d9c10e5bdda5b54261a3d35d413c09b pump-0.8.11.ebuild 674 +MD5 c459a3ff0224968fa1ae206b66a608a0 pump-0.8.11.ebuild 675 MD5 7158de78d2fd79881a6b2cbf4e13803c files/digest-pump-0.8.11 67 MD5 dbccd88cdb05d334ef22e298091382e3 files/pump.conf 155 diff --git a/net-misc/pump/pump-0.8.11.ebuild b/net-misc/pump/pump-0.8.11.ebuild index dfe2e1e020e3..f542e6167c21 100644 --- a/net-misc/pump/pump-0.8.11.ebuild +++ b/net-misc/pump/pump-0.8.11.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/pump/pump-0.8.11.ebuild,v 1.10 2003/02/13 15:04:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.11.ebuild,v 1.11 2003/09/05 22:01:49 msterret Exp $ DESCRIPTION="This is the DHCP/BOOTP client written by RedHat" SRC_URI="http://ftp.debian.org/debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.gz" @@ -24,5 +24,5 @@ src_install () { doins ${FILESDIR}/pump.conf doman pump.8 - dodoc COPYING CREDITS + dodoc COPYING CREDITS } |