summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/pump')
-rw-r--r--net-misc/pump/ChangeLog6
-rw-r--r--net-misc/pump/files/digest-pump-0.8.11-r11
-rw-r--r--net-misc/pump/files/digest-pump-0.8.19-r11
-rw-r--r--net-misc/pump/files/pump.conf12
-rw-r--r--net-misc/pump/pump-0.8.11-r1.ebuild31
-rw-r--r--net-misc/pump/pump-0.8.19-r1.ebuild38
6 files changed, 5 insertions, 84 deletions
diff --git a/net-misc/pump/ChangeLog b/net-misc/pump/ChangeLog
index fb4c98426bcd..e26c7d69e764 100644
--- a/net-misc/pump/ChangeLog
+++ b/net-misc/pump/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/pump
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.25 2005/08/25 00:38:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.26 2005/10/06 06:45:36 uberlord Exp $
+
+ 06 Oct 2005; Roy Marples <uberlord@gentoo.org> -files/pump.conf,
+ -pump-0.8.11-r1.ebuild, -pump-0.8.19-r1.ebuild:
+ Punted old ebuilds.
25 Aug 2005; Aron Griffis <agriffis@gentoo.org> pump-0.8.21-r7.ebuild:
stable on ia64
diff --git a/net-misc/pump/files/digest-pump-0.8.11-r1 b/net-misc/pump/files/digest-pump-0.8.11-r1
deleted file mode 100644
index 3a7fee76d891..000000000000
--- a/net-misc/pump/files/digest-pump-0.8.11-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8bc6cc32a6c2224a8b87e7785eee5fca pump_0.8.11.orig.tar.gz 37383
diff --git a/net-misc/pump/files/digest-pump-0.8.19-r1 b/net-misc/pump/files/digest-pump-0.8.19-r1
deleted file mode 100644
index 95438c403fa9..000000000000
--- a/net-misc/pump/files/digest-pump-0.8.19-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2dd494a38e0581f399bc7232c3462ae9 pump_0.8.19.orig.tar.gz 78703
diff --git a/net-misc/pump/files/pump.conf b/net-misc/pump/files/pump.conf
deleted file mode 100644
index d6456b9d7581..000000000000
--- a/net-misc/pump/files/pump.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-# sample /etc/pump.conf file
-# See "man pump" for more information
-#domainsearch "my.own.org own.org at.work.com"
-
-#retries 3
-#device eth1 {
-#nodns
-#}
-
-
-
-
diff --git a/net-misc/pump/pump-0.8.11-r1.ebuild b/net-misc/pump/pump-0.8.11-r1.ebuild
deleted file mode 100644
index f180b6d51184..000000000000
--- a/net-misc/pump/pump-0.8.11-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.11-r1.ebuild,v 1.3 2004/07/15 03:19:01 agriffis Exp $
-
-DESCRIPTION="This is the DHCP/BOOTP client written by RedHat"
-HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pump/"
-SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc"
-IUSE=""
-
-DEPEND=">=dev-libs/popt-1.5"
-
-PROVIDE="virtual/dhcpc"
-
-src_compile() {
- make pump || die
-}
-
-src_install () {
- exeinto /sbin
- doexe pump
-
- insinto /etc
- doins ${FILESDIR}/pump.conf
-
- doman pump.8
- dodoc COPYING CREDITS
-}
diff --git a/net-misc/pump/pump-0.8.19-r1.ebuild b/net-misc/pump/pump-0.8.19-r1.ebuild
deleted file mode 100644
index ae8677b0b1db..000000000000
--- a/net-misc/pump/pump-0.8.19-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.19-r1.ebuild,v 1.5 2005/04/27 00:37:30 iggy Exp $
-
-DESCRIPTION="This is the DHCP/BOOTP client written by RedHat"
-HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pump/"
-SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/popt-1.5"
-
-PROVIDE="virtual/dhcpc"
-
-src_compile() {
- make pump || die
-}
-
-src_install() {
- into /
- dosbin pump || die
-
- insinto /etc
- doins ${FILESDIR}/pump.conf
-
- doman pump.8
- dodoc CREDITS
-
- into /usr/
- dolib.a libpump.a
- insinto /usr/include/
- doins pump.h
-
- make -C po install datadir=$D/usr/share/
-}