summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2006-04-22 18:27:42 +0000
committerRoy Marples <uberlord@gentoo.org>2006-04-22 18:27:42 +0000
commitd5c04c4d276e2ef1f1f6d0423ef9735ffbf022cc (patch)
tree9dc463c4a94962b80137d904bd2c5a98c438cfc1 /net-misc
parentKeyword ~ppc. (diff)
downloadgentoo-2-d5c04c4d276e2ef1f1f6d0423ef9735ffbf022cc.tar.gz
gentoo-2-d5c04c4d276e2ef1f1f6d0423ef9735ffbf022cc.tar.bz2
gentoo-2-d5c04c4d276e2ef1f1f6d0423ef9735ffbf022cc.zip
Punt old version
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/udhcp/files/digest-udhcp-0.9.9_pre20041216-r23
-rw-r--r--net-misc/udhcp/udhcp-0.9.9_pre20041216-r2.ebuild48
2 files changed, 0 insertions, 51 deletions
diff --git a/net-misc/udhcp/files/digest-udhcp-0.9.9_pre20041216-r2 b/net-misc/udhcp/files/digest-udhcp-0.9.9_pre20041216-r2
deleted file mode 100644
index d5e8d6d049f6..000000000000
--- a/net-misc/udhcp/files/digest-udhcp-0.9.9_pre20041216-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 759bb5f1f05e4725a48e5019fa5f61f2 udhcp-0.9.9_pre20041216.tar.bz2 42353
-RMD160 ed223b166f9ab9c0e0b210b690319e3ca8417af5 udhcp-0.9.9_pre20041216.tar.bz2 42353
-SHA256 e4bcf9490f5e5c14a97d6ca46f054225e15a765edf9cdb181888032a0082dad6 udhcp-0.9.9_pre20041216.tar.bz2 42353
diff --git a/net-misc/udhcp/udhcp-0.9.9_pre20041216-r2.ebuild b/net-misc/udhcp/udhcp-0.9.9_pre20041216-r2.ebuild
deleted file mode 100644
index 0236e87017aa..000000000000
--- a/net-misc/udhcp/udhcp-0.9.9_pre20041216-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.9_pre20041216-r2.ebuild,v 1.1 2006/04/07 22:31:26 uberlord Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="udhcp Server/Client Package"
-HOMEPAGE="http://udhcp.busybox.net/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="virtual/libc"
-PROVIDE="virtual/dhcpc"
-
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
- enewgroup dhcp
- enewuser dhcp -1 -1 /var/lib/dhcp dhcp
-}
-
-src_compile() {
- emake \
- CROSS_COMPILE=${CHOST}- \
- STRIP=true \
- UDHCP_SYSLOG=1 \
- || die
-}
-
-src_install() {
- make STRIP=true install DESTDIR="${D}" USRSBINDIR="${D}/sbin" || die
- newinitd "${FILESDIR}"/udhcp.rc udhcp
- insinto /etc
- doins samples/udhcpd.conf
- dodoc AUTHORS ChangeLog README* TODO
- newdoc samples/README README.scripts
-
- # udhcpc setup script - the supplied ones don't work
- # These do and they support resolvconf and the loading of an extra
- # config file which can affect the create of resolv.conf, ntp.conf
- # and route metrics.
- exeinto /lib/rcscripts/sh
- newexe "${FILESDIR}"/udhcpc.sh udhcpc.sh
-}