diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-03-08 23:51:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-03-08 23:51:40 +0000 |
commit | cfbfb21fb55f194bdd45cc6da45a23e807eb916c (patch) | |
tree | 0de880a2419a1db726ecd27b772426ddec4e87b0 /net-misc | |
parent | Forced a version bump on these ebuilds. Basically, -r2 is now -r4 and -r3 is... (diff) | |
download | historical-cfbfb21fb55f194bdd45cc6da45a23e807eb916c.tar.gz historical-cfbfb21fb55f194bdd45cc6da45a23e807eb916c.tar.bz2 historical-cfbfb21fb55f194bdd45cc6da45a23e807eb916c.zip |
Forced a version bump on these ebuilds. Basically, -r0 is now -r2 and -r1 is now -r3. The reason for the revision bump was to make this package PROVIDE virtual/dhcp. Closes a long-standing bloat-reduction request made on gentoo-dev mailing list by: William Hubbs <kc5eiv@kc5eiv.homeip.net> at http://article.gmane.org/gmane.linux.gentoo.devel/11579
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/udhcp/ChangeLog | 14 | ||||
-rw-r--r-- | net-misc/udhcp/files/digest-udhcp-0.9.8-r2 (renamed from net-misc/udhcp/files/digest-udhcp-0.9.8) | 0 | ||||
-rw-r--r-- | net-misc/udhcp/files/digest-udhcp-0.9.8-r3 (renamed from net-misc/udhcp/files/digest-udhcp-0.9.8-r1) | 0 | ||||
-rw-r--r-- | net-misc/udhcp/udhcp-0.9.8-r2.ebuild (renamed from net-misc/udhcp/udhcp-0.9.8.ebuild) | 13 | ||||
-rw-r--r-- | net-misc/udhcp/udhcp-0.9.8-r3.ebuild (renamed from net-misc/udhcp/udhcp-0.9.8-r1.ebuild) | 10 |
5 files changed, 26 insertions, 11 deletions
diff --git a/net-misc/udhcp/ChangeLog b/net-misc/udhcp/ChangeLog index 905a0c90a805..3ce2cb1f2d60 100644 --- a/net-misc/udhcp/ChangeLog +++ b/net-misc/udhcp/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for net-misc/udhcp -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/ChangeLog,v 1.7 2003/10/30 07:52:59 seemant Exp $ +# 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 $ + +*udhcp-0.9.8-r2 (08 Mar 2004) + + 08 Mar 2004; Seemant Kulleen <seemant@gentoo.org> udhcp-0.9.8-r1.ebuild, + udhcp-0.9.8-r2.ebuild, udhcp-0.9.8-r3.ebuild, udhcp-0.9.8.ebuild: + Forced a version bump on these ebuilds. Basically, -r0 is now -r2 and -r1 is + now -r3. The reason for the revision bump was to make this package PROVIDE + virtual/dhcp. Closes a long-standing bloat-reduction request made on + gentoo-dev mailing list by: William Hubbs <kc5eiv@kc5eiv.homeip.net> at + http://article.gmane.org/gmane.linux.gentoo.devel/11579 *udhcp-0.9.8-r1 (29 Oct 2003) diff --git a/net-misc/udhcp/files/digest-udhcp-0.9.8 b/net-misc/udhcp/files/digest-udhcp-0.9.8-r2 index 0407c3fff96e..0407c3fff96e 100644 --- a/net-misc/udhcp/files/digest-udhcp-0.9.8 +++ b/net-misc/udhcp/files/digest-udhcp-0.9.8-r2 diff --git a/net-misc/udhcp/files/digest-udhcp-0.9.8-r1 b/net-misc/udhcp/files/digest-udhcp-0.9.8-r3 index 0407c3fff96e..0407c3fff96e 100644 --- a/net-misc/udhcp/files/digest-udhcp-0.9.8-r1 +++ b/net-misc/udhcp/files/digest-udhcp-0.9.8-r3 diff --git a/net-misc/udhcp/udhcp-0.9.8.ebuild b/net-misc/udhcp/udhcp-0.9.8-r2.ebuild index 085046b0f3d8..90bd55e143a0 100644 --- a/net-misc/udhcp/udhcp-0.9.8.ebuild +++ b/net-misc/udhcp/udhcp-0.9.8-r2.ebuild @@ -1,16 +1,20 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.ebuild,v 1.4 2003/10/23 22:22:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.8-r2.ebuild,v 1.1 2004/03/08 23:51:40 seemant Exp $ + +IUSE="" DESCRIPTION="udhcp Server/Client Package" HOMEPAGE="http://udhcp.busybox.net/" SRC_URI="http://udhcp.busybox.net/source/${P}.tar.gz" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86 sparc amd64" -DEPEND="" +DEPEND="virtual/glibc" + +PROVIDE="virtual/dhcpc" src_compile() { emake SYSLOG=1 || die @@ -30,5 +34,4 @@ src_install() { insinto /usr/share/udhcpc doins samples/* - } diff --git a/net-misc/udhcp/udhcp-0.9.8-r1.ebuild b/net-misc/udhcp/udhcp-0.9.8-r3.ebuild index 92025ab414df..35f502ac5bfd 100644 --- a/net-misc/udhcp/udhcp-0.9.8-r1.ebuild +++ b/net-misc/udhcp/udhcp-0.9.8-r3.ebuild @@ -1,16 +1,18 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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-r1.ebuild,v 1.2 2004/02/23 00:16:38 agriffis Exp $ +# $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 $ DESCRIPTION="udhcp Server/Client Package" HOMEPAGE="http://udhcp.busybox.net/" SRC_URI="http://udhcp.busybox.net/source/${P}.tar.gz" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 amd64" -DEPEND="" +DEPEND="virtual/glibc" + +PROIVDE="virtual/dhcpc" src_compile() { emake SYSLOG=1 || die |