diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-06 14:54:30 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-06 14:54:30 +0000 |
commit | 5c2c4010b5a94177beb8c925febee0f0a787f242 (patch) | |
tree | 9f46e52ac0d6ca72c00eed50075c081c41f901e3 /net-misc/dhcp | |
parent | Fixed headers in ebuild and ChangeLog (diff) | |
download | gentoo-2-5c2c4010b5a94177beb8c925febee0f0a787f242.tar.gz gentoo-2-5c2c4010b5a94177beb8c925febee0f0a787f242.tar.bz2 gentoo-2-5c2c4010b5a94177beb8c925febee0f0a787f242.zip |
Fixed headers in ebuild and ChangeLog
Diffstat (limited to 'net-misc/dhcp')
-rw-r--r-- | net-misc/dhcp/ChangeLog | 25 | ||||
-rw-r--r-- | net-misc/dhcp/dhcp-3.0-r1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/dhcp/dhcp-3.0-r2.ebuild | 2 | ||||
-rw-r--r-- | net-misc/dhcp/dhcp-3.0.ebuild | 2 |
4 files changed, 12 insertions, 19 deletions
diff --git a/net-misc/dhcp/ChangeLog b/net-misc/dhcp/ChangeLog index 7c214b39ca9f..8946372db769 100644 --- a/net-misc/dhcp/ChangeLog +++ b/net-misc/dhcp/ChangeLog @@ -1,35 +1,28 @@ # ChangeLog for net-misc/dhcp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.5 2002/07/06 14:51:36 phoenix Exp $ -*dhcp-3.0-r2 (6 July 2002) +*dhcp-3.0-r2 (16 Jun 2002) 6 Jul 2002; phoen][x <phoenix@gentoo.org>: dhcp-3.0-r2.ebuild: - Added KEYWORDS. + + 16 Jun 2002; Brandon Low <lostlogic@gentoo.org>: dhcp-3.0-r2.ebuild: + + This moves the definition of which ethernet ports to listen on to + /etc/conf.d where it should be this is prettier now thank TrAns13nT + for making fix this bug. *dhcp-3.0-r1 (6 July 2002) 6 Jul 2002; phoen][x <phoenix@gentoo.org>: dhcp-3.0-r1.ebuild: - Added KEYWORDS. -*dhcp-3.0 (6 July 2002) +*dhcp-3.0 (14 Feb 2002) 6 Jul 2002; phoen][x <phoenix@gentoo.org>: dhcp-3.0.ebuild: - Added KEYWORDS, SLOTS. -*dhcp-3.0-r2 (16 Jun 2002) - - 16 Jun 2002; Brandon Low <lostlogic@gentoo.org>: dhcp-3.0-r2.ebuild: - - This moves the definition of which ethernet ports to listen on to - /etc/conf.d where it should be this is prettier now thank TrAns13nT - for making fix this bug. - -*dhcp-3.0 (14 Feb 2002) - 14 Feb 2002; Daniel Robbins <drobbins@gentoo.org>: New 3.0 release. *dhcp-3.0_rc12-r6 (1 Feb 2002) diff --git a/net-misc/dhcp/dhcp-3.0-r1.ebuild b/net-misc/dhcp/dhcp-3.0-r1.ebuild index 78cc3400d998..6711e6e0fee9 100644 --- a/net-misc/dhcp/dhcp-3.0-r1.ebuild +++ b/net-misc/dhcp/dhcp-3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0-r1.ebuild,v 1.3 2002/07/06 14:51:36 phoenix Exp $ #This is only needed for a release with pl1 at the end. P="dhcp-3.0pl1" diff --git a/net-misc/dhcp/dhcp-3.0-r2.ebuild b/net-misc/dhcp/dhcp-3.0-r2.ebuild index f75d79808592..b840936c7d3f 100644 --- a/net-misc/dhcp/dhcp-3.0-r2.ebuild +++ b/net-misc/dhcp/dhcp-3.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0-r2.ebuild,v 1.3 2002/07/06 14:51:36 phoenix Exp $ #This is only needed for a release with pl1 at the end. P="dhcp-3.0pl1" diff --git a/net-misc/dhcp/dhcp-3.0.ebuild b/net-misc/dhcp/dhcp-3.0.ebuild index c708ed58884a..9f7b8860dd09 100644 --- a/net-misc/dhcp/dhcp-3.0.ebuild +++ b/net-misc/dhcp/dhcp-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0.ebuild,v 1.4 2002/07/06 14:51:36 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="ISC Dynamic Host Configuration Protocol" |