From b2c9144e5fcfb18d6cb95ad2014d05074d509b25 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 19 Mar 2004 10:04:31 +0000 Subject: fix depend (bug #45110); tidy --- net-analyzer/ippl/ChangeLog | 7 +++++-- net-analyzer/ippl/ippl-1.4.14.ebuild | 9 ++++----- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'net-analyzer/ippl') diff --git a/net-analyzer/ippl/ChangeLog b/net-analyzer/ippl/ChangeLog index 760647acc33f..441a59c8921d 100644 --- a/net-analyzer/ippl/ChangeLog +++ b/net-analyzer/ippl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ippl -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ChangeLog,v 1.3 2003/03/17 23:25:53 mholzer Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ChangeLog,v 1.4 2004/03/19 10:03:05 mr_bones_ Exp $ + + 19 Mar 2004; Michael Sterrett ippl-1.4.14.ebuild: + fix depend (bug #45110); tidy *ippl-1.4.14 (04 Nov 2002) diff --git a/net-analyzer/ippl/ippl-1.4.14.ebuild b/net-analyzer/ippl/ippl-1.4.14.ebuild index 747c3a1d450e..591522c943cd 100644 --- a/net-analyzer/ippl/ippl-1.4.14.ebuild +++ b/net-analyzer/ippl/ippl-1.4.14.ebuild @@ -1,6 +1,6 @@ -# 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-analyzer/ippl/ippl-1.4.14.ebuild,v 1.4 2003/09/05 23:40:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ippl-1.4.14.ebuild,v 1.5 2004/03/19 10:03:05 mr_bones_ Exp $ DESCRIPTION="A daemon which logs TCP/UDP/ICMP packets" HOMEPAGE="http://pltplp.net/ippl/" @@ -10,11 +10,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND=">=yacc-1.9.1-r1 >=flex-2.5.4a-r4" +DEPEND=">=dev-util/yacc-1.9.1-r1 + >=sys-devel/flex-2.5.4a-r4" RDEPEND="" -S=${WORKDIR}/${P} - src_install() { dosbin Source/ippl -- cgit v1.2.3-65-gdbad