summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2003-04-16 00:54:10 +0000
committerGuy Martin <gmsoft@gentoo.org>2003-04-16 00:54:10 +0000
commit1003ab740f36e3bf4375c5cf055ea4efdf9b61b2 (patch)
treed00af84d332037b65babee08c13a8f40ecc44a91 /net-misc
parentPatch to fix return paths bug, fixes bug #19372 (diff)
downloadgentoo-2-1003ab740f36e3bf4375c5cf055ea4efdf9b61b2.tar.gz
gentoo-2-1003ab740f36e3bf4375c5cf055ea4efdf9b61b2.tar.bz2
gentoo-2-1003ab740f36e3bf4375c5cf055ea4efdf9b61b2.zip
Readded stuff to workaround the ./configure error. Marked stable on hppa.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dhcpcd/ChangeLog14
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild7
2 files changed, 10 insertions, 11 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index 9d32fde3077d..9692fce936c4 100644
--- a/net-misc/dhcpcd/ChangeLog
+++ b/net-misc/dhcpcd/ChangeLog
@@ -1,22 +1,20 @@
# ChangeLog for net-misc/dhcpcd
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.18 2003/04/02 14:04:42 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.19 2003/04/16 00:54:10 gmsoft Exp $
21 Feb 2003; Zach Welch <zwelch@gentoo.org> :
Added arm to keywords.
*dhcpcd-1.3.22_p4 (04 Jan 2003)
+ 16 Apr 2003; Guy Martin <gmsoft@gentoo.org> dhcpcd-1.3.22_p4.ebuild :
+ Readded stuff to workaround the ./configure error.
+ Marked stable on hppa.
+
02 Apr 2003; Christian Birchinger <joker@gentoo.org>
dhcpcd-1.3.22_p4.ebuild:
Added stable sparc keyword
- 26 Feb 2003; Guy Martin <gmsoft@gentoo.prg> dhcpcd-1.3.22_p4.ebuild :
- Added CBUILD=$CHOST for hppa due to a ./configure error.
-
- 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> dhcpcd-1.3.22_p4.ebuild :
- Added hppa to keywords.
-
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.22_p4.ebuild :
Added stable mips keyword to the ebuild.
@@ -25,7 +23,7 @@
*dhcpcd-1.3.22_p3-r3 (04 Jan 2003)
- 26 Feb 2003; Guy Martin <gmsoft@gentoo.prg> dhcpcd-1.3.22_p4.ebuild :
+ 26 Feb 2003; Guy Martin <gmsoft@gentoo.org> dhcpcd-1.3.22_p3-3.ebuild :
Added CBUILD=$CHOST for hppa due to a ./configure error.
09 Feb 2003; Guy Martin <gmsoft@gentoo.org> dhcpcd-1.3.22_p3-r3.ebuild :
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild
index 9b61c7ae9652..0f92e0643c20 100644
--- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild,v 1.8 2003/04/02 14:04:42 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild,v 1.9 2003/04/16 00:54:10 gmsoft Exp $
inherit gnuconfig
@@ -10,10 +10,12 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz"
HOMEPAGE="http://www.phystech.com/download/"
DEPEND=""
SLOT="0"
-KEYWORDS="x86 ~ppc sparc ~alpha ~hppa arm mips"
+KEYWORDS="x86 ~ppc sparc ~alpha hppa arm mips"
LICENSE="GPL-2"
IUSE="build"
+[ "${ARCH}" = "hppa" -o -z "${CBUILD}" ] && CBUILD="${CHOST}"
+
src_unpack() {
unpack ${A} || die "unpack failed"
use alpha && gnuconfig_update
@@ -29,7 +31,6 @@ src_unpack() {
}
src_install () {
- [ "${ARCH}" = "hppa" ] && CBUILD="${CHOST}"
einstall sbindir=${D}/sbin || die "Install failed"
if [ -z "`use build`" ]
then