diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-03-17 23:25:53 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-03-17 23:25:53 +0000 |
commit | f004416686ba225f2c2d7bea4efd552150fc39a8 (patch) | |
tree | fa90fbc381f5c98ef14614aa8e567071846f0731 /net-analyzer/ippl | |
parent | Added ~ppc (diff) | |
download | gentoo-2-f004416686ba225f2c2d7bea4efd552150fc39a8.tar.gz gentoo-2-f004416686ba225f2c2d7bea4efd552150fc39a8.tar.bz2 gentoo-2-f004416686ba225f2c2d7bea4efd552150fc39a8.zip |
marked as stable
Diffstat (limited to 'net-analyzer/ippl')
-rw-r--r-- | net-analyzer/ippl/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ippl/ippl-1.4.14.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-analyzer/ippl/ChangeLog b/net-analyzer/ippl/ChangeLog index 53eb9827c488..760647acc33f 100644 --- a/net-analyzer/ippl/ChangeLog +++ b/net-analyzer/ippl/ChangeLog @@ -1,8 +1,11 @@ # 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.2 2003/02/12 07:45:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ChangeLog,v 1.3 2003/03/17 23:25:53 mholzer Exp $ *ippl-1.4.14 (04 Nov 2002) + 17 Mar 2003; Martin Holzer <mholzer@gentoo.org> ippl-1.4.14.ebuild: + Marked as stable. + 04 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : Initial import. Ebuild contributed by Mike Lundy <novas007@gmx.net> in #8015. diff --git a/net-analyzer/ippl/ippl-1.4.14.ebuild b/net-analyzer/ippl/ippl-1.4.14.ebuild index 2d98ca56bb93..31a53ab1b048 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. # 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.2 2003/02/13 13:41:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ippl-1.4.14.ebuild,v 1.3 2003/03/17 23:25:53 mholzer Exp $ DESCRIPTION="A daemon which logs TCP/UDP/ICMP packets" HOMEPAGE="http://pltplp.net/ippl/" @@ -8,7 +8,7 @@ SRC_URI="http://pltplp.net/ippl/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND=">=yacc-1.9.1-r1 >=flex-2.5.4a-r4" RDEPEND="" @@ -29,4 +29,3 @@ src_install() { exeinto "/etc/init.d" newexe ${FILESDIR}/ippl.rc ippl } - |