summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2004-08-06 00:34:08 +0000
committerAnders Rune Jensen <arj@gentoo.org>2004-08-06 00:34:08 +0000
commit713c3532b78d418dd71b5909b03f47b5bad13ac9 (patch)
tree0065651aff9e8c10baa4a4147ac5577c20d9fba2 /net-analyzer/ipac-ng
parentversion bump; cleanups (Manifest recommit) (diff)
downloadgentoo-2-713c3532b78d418dd71b5909b03f47b5bad13ac9.tar.gz
gentoo-2-713c3532b78d418dd71b5909b03f47b5bad13ac9.tar.bz2
gentoo-2-713c3532b78d418dd71b5909b03f47b5bad13ac9.zip
new sqlite ebuild slot
Diffstat (limited to 'net-analyzer/ipac-ng')
-rw-r--r--net-analyzer/ipac-ng/ChangeLog5
-rw-r--r--net-analyzer/ipac-ng/ipac-ng-1.30.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/ipac-ng/ChangeLog b/net-analyzer/ipac-ng/ChangeLog
index add946c1d67f..9ad19293e121 100644
--- a/net-analyzer/ipac-ng/ChangeLog
+++ b/net-analyzer/ipac-ng/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for net-analyzer/ipac-ng
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ChangeLog,v 1.9 2004/07/27 08:50:13 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ChangeLog,v 1.10 2004/08/06 00:32:38 arj Exp $
+ 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> ipac-ng-1.30.ebuild:
+ Depend on version 2 of sqlite.
+
27 Jul 2004; Eldad Zack <eldad@gentoo.org> +files/ipac-ng.cron.1.30,
files/ipac-ng.rc.1.27_p1-r2, +files/ipac-ng.rc.1.30, +files/ipac.conf.1.30,
+files/rules.conf.1.30, ipac-ng-1.30.ebuild:
diff --git a/net-analyzer/ipac-ng/ipac-ng-1.30.ebuild b/net-analyzer/ipac-ng/ipac-ng-1.30.ebuild
index 44dcbbac3e67..83827d05f7ee 100644
--- a/net-analyzer/ipac-ng/ipac-ng-1.30.ebuild
+++ b/net-analyzer/ipac-ng/ipac-ng-1.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ipac-ng-1.30.ebuild,v 1.2 2004/07/27 08:50:13 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ipac-ng-1.30.ebuild,v 1.3 2004/08/06 00:32:38 arj Exp $
DESCRIPTION="ip accounting suite for 2.4 and 2.6 series kernels with text and PNG image output like mrtg"
HOMEPAGE="http://sourceforge.net/projects/ipac-ng/"
@@ -15,7 +15,7 @@ DEPEND="sys-devel/bison
sys-devel/flex
dev-lang/perl
gd? ( dev-perl/GD )
- sqlite? ( dev-db/sqlite )
+ sqlite? ( =dev-db/sqlite-2* )
!sqlite? ( sys-libs/gdbm )
sys-devel/flex
virtual/libc"
@@ -23,7 +23,7 @@ RDEPEND="net-firewall/iptables
virtual/cron
dev-lang/perl
gd? ( dev-perl/GD )
- sqlite? ( dev-db/sqlite )
+ sqlite? ( =dev-db/sqlite-2* )
!sqlite? ( sys-libs/gdbm )
virtual/libc"