summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-07-09 10:40:01 +0000
committerTilman Klar <phoenix@gentoo.org>2002-07-09 10:40:01 +0000
commita517dbf0c231f862f36787fc2dee729b0fb48515 (patch)
tree3dd4ab75677910c4c70a39b15a4b728457bfc8b2 /net-misc/pump
parentrepoman'd (diff)
downloadgentoo-2-a517dbf0c231f862f36787fc2dee729b0fb48515.tar.gz
gentoo-2-a517dbf0c231f862f36787fc2dee729b0fb48515.tar.bz2
gentoo-2-a517dbf0c231f862f36787fc2dee729b0fb48515.zip
repoman QA issues
Diffstat (limited to 'net-misc/pump')
-rw-r--r--net-misc/pump/ChangeLog9
-rw-r--r--net-misc/pump/files/digest-pump-0.8.31
-rw-r--r--net-misc/pump/pump-0.8.11.ebuild5
-rw-r--r--net-misc/pump/pump-0.8.3.ebuild26
4 files changed, 10 insertions, 31 deletions
diff --git a/net-misc/pump/ChangeLog b/net-misc/pump/ChangeLog
index d8c5d4cb235a..83fcea145250 100644
--- a/net-misc/pump/ChangeLog
+++ b/net-misc/pump/ChangeLog
@@ -1,11 +1,14 @@
# ChangeLog for net-misc/pump
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.1 2002/02/01 21:53:35 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.2 2002/07/09 10:38:32 phoenix Exp $
*pump-0.8.11 (1 Feb 2002)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> pump-0.8.11.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+ Removed pump-0.8.3 from the tree.
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
diff --git a/net-misc/pump/files/digest-pump-0.8.3 b/net-misc/pump/files/digest-pump-0.8.3
deleted file mode 100644
index b1900ece5c0b..000000000000
--- a/net-misc/pump/files/digest-pump-0.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 027d7cf0cc6330a4d8c0f7f02364176e pump_0.8.3.orig.tar.gz 35212
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"
diff --git a/net-misc/pump/pump-0.8.3.ebuild b/net-misc/pump/pump-0.8.3.ebuild
deleted file mode 100644
index 43eb8cf0b0a0..000000000000
--- a/net-misc/pump/pump-0.8.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.3.ebuild,v 1.4 2001/07/25 05:40:25 lamer Exp $
-A=pump_0.8.3.orig.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="This is the DHCP/BOOTP client written by RedHat."
-SRC_URI="http://ftp.debian.org/debian/pool/main/p/pump/${A}"
-HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pump/"
-DEPEND=">=dev-libs/popt-1.5"
-
-#RDEPEND=""
-
-src_compile() {
- try make pump
-}
-
-src_install () {
- exeinto /sbin
- doexe pump
- insinto /etc
- doins ${FILESDIR}/pump.conf
- doman pump.8
- dodoc COPYING CREDITS
-}
-