summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-08-03 11:51:43 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-08-03 11:51:43 +0000
commit2a3a6eb628295c6f08a35a49c5aeffb3c8045b40 (patch)
treea5f3134b3d08be632a553bbab27462e63ed176cf /net-firewall
parentAdded iptables to RDEPEND. Thanks to Wingedone (diff)
downloadhistorical-2a3a6eb628295c6f08a35a49c5aeffb3c8045b40.tar.gz
historical-2a3a6eb628295c6f08a35a49c5aeffb3c8045b40.tar.bz2
historical-2a3a6eb628295c6f08a35a49c5aeffb3c8045b40.zip
add logrotate to RDEPEND
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/bastille/ChangeLog4
-rw-r--r--net-firewall/bastille/Manifest4
-rw-r--r--net-firewall/bastille/bastille-2.1.1.ebuild3
3 files changed, 6 insertions, 5 deletions
diff --git a/net-firewall/bastille/ChangeLog b/net-firewall/bastille/ChangeLog
index 2e6ffa3373fb..4b441c03c8ff 100644
--- a/net-firewall/bastille/ChangeLog
+++ b/net-firewall/bastille/ChangeLog
@@ -1,9 +1,9 @@
# ChangeLog for net-firewall/bastille
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/bastille/ChangeLog,v 1.3 2003/08/03 11:40:26 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/bastille/ChangeLog,v 1.4 2003/08/03 11:51:40 seemant Exp $
03 Aug 2003; Seemant Kulleen <seemant@gentoo.org> :
- Added iptables to RDEPEND. Thanks to Wingedone
+ Added iptables and logrotate to RDEPEND. Thanks to Wingedone
02 Aug 2003; <solar@gentoo.org> bastille-2.1.1.ebuild:
Added support for console only building. Server installs are a place
diff --git a/net-firewall/bastille/Manifest b/net-firewall/bastille/Manifest
index 9b3f07e3d8f4..e4b8e9d453eb 100644
--- a/net-firewall/bastille/Manifest
+++ b/net-firewall/bastille/Manifest
@@ -1,4 +1,4 @@
-MD5 3b2cd5cc0c8286eff956170083d43475 bastille-2.1.1.ebuild 3087
-MD5 7747d447a958b1d1fee60d2adcb65245 ChangeLog 848
+MD5 22a6deb768e5dbc84c42e750bb0598f7 bastille-2.1.1.ebuild 3108
+MD5 f8245c2b7d8282f3863e4b1d1ce8ca6a ChangeLog 862
MD5 624441f5e21afa19251eedc583e0c4e7 metadata.xml 433
MD5 4272f90fa558fdd79b79173aed7070a7 files/digest-bastille-2.1.1 142
diff --git a/net-firewall/bastille/bastille-2.1.1.ebuild b/net-firewall/bastille/bastille-2.1.1.ebuild
index d3b43d429c36..5a789eb7806d 100644
--- a/net-firewall/bastille/bastille-2.1.1.ebuild
+++ b/net-firewall/bastille/bastille-2.1.1.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-firewall/bastille/bastille-2.1.1.ebuild,v 1.4 2003/08/03 11:40:08 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/bastille/bastille-2.1.1.ebuild,v 1.5 2003/08/03 11:51:40 seemant Exp $
inherit perl-module
@@ -20,6 +20,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa"
RDEPEND="net-firewall/iptables
+ app-admin/logrotate
dev-perl/Curses
tcltk? ( dev-perl/perl-tk )"