From 96d961306c383ae7f9e882b0647b661f344af7dc Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Tue, 16 Jul 2002 04:54:34 +0000 Subject: ppc tagging --- net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild | 8 ++++--- net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild | 33 --------------------------- net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 | 1 - 3 files changed, 5 insertions(+), 37 deletions(-) delete mode 100644 net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild delete mode 100644 net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 (limited to 'net-misc/dhcpcd') diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild index 6c202ca70023..1ac7ba48161a 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.8 2002/07/11 06:30:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.9 2002/07/16 04:54:33 seemant Exp $ MYV=1.3.20-pl0 S=${WORKDIR}/${PN}-${MYV} @@ -9,11 +9,13 @@ SRC_URI="ftp://ftp.phystech.com/pub/${PN}-${MYV}.tar.gz" HOMEPAGE="http://" DEPEND="" SLOT="0" -KEYWORDS="0" +KEYWORDS="x86 ppc" LICENSE="GPL-2" src_compile() { - ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --sbindir=/sbin --host=${CHOST} || die + econf \ + --sysconfdir=/etc \ + --sbindir=/sbin || die make || die } diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild deleted file mode 100644 index d50a1068286f..000000000000 --- a/net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0.ebuild,v 1.3 2002/07/06 14:54:30 phoenix Exp $ - -A=${PN}-1.3.20-pl0.tar.gz -S=${WORKDIR}/${PN}-1.3.20-pl0 -DESCRIPTION="A dhcp client only" -SRC_URI="ftp://ftp.phystech.cm/pub/${A}" -HOMEPAGE="http://" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="" - -src_compile() { - - try ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --sbindir=/sbin --host=${CHOST} - try make - -} - -src_install () { - - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog NEWS README - if [ "`use pcmcia`" ] || [ "`use pcmcia-cs`" ] ; then - insinto /etc/pcmcia - doins pcmcia/network* - fi - -} - diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 deleted file mode 100644 index 1574a8883a03..000000000000 --- a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0 +++ /dev/null @@ -1 +0,0 @@ -MD5 5f52904ac354295ce64f74f254ac1d0d dhcpcd-1.3.20-pl0.tar.gz 102749 -- cgit v1.2.3-65-gdbad