From 348bb3f3d15ba0082965ee4ba48ad291e5c4e361 Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Sun, 10 Sep 2000 16:34:53 +0000 Subject: *** empty log message *** --- net-misc/dhcp/dhcp-3.0_beta0117.ebuild | 51 -------------------- net-misc/dhcp/dhcp-3.0_beta0202.ebuild | 72 ++++++++++++++++++++++++++++ net-misc/dhcp/files/digest-dhcp-3.0_beta0117 | 1 - net-misc/dhcp/files/digest-dhcp-3.0_beta0202 | 1 + 4 files changed, 73 insertions(+), 52 deletions(-) delete mode 100644 net-misc/dhcp/dhcp-3.0_beta0117.ebuild create mode 100644 net-misc/dhcp/dhcp-3.0_beta0202.ebuild delete mode 100644 net-misc/dhcp/files/digest-dhcp-3.0_beta0117 create mode 100644 net-misc/dhcp/files/digest-dhcp-3.0_beta0202 (limited to 'net-misc/dhcp') diff --git a/net-misc/dhcp/dhcp-3.0_beta0117.ebuild b/net-misc/dhcp/dhcp-3.0_beta0117.ebuild deleted file mode 100644 index f17cb025aabf..000000000000 --- a/net-misc/dhcp/dhcp-3.0_beta0117.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0_beta0117.ebuild,v 1.1 2000/08/16 17:16:16 achim Exp $ - -P=dhcp-3.0b1pl17 -A="${P}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="ISC Dynamic Host Configuration Protocol" -SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz" -HOMEPAGE="http://www.isc.org/products/DHCP/" - - -src_compile() { - - cd ${S} - echo "CC = gcc ${CFLAGS}" > site.conf - echo "ETC = /etc/dhcp" >> site.conf - ./configure - make -} - -src_install () { - - cd ${S}/client - into /usr - dosbin dhclient - doman *.5 *.8 - insinto /etc/dhcp - doins dhclient.conf - newins scripts/linux dhclient-script - - cd ${S}/common - doman *.5 - - cd ${S}/relay - dosbin dhcrelay - doman *.8 - - cd ${S}/server - dosbin dhcpd - doman *.5 *.8 - doins dhcpd.conf - - cd ${S} - dodoc COPYRIGHT DOCUMENTATION ISC-LICENSE README RELNOTES - docinto doc - dodoc doc/* -} - - diff --git a/net-misc/dhcp/dhcp-3.0_beta0202.ebuild b/net-misc/dhcp/dhcp-3.0_beta0202.ebuild new file mode 100644 index 000000000000..9abd0504dff1 --- /dev/null +++ b/net-misc/dhcp/dhcp-3.0_beta0202.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0_beta0202.ebuild,v 1.1 2000/09/10 16:34:53 achim Exp $ + +P=dhcp-3.0b2pl2 +A="${P}.tar.gz" +S=${WORKDIR}/${P} +DESCRIPTION="ISC Dynamic Host Configuration Protocol" +SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz" +HOMEPAGE="http://www.isc.org/products/DHCP/" + + +src_compile() { + + cd ${S} + echo "CC = gcc ${CFLAGS}" > site.conf + echo "ETC = /etc/dhcp" >> site.conf + ./configure + make +} + +src_install () { + + cd ${S}/work.linux-2.2/client + into /usr + dosbin dhclient + doman *.5 *.8 + + cd ../common + doman *.5 + + cd ../dhcpctl + dolib libdhcpctl.a + insinto /usr/include + doins dhcpctl.h + + cd ../omapip + dolib libomapi.a + doman *.3 + + cd ../relay + dosbin dhcrelay + doman *.8 + + cd ../server + dosbin dhcpd + doman *.5 *.8 + + cd ${S}/client + insinto /etc/dhcp + doins dhclient.conf + newins scripts/linux dhclient-script + + cd ${S}/server + doins dhcpd.conf + + cd ${S}/includes/omapip + insinto /usr/include/omapip + doins alloc.h buffer.h omapip.h + cd ${S}/includes/isc + insinto /usr/include/isc + doins boolean.h dst.h int.h lang.h list.h result.h types.h + + cd ${S} + dodoc ANONCVS CHANGES COPYRIGHT DOCUMENTATION ISC-LICENSE README RELNOTES + docinto doc + dodoc doc/* +} + + + diff --git a/net-misc/dhcp/files/digest-dhcp-3.0_beta0117 b/net-misc/dhcp/files/digest-dhcp-3.0_beta0117 deleted file mode 100644 index c49db56e3442..000000000000 --- a/net-misc/dhcp/files/digest-dhcp-3.0_beta0117 +++ /dev/null @@ -1 +0,0 @@ -MD5 9e5202eefc133bd30a46882239123be4 dhcp-3.0b1pl17.tar.gz diff --git a/net-misc/dhcp/files/digest-dhcp-3.0_beta0202 b/net-misc/dhcp/files/digest-dhcp-3.0_beta0202 new file mode 100644 index 000000000000..730f6098cce3 --- /dev/null +++ b/net-misc/dhcp/files/digest-dhcp-3.0_beta0202 @@ -0,0 +1 @@ +MD5 d3f212a1c1f9fa42db8e74bbc9a0dd04 dhcp-3.0b2pl2.tar.gz -- cgit v1.2.3-65-gdbad