diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-03-08 23:52:14 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-03-08 23:52:14 +0000 |
commit | cafd69f12e710c868dde5a114d2286aa2196e3bb (patch) | |
tree | 66c4ac9a3740f6af38fafe46ee759f830e90017c /net-misc/udhcp | |
parent | Forced a version bump on these ebuilds. Basically, -r0 is now -r2 and -r1 is... (diff) | |
download | historical-cafd69f12e710c868dde5a114d2286aa2196e3bb.tar.gz historical-cafd69f12e710c868dde5a114d2286aa2196e3bb.tar.bz2 historical-cafd69f12e710c868dde5a114d2286aa2196e3bb.zip |
moved -r3 to x86 stable due to lack of bug reports complaining
Diffstat (limited to 'net-misc/udhcp')
-rw-r--r-- | net-misc/udhcp/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/udhcp/Manifest | 4 | ||||
-rw-r--r-- | net-misc/udhcp/udhcp-0.9.8-r3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/udhcp/ChangeLog b/net-misc/udhcp/ChangeLog index 3ce2cb1f2d60..31908a581dd8 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.8 2004/03/08 23:51:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.9 2004/03/08 23:52:14 seemant Exp $ + + 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 *udhcp-0.9.8-r2 (08 Mar 2004) diff --git a/net-misc/udhcp/Manifest b/net-misc/udhcp/Manifest index 111e4bde3d11..4a5fe33fcf10 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 599cc30473a45b06741b78554b12b931 ChangeLog 1252 -MD5 6d378a22bffaac1bfdc99566c7b0bb5b udhcp-0.9.8-r3.ebuild 852 +MD5 5c1c01ff939f99c2ff477c088b9644d8 ChangeLog 1393 +MD5 800f8c8bbbad6ac295547f3f65558b22 udhcp-0.9.8-r3.ebuild 851 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 35f502ac5bfd..a839ad209d74 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.1 2004/03/08 23:51:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.8-r3.ebuild,v 1.2 2004/03/08 23:52:14 seemant Exp $ DESCRIPTION="udhcp Server/Client Package" HOMEPAGE="http://udhcp.busybox.net/" @@ -8,7 +8,7 @@ SRC_URI="http://udhcp.busybox.net/source/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 amd64" DEPEND="virtual/glibc" |