From 1a47710ea4e2f2867b6ce94dd9c03c6f3c392c76 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 4 Nov 2004 03:34:26 +0000 Subject: old --- net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild | 60 ------------------------ net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4-r4 | 3 -- 2 files changed, 63 deletions(-) delete mode 100644 net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild delete mode 100644 net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4-r4 (limited to 'net-misc') diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild deleted file mode 100644 index 1acb6299bbc0..000000000000 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild +++ /dev/null @@ -1,60 +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/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild,v 1.5 2004/07/15 02:43:55 agriffis Exp $ - -inherit gnuconfig flag-o-matic eutils - -S=${WORKDIR}/${P/_p/-pl} -DESCRIPTION="A dhcp client only" -HOMEPAGE="http://www.phystech.com/download/" -SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz - http://dev.gentoo.org/~drobbins/${P}.diff.bz2 - http://dev.gentoo.org/~drobbins/${P}-keepCacheAndResolv.diff.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64" -IUSE="build static" - -DEPEND="virtual/libc" -PROVIDE="virtual/dhcpc" - -src_unpack() { - unpack ${A} || die "unpack failed" - gnuconfig_update - - cd ${S} - #Started working on this patch from an older version I found; then - #discovered that LFS had an updated one. We're using a patch that is - #identical to theirs. It makes dhcpcd FHS-compliant. (drobbins, 06 - #Sep 2003) - epatch ${DISTDIR}/${P}.diff.bz2 - #This next patch from Alwyn Schoeman is great; - #it adds a -z (shutdown, keep cache) and various other little tweaks. - #See http://bugs.gentoo.org/show_bug.cgi?id=23428 for more info. - epatch ${DISTDIR}/${P}-keepCacheAndResolv.diff.bz2 - #remove hard-coded arch stuff (drobbins, 06 Sep 2003) - sed -i "s/ -march=i.86//g" configure - sed -i 's:/etc/ntp\.drift:/var/lib/ntp/ntp.drift:' dhcpconfig.c -} - -src_compile() { - use static && append-flags -static - - ./configure \ - --prefix="" \ - --sysconfdir=/var/lib \ - --mandir=/usr/share/man || die - - emake || die -} - -src_install() { - einstall sbindir=${D}/sbin || die "Install failed" - if ! use build - then - dodoc AUTHORS ChangeLog NEWS README - else - rm -rf ${D}/usr/share - fi -} diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4-r4 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4-r4 deleted file mode 100644 index 80b4247cc65e..000000000000 --- a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4-r4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 dd627a121e43835bead3ffef5b1a72fd dhcpcd-1.3.22-pl4.tar.gz 148455 -MD5 0960ef5d5070da205ffacd5107492e36 dhcpcd-1.3.22_p4.diff.bz2 1646 -MD5 6a502cc0c572f898f8ba5daa34c37901 dhcpcd-1.3.22_p4-keepCacheAndResolv.diff.bz2 1800 -- cgit v1.2.3-65-gdbad