summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/fwlogwatch')
-rw-r--r--net-analyzer/fwlogwatch/ChangeLog7
-rw-r--r--net-analyzer/fwlogwatch/files/digest-fwlogwatch-0.9.21
-rw-r--r--net-analyzer/fwlogwatch/fwlogwatch-0.9.2.ebuild35
-rw-r--r--net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild4
-rw-r--r--net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild4
5 files changed, 9 insertions, 42 deletions
diff --git a/net-analyzer/fwlogwatch/ChangeLog b/net-analyzer/fwlogwatch/ChangeLog
index e524b5d71c0b..8269345218c8 100644
--- a/net-analyzer/fwlogwatch/ChangeLog
+++ b/net-analyzer/fwlogwatch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/fwlogwatch
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v 1.10 2004/08/16 10:18:08 eldad Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v 1.11 2005/04/03 01:07:49 vanquirius Exp $
+
+ 02 Apr 2005; Marcelo Goes <vanquirius@gentoo.org> -fwlogwatch-0.9.2.ebuild:
+ Removing old version.
16 Aug 2004; Eldad Zack <eldad@gentoo.org> fwlogwatch-1.0.ebuild:
x86 stable
diff --git a/net-analyzer/fwlogwatch/files/digest-fwlogwatch-0.9.2 b/net-analyzer/fwlogwatch/files/digest-fwlogwatch-0.9.2
deleted file mode 100644
index c18cf27c3b0a..000000000000
--- a/net-analyzer/fwlogwatch/files/digest-fwlogwatch-0.9.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1d361a8ff3a37c5d93dd0a47fd917ec1 fwlogwatch-0.9.2.tar.gz 93715
diff --git a/net-analyzer/fwlogwatch/fwlogwatch-0.9.2.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-0.9.2.ebuild
deleted file mode 100644
index 23c0e33a66ef..000000000000
--- a/net-analyzer/fwlogwatch/fwlogwatch-0.9.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-0.9.2.ebuild,v 1.5 2004/06/24 22:02:07 agriffis Exp $
-
-DESCRIPTION="A packet filter and firewall log analyzer"
-HOMEPAGE="http://cert.uni-stuttgart.de/projects/fwlogwatch/"
-SRC_URI="http://www.kyb.uni-stuttgart.de/boris/sw/${P}.tar.gz"
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="x86 ~sparc"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- sed -e "s/^CFLAGS = /CFLAGS = ${CFLAGS} /g" Makefile > ${T}/Makefile.fwlogwatch
- mv -f ${T}/Makefile.fwlogwatch Makefile
- emake || die
-}
-
-src_install() {
- dosbin fwlogwatch
- dosbin contrib/fwlw_notify
- dosbin contrib/fwlw_respond
- dodir /usr/share/fwlogwatch/contrib
- insinto /usr/share/fwlogwatch/contrib
- doins contrib/fwlogsummary.cgi
- doins contrib/fwlogsummary_small.cgi
- doins contrib/fwlogwatch.php
- doins contrib
- insinto /etc
- doins fwlogwatch.config fwlogwatch.template
- dodoc AUTHORS ChangeLog CREDITS COPYING README
- doman fwlogwatch.8
-}
diff --git a/net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild
index c4c9b9184537..9106d0c46130 100644
--- a/net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild
+++ b/net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild,v 1.4 2004/06/24 22:02:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-0.9.3.ebuild,v 1.5 2005/04/03 01:07:49 vanquirius Exp $
DESCRIPTION="A packet filter and firewall log analyzer"
HOMEPAGE="http://cert.uni-stuttgart.de/projects/fwlogwatch/"
diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild
index 84259d4e90ba..8cc06c8faae4 100644
--- a/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild
+++ b/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild,v 1.3 2004/08/16 10:18:08 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.0.ebuild,v 1.4 2005/04/03 01:07:49 vanquirius Exp $
DESCRIPTION="A packet filter and firewall log analyzer"
HOMEPAGE="http://fwlogwatch.inside-security.de/"