diff options
author | 2003-03-11 22:07:41 +0000 | |
---|---|---|
committer | 2003-03-11 22:07:41 +0000 | |
commit | a60621c103e75e0ce6345334e1f988e1495b1fdd (patch) | |
tree | 142d589042d81ce18dade5a88cc50c7e6ec31b84 /app-admin/ulogd | |
parent | moved ipchains and iptables from sys-apps to net-firewall (diff) | |
download | gentoo-2-a60621c103e75e0ce6345334e1f988e1495b1fdd.tar.gz gentoo-2-a60621c103e75e0ce6345334e1f988e1495b1fdd.tar.bz2 gentoo-2-a60621c103e75e0ce6345334e1f988e1495b1fdd.zip |
changed sys-apps/iptables to net-firewall/iptables
Diffstat (limited to 'app-admin/ulogd')
-rw-r--r-- | app-admin/ulogd/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/ulogd/ulogd-0.97-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/ulogd/ulogd-0.98.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-admin/ulogd/ChangeLog b/app-admin/ulogd/ChangeLog index 32a01fb6e855..bef352a207cc 100644 --- a/app-admin/ulogd/ChangeLog +++ b/app-admin/ulogd/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-admin/ulogd # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/ChangeLog,v 1.9 2003/02/28 22:06:50 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/ChangeLog,v 1.10 2003/03/11 22:07:41 mholzer Exp $ *ulogd-0.98 (28 Feb 2003) + 11 Mar 2003; Martin Holzer <mholzer@gentoo.org> ulogd-0.97-r1.ebuild, + ulogd-0.98.ebuild: + changed sys-apps/iptables to net-firewall/iptables + 28 Feb 2003; Alastiar Tse <liquidx@gentoo.org> ulogd-0.98.ebuild files/ulogd-0.98 : Version Bump. Additions thanks to George in bug #10379. diff --git a/app-admin/ulogd/ulogd-0.97-r1.ebuild b/app-admin/ulogd/ulogd-0.97-r1.ebuild index b692515a5f66..6b6954285d04 100644 --- a/app-admin/ulogd/ulogd-0.97-r1.ebuild +++ b/app-admin/ulogd/ulogd-0.97-r1.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/app-admin/ulogd/ulogd-0.97-r1.ebuild,v 1.13 2003/02/13 05:32:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/ulogd-0.97-r1.ebuild,v 1.14 2003/03/11 22:07:41 mholzer Exp $ DESCRIPTION="iptables daemon for ULOG target for userspace iptables filter logging" SRC_URI="ftp://ftp.netfilter.org/pub/${PN}/${P}.tar.gz" @@ -11,7 +11,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc " IUSE="mysql" -DEPEND="sys-apps/iptables" +DEPEND="net-firewall/iptables" src_compile() { cp ulogd.conf ulogd.conf.orig diff --git a/app-admin/ulogd/ulogd-0.98.ebuild b/app-admin/ulogd/ulogd-0.98.ebuild index e9f77423bac7..3168a9c73e84 100644 --- a/app-admin/ulogd/ulogd-0.98.ebuild +++ b/app-admin/ulogd/ulogd-0.98.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/app-admin/ulogd/ulogd-0.98.ebuild,v 1.2 2003/02/28 22:06:50 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/ulogd-0.98.ebuild,v 1.3 2003/03/11 22:07:41 mholzer Exp $ DESCRIPTION="iptables daemon for ULOG target for userspace iptables filter logging" SRC_URI="ftp://ftp.netfilter.org/pub/${PN}/${P}.tar.gz" @@ -11,7 +11,7 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc" IUSE="mysql" -DEPEND="sys-apps/iptables" +DEPEND="net-firewall/iptables" src_compile() { cp ulogd.conf ulogd.conf.orig |