diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:56:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:56:49 +0000 |
commit | 6c279500b99a5a5120a2f52c0bff01996acde79b (patch) | |
tree | 50fd7a99f680b46451d7e048ca15e2fb377fc172 /net-misc/dhcpv6 | |
parent | (no commit message) (diff) | |
download | historical-6c279500b99a5a5120a2f52c0bff01996acde79b.tar.gz historical-6c279500b99a5a5120a2f52c0bff01996acde79b.tar.bz2 historical-6c279500b99a5a5120a2f52c0bff01996acde79b.zip |
Add inherit eutils
Diffstat (limited to 'net-misc/dhcpv6')
-rw-r--r-- | net-misc/dhcpv6/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/dhcpv6/dhcpv6-0.8.ebuild | 6 | ||||
-rw-r--r-- | net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild | 6 |
3 files changed, 14 insertions, 6 deletions
diff --git a/net-misc/dhcpv6/ChangeLog b/net-misc/dhcpv6/ChangeLog index 68dbf2d6474b..301ec8413b81 100644 --- a/net-misc/dhcpv6/ChangeLog +++ b/net-misc/dhcpv6/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/dhcpv6 -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/ChangeLog,v 1.10 2003/11/27 21:05:19 mr_bones_ Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/ChangeLog,v 1.11 2004/04/27 21:31:28 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> dhcpv6-0.8.ebuild, + dhcpv6-0.85-r1.ebuild: + Add inherit eutils 27 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> dhcpv6-0.8.ebuild, dhcpv6-0.85-r1.ebuild: diff --git a/net-misc/dhcpv6/dhcpv6-0.8.ebuild b/net-misc/dhcpv6/dhcpv6-0.8.ebuild index b027f9f24513..fd5d1d2f0c8c 100644 --- a/net-misc/dhcpv6/dhcpv6-0.8.ebuild +++ b/net-misc/dhcpv6/dhcpv6-0.8.ebuild @@ -1,6 +1,8 @@ -# 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/dhcpv6/dhcpv6-0.8.ebuild,v 1.7 2003/11/27 21:05:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-0.8.ebuild,v 1.8 2004/04/27 21:31:28 agriffis Exp $ + +inherit eutils DESCRIPTION="Server and client for DHCPv6" diff --git a/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild b/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild index deed0defa43f..458f7bbf4527 100644 --- a/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild +++ b/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild @@ -1,6 +1,8 @@ -# 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/dhcpv6/dhcpv6-0.85-r1.ebuild,v 1.4 2003/11/27 21:05:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild,v 1.5 2004/04/27 21:31:28 agriffis Exp $ + +inherit eutils MY_P=${P/dhcpv6/dhcp6} DESCRIPTION="Server and client for DHCPv6" |