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/quagga | |
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/quagga')
-rw-r--r-- | net-misc/quagga/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/quagga/quagga-0.96.4-r6.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/quagga/ChangeLog b/net-misc/quagga/ChangeLog index 4a4748c86532..91204bcada9b 100644 --- a/net-misc/quagga/ChangeLog +++ b/net-misc/quagga/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/quagga -# Copyright 2003 DataCore GmbH; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/ChangeLog,v 1.3 2004/04/27 09:27:21 aliz Exp $ +# Copyright 2003-2004 DataCore GmbH; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/ChangeLog,v 1.4 2004/04/27 21:46:04 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> quagga-0.96.4-r6.ebuild: + Add inherit eutils *quagga-0.96.4-r6 (27 Mar 2004) diff --git a/net-misc/quagga/quagga-0.96.4-r6.ebuild b/net-misc/quagga/quagga-0.96.4-r6.ebuild index 9674e405ae27..c88a13ed696c 100644 --- a/net-misc/quagga/quagga-0.96.4-r6.ebuild +++ b/net-misc/quagga/quagga-0.96.4-r6.ebuild @@ -1,6 +1,8 @@ # Copyright 2003-2004 DataCore GmbH. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/quagga-0.96.4-r6.ebuild,v 1.1 2004/03/29 12:29:03 amir Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/quagga-0.96.4-r6.ebuild,v 1.2 2004/04/27 21:46:04 agriffis Exp $ + +inherit eutils DESCRIPTION="A free routing daemon replacing Zebra supporting RIP, OSPF and BGP. Includes OSPFAPI, NET-SNMP and IPV6 support." HOMEPAGE="http://quagga.net/" |