diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:16:04 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:16:04 +0000 |
commit | de531ba5d3ec2b882d220aa99b02159a48ba4c63 (patch) | |
tree | 7f38688a3db93c1fa330737648f49bddcb40270b /net-analyzer/scanlogd | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-de531ba5d3ec2b882d220aa99b02159a48ba4c63.tar.gz gentoo-2-de531ba5d3ec2b882d220aa99b02159a48ba4c63.tar.bz2 gentoo-2-de531ba5d3ec2b882d220aa99b02159a48ba4c63.zip |
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-analyzer/scanlogd')
-rw-r--r-- | net-analyzer/scanlogd/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/scanlogd/scanlogd-2.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/scanlogd/ChangeLog b/net-analyzer/scanlogd/ChangeLog index 3d4929dac1b1..5fc2291634c3 100644 --- a/net-analyzer/scanlogd/ChangeLog +++ b/net-analyzer/scanlogd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/scanlogd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/ChangeLog,v 1.7 2004/06/24 22:17:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/ChangeLog,v 1.8 2004/07/01 20:16:04 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> scanlogd-2.2.ebuild: + change virtual/glibc to virtual/libc, add IUSE 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/net-analyzer/scanlogd/scanlogd-2.2.ebuild b/net-analyzer/scanlogd/scanlogd-2.2.ebuild index c9dfd04b2893..bc68057b4859 100644 --- a/net-analyzer/scanlogd/scanlogd-2.2.ebuild +++ b/net-analyzer/scanlogd/scanlogd-2.2.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/scanlogd-2.2.ebuild,v 1.11 2004/06/24 22:17:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/scanlogd-2.2.ebuild,v 1.12 2004/07/01 20:16:04 squinky86 Exp $ +IUSE="" DESCRIPTION="Scanlogd- detects and logs TCP port scans" SRC_URI="http://www.openwall.com/scanlogd/${P}.tar.gz" HOMEPAGE="http://www.openwall.com/scanlogd/" @@ -10,7 +11,7 @@ SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc " -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { make linux || die |