diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-07-05 20:25:07 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-07-05 20:25:07 +0000 |
commit | 8597ff012d85267398ca6dcb603639ca97722f13 (patch) | |
tree | c82cb9fd8309d22abf75d731bcb7cae44def1b8d /net-misc/udhcp | |
parent | Move to virtual/pbs. And libpbs back in /usr/lib. (diff) | |
download | historical-8597ff012d85267398ca6dcb603639ca97722f13.tar.gz historical-8597ff012d85267398ca6dcb603639ca97722f13.tar.bz2 historical-8597ff012d85267398ca6dcb603639ca97722f13.zip |
Stable on hppa
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc/udhcp')
-rw-r--r-- | net-misc/udhcp/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/udhcp/Manifest | 6 | ||||
-rw-r--r-- | net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-misc/udhcp/ChangeLog b/net-misc/udhcp/ChangeLog index 753bccdf88e8..b51a68656486 100644 --- a/net-misc/udhcp/ChangeLog +++ b/net-misc/udhcp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/udhcp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.19 2005/06/29 14:27:41 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.20 2005/07/05 20:25:07 killerfox Exp $ + + 05 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> + udhcp-0.9.9_pre20041216-r1.ebuild: + Stable on hppa. *udhcp-0.9.9_pre20041216-r1 (29 Jun 2005) diff --git a/net-misc/udhcp/Manifest b/net-misc/udhcp/Manifest index 96b3b9c60cbe..abb99632f1e6 100644 --- a/net-misc/udhcp/Manifest +++ b/net-misc/udhcp/Manifest @@ -1,8 +1,8 @@ -MD5 6fd2e02a8fa6843ac77fabbecf969f99 ChangeLog 2541 +MD5 e81277b937332cee3f6e4f598e010096 ChangeLog 2652 +MD5 9281d0885f3b35bbb4182a97c05d3931 udhcp-0.9.9_pre20041216-r1.ebuild 969 MD5 8ef75eba39772bdd1a8facc7815dbebb metadata.xml 161 MD5 02cd32727692ee04aa24845d0fd0a176 udhcp-0.9.8-r3.ebuild 1174 -MD5 03138cc9c76e00d0c93dac4acb9562ab udhcp-0.9.9_pre20041216-r1.ebuild 969 MD5 83ca9ef49068eb2140999999f245f486 files/digest-udhcp-0.9.8-r3 62 MD5 841852ac59a61a1940dd9d509821f231 files/udhcp-gcc-3.4.patch 261 -MD5 f74f1f81c1fd4933d63b860dc070eec6 files/udhcp.rc 719 MD5 64ee022cd292b97023d7abb6b5176905 files/digest-udhcp-0.9.9_pre20041216-r1 75 +MD5 f74f1f81c1fd4933d63b860dc070eec6 files/udhcp.rc 719 diff --git a/net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild b/net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild index ebb1664071f0..a49cb7bd8b31 100644 --- a/net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild +++ b/net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild,v 1.1 2005/06/29 14:27:41 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.9_pre20041216-r1.ebuild,v 1.2 2005/07/05 20:25:07 killerfox Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc sparc x86" IUSE="" DEPEND="virtual/libc" |