summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2003-09-14 16:11:50 +0000
committerBrian Jackson <iggy@gentoo.org>2003-09-14 16:11:50 +0000
commit425a567ae0e016ac78b954ae136b8a67060772c7 (patch)
tree2bf3f4b6eb22332c156e478287c6f2ca9c2afba0 /net-misc/pump
parentversion bump thanks to hillster (diff)
downloadgentoo-2-425a567ae0e016ac78b954ae136b8a67060772c7.tar.gz
gentoo-2-425a567ae0e016ac78b954ae136b8a67060772c7.tar.bz2
gentoo-2-425a567ae0e016ac78b954ae136b8a67060772c7.zip
version bump thanks to hillster
Diffstat (limited to 'net-misc/pump')
-rw-r--r--net-misc/pump/ChangeLog7
-rw-r--r--net-misc/pump/Manifest4
-rw-r--r--net-misc/pump/files/digest-pump-0.8.191
-rw-r--r--net-misc/pump/pump-0.8.19.ebuild28
4 files changed, 37 insertions, 3 deletions
diff --git a/net-misc/pump/ChangeLog b/net-misc/pump/ChangeLog
index fa0ce57f0b51..c8302b3a5d07 100644
--- a/net-misc/pump/ChangeLog
+++ b/net-misc/pump/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/pump
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.7 2003/02/12 08:30:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.8 2003/09/14 16:11:48 iggy Exp $
+
+*pump-0.8.19 (14 Sep 2003)
+
+ 14 Sep 2003; <iggy@gentoo.org> pump-0.8.19.ebuild:
+ version bump thanks to hillster
*pump-0.8.11 (1 Feb 2002)
diff --git a/net-misc/pump/Manifest b/net-misc/pump/Manifest
index 063361a4a6e2..7e608cd9522b 100644
--- a/net-misc/pump/Manifest
+++ b/net-misc/pump/Manifest
@@ -1,6 +1,6 @@
-MD5 812a99f2cb7fbe32fed35d6c13e895fd pump-0.8.19.ebuild 691
+MD5 e837cc5f415c51dbe85e86d0e1e7a6a6 pump-0.8.19.ebuild 686
MD5 c459a3ff0224968fa1ae206b66a608a0 pump-0.8.11.ebuild 675
-MD5 5aa29a7e11a05f688c45b5044c23747c ChangeLog 995
+MD5 2ffbafa0ad87c704625dd3ae0f923ddd ChangeLog 1109
MD5 dbccd88cdb05d334ef22e298091382e3 files/pump.conf 155
MD5 7158de78d2fd79881a6b2cbf4e13803c files/digest-pump-0.8.11 67
MD5 2b45c75857947cb4866c175f48304eda files/digest-pump-0.8.19 67
diff --git a/net-misc/pump/files/digest-pump-0.8.19 b/net-misc/pump/files/digest-pump-0.8.19
new file mode 100644
index 000000000000..95438c403fa9
--- /dev/null
+++ b/net-misc/pump/files/digest-pump-0.8.19
@@ -0,0 +1 @@
+MD5 2dd494a38e0581f399bc7232c3462ae9 pump_0.8.19.orig.tar.gz 78703
diff --git a/net-misc/pump/pump-0.8.19.ebuild b/net-misc/pump/pump-0.8.19.ebuild
new file mode 100644
index 000000000000..e1816e285721
--- /dev/null
+++ b/net-misc/pump/pump-0.8.19.ebuild
@@ -0,0 +1,28 @@
+# 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.19.ebuild,v 1.1 2003/09/14 16:11:48 iggy 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"
+HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pump/"
+
+KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=dev-libs/popt-1.5"
+
+src_compile() {
+ make pump || die
+}
+
+src_install () {
+ exeinto /sbin
+ doexe pump
+
+ insinto /etc
+ doins ${FILESDIR}/pump.conf
+
+ doman pump.8
+ dodoc COPYING CREDITS
+}