diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:27:03 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:27:03 +0000 |
commit | 8768a2ef23e75d921878295fc2d8a42e404ee585 (patch) | |
tree | 3295af80d0f495050c33b6c8084cc3b8c01cf032 /net-misc/cidr | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-8768a2ef23e75d921878295fc2d8a42e404ee585.tar.gz gentoo-2-8768a2ef23e75d921878295fc2d8a42e404ee585.tar.bz2 gentoo-2-8768a2ef23e75d921878295fc2d8a42e404ee585.zip |
Add inherit eutils
Diffstat (limited to 'net-misc/cidr')
-rw-r--r-- | net-misc/cidr/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/cidr/cidr-2.3.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/cidr/ChangeLog b/net-misc/cidr/ChangeLog index 6c669eaf2a02..f13ac28d3dc8 100644 --- a/net-misc/cidr/ChangeLog +++ b/net-misc/cidr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/cidr -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cidr/ChangeLog,v 1.7 2003/09/03 09:27:52 phosphan Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/cidr/ChangeLog,v 1.8 2004/04/27 21:22:52 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> cidr-2.3.1-r1.ebuild: + Add inherit eutils *cidr-2.3.1-r1 (03 Sep 2003) diff --git a/net-misc/cidr/cidr-2.3.1-r1.ebuild b/net-misc/cidr/cidr-2.3.1-r1.ebuild index e011f85aef89..50ba50109524 100644 --- a/net-misc/cidr/cidr-2.3.1-r1.ebuild +++ b/net-misc/cidr/cidr-2.3.1-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/cidr/cidr-2.3.1-r1.ebuild,v 1.3 2003/09/08 06:45:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cidr/cidr-2.3.1-r1.ebuild,v 1.4 2004/04/27 21:22:52 agriffis Exp $ + +inherit eutils DESCRIPTION="command line util to assist in calculating subnets" HOMEPAGE="http://home.netcom.com/~naym/cidr/" |