diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-03-07 23:16:27 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-03-07 23:16:27 +0000 |
commit | 374a124f1ef6626ed2d69853069337a879f5fafb (patch) | |
tree | c327aa80949fab98f89102efa8d24720500cb89e /net-libs | |
parent | Fixed Depend to libnet-1.0*. Closes #17017. (diff) | |
download | historical-374a124f1ef6626ed2d69853069337a879f5fafb.tar.gz historical-374a124f1ef6626ed2d69853069337a879f5fafb.tar.bz2 historical-374a124f1ef6626ed2d69853069337a879f5fafb.zip |
Fixed Depend to libnet-1.0*. Closes #17017.
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnids/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/libnids/libnids-1.16.ebuild | 11 |
2 files changed, 12 insertions, 8 deletions
diff --git a/net-libs/libnids/ChangeLog b/net-libs/libnids/ChangeLog index f0ac1d6b556e..1853248bb899 100644 --- a/net-libs/libnids/ChangeLog +++ b/net-libs/libnids/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for net-libs/libnids # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.4 2003/02/12 08:06:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.5 2003/03/07 23:16:27 mholzer Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - *libnids-1.16 (1 Feb 2002) + 07 Mar 20003; Martin Holzer <mholzer@gentoo.org> libnids-1.16.ebuild : + Fixed Depend to libnet-1.0*. Closes #17017. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/net-libs/libnids/libnids-1.16.ebuild b/net-libs/libnids/libnids-1.16.ebuild index 0e1d18734ada..32097d787da5 100644 --- a/net-libs/libnids/libnids-1.16.ebuild +++ b/net-libs/libnids/libnids-1.16.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.16.ebuild,v 1.8 2003/02/13 14:19:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.16.ebuild,v 1.9 2003/03/07 23:16:27 mholzer Exp $ S=${WORKDIR}/${P} DESCRIPTION="Libnids is an implementation of an E-component of Network Intrusion Detection System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP defragmentation, TCP stream assembly and TCP port scan detection." -SRC_URI="http://www.packetfactory.net/Projects/Libnids/dist/${P}.tar.gz" -HOMEPAGE="http://www.packetfactory.net/Projects/Libnids/" +SRC_URI="http://www.packetfactory.net/Projects/libnids/dist/${P}.tar.gz" +HOMEPAGE="http://www.packetfactory.net/Projects/libnids/" -DEPEND="net-libs/libpcap net-libs/libnet" +DEPEND="net-libs/libpcap + =net-libs/libnet-1.0*" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" src_compile() { |