diff options
author | 2002-07-09 10:45:47 +0000 | |
---|---|---|
committer | 2002-07-09 10:45:47 +0000 | |
commit | d10f8fb771054689d63872b917bebebe835f4b73 (patch) | |
tree | 494d14acc610d64a0bf90c6fdcbcbb0aa3b025ae /net-misc/pump/pump-0.8.11.ebuild | |
parent | repoman'd (diff) | |
download | historical-d10f8fb771054689d63872b917bebebe835f4b73.tar.gz historical-d10f8fb771054689d63872b917bebebe835f4b73.tar.bz2 historical-d10f8fb771054689d63872b917bebebe835f4b73.zip |
repoman QA issues
Diffstat (limited to 'net-misc/pump/pump-0.8.11.ebuild')
-rw-r--r-- | net-misc/pump/pump-0.8.11.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/pump/pump-0.8.11.ebuild b/net-misc/pump/pump-0.8.11.ebuild index 783ef48a85f3..93dc37736005 100644 --- a/net-misc/pump/pump-0.8.11.ebuild +++ b/net-misc/pump/pump-0.8.11.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.11.ebuild,v 1.1 2002/01/09 11:42:08 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.11.ebuild,v 1.2 2002/07/09 10:38:32 phoenix Exp $ S=${WORKDIR}/${P} 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" HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pump/" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" DEPEND=">=dev-libs/popt-1.5" |