diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-03-25 21:20:09 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-03-25 21:20:09 +0000 |
commit | a00e8bbfa8e448632ecb6e294220ac43d50e5ae5 (patch) | |
tree | 3ee6e2d2f49fa63c3744cbba61e336670694348c /net-misc/udhcp | |
parent | stable on sparc (diff) | |
download | historical-a00e8bbfa8e448632ecb6e294220ac43d50e5ae5.tar.gz historical-a00e8bbfa8e448632ecb6e294220ac43d50e5ae5.tar.bz2 historical-a00e8bbfa8e448632ecb6e294220ac43d50e5ae5.zip |
stable da sparc
Diffstat (limited to 'net-misc/udhcp')
-rw-r--r-- | net-misc/udhcp/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/udhcp/Manifest | 8 | ||||
-rw-r--r-- | net-misc/udhcp/udhcp-0.9.8-r3.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-misc/udhcp/ChangeLog b/net-misc/udhcp/ChangeLog index 26ae70678b80..76d31644c37b 100644 --- a/net-misc/udhcp/ChangeLog +++ b/net-misc/udhcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/udhcp # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.10 2004/03/15 15:22:05 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.11 2004/03/25 21:20:09 gustavoz Exp $ + + 25 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> udhcp-0.9.8-r3.ebuild: + stable da sparc 08 Mar 2004; Seemant Kulleen <seemant@gentoo.org> udhcp-0.9.8-r3.ebuild: moved -r3 to x86 stable due to lack of bug reports complaining diff --git a/net-misc/udhcp/Manifest b/net-misc/udhcp/Manifest index 0d7f50dfc6a8..7267eef6b533 100644 --- a/net-misc/udhcp/Manifest +++ b/net-misc/udhcp/Manifest @@ -1,6 +1,6 @@ -MD5 336a4307087d5268c420e8db88c01663 udhcp-0.9.8-r2.ebuild 770 -MD5 82aac16b580aef14bed126e1566d5407 ChangeLog 1421 -MD5 2614bb6ff6be13a02c50b2556d2e5c4d udhcp-0.9.8-r3.ebuild 851 +MD5 096a5d483c35730d5d58203b018b19fb ChangeLog 1521 +MD5 34da46fdffd6065aed724ef0ca8194d2 udhcp-0.9.8-r2.ebuild 842 +MD5 1f21fcc6e34eb924d1dc68663b62d6c1 udhcp-0.9.8-r3.ebuild 1027 +MD5 10b06db683e934ce7cd9896f5c067545 files/udhcp.init 1001 MD5 83ca9ef49068eb2140999999f245f486 files/digest-udhcp-0.9.8-r2 62 MD5 83ca9ef49068eb2140999999f245f486 files/digest-udhcp-0.9.8-r3 62 -MD5 10b06db683e934ce7cd9896f5c067545 files/udhcp.init 1001 diff --git a/net-misc/udhcp/udhcp-0.9.8-r3.ebuild b/net-misc/udhcp/udhcp-0.9.8-r3.ebuild index a1fb5a503d27..48bc0508cca1 100644 --- a/net-misc/udhcp/udhcp-0.9.8-r3.ebuild +++ b/net-misc/udhcp/udhcp-0.9.8-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.8-r3.ebuild,v 1.5 2004/03/22 03:22:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.8-r3.ebuild,v 1.6 2004/03/25 21:20:09 gustavoz Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://udhcp.busybox.net/source/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 amd64" +KEYWORDS="x86 ~ppc sparc ~alpha ~hppa ~mips ~ia64 amd64" DEPEND="virtual/glibc" PROVIDE="virtual/dhcpc" |