summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-05-12 23:55:28 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-05-12 23:55:28 +0000
commit7271cc77aa74f65f3e9c9e9523340e40060fccb4 (patch)
tree735994bcb5dd157c6ef3216d2772e96205205d19 /net-analyzer/cacti
parentFix bug #178260 (remove apache1 support). (diff)
downloadgentoo-2-7271cc77aa74f65f3e9c9e9523340e40060fccb4.tar.gz
gentoo-2-7271cc77aa74f65f3e9c9e9523340e40060fccb4.tar.bz2
gentoo-2-7271cc77aa74f65f3e9c9e9523340e40060fccb4.zip
Fix bug #178258 (remove apache1 support).
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-analyzer/cacti')
-rw-r--r--net-analyzer/cacti/ChangeLog6
-rw-r--r--net-analyzer/cacti/cacti-0.8.6i-r1.ebuild4
-rw-r--r--net-analyzer/cacti/cacti-0.8.6j-r4.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/cacti/ChangeLog b/net-analyzer/cacti/ChangeLog
index 4717fa75bea6..21ce79dee18d 100644
--- a/net-analyzer/cacti/ChangeLog
+++ b/net-analyzer/cacti/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/cacti
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.96 2007/05/12 18:00:06 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.97 2007/05/12 23:55:28 chtekk Exp $
+
+ 12 May 2007; Luca Longinotti <chtekk@gentoo.org> cacti-0.8.6i-r1.ebuild,
+ cacti-0.8.6j-r4.ebuild:
+ Fix bug #178258 (remove apache1 support).
12 May 2007; <pva@gentoo.org> ChangeLog:
I was too fast in my previous bump. cacti works with snmp utilities fine
diff --git a/net-analyzer/cacti/cacti-0.8.6i-r1.ebuild b/net-analyzer/cacti/cacti-0.8.6i-r1.ebuild
index 2e77e632c347..392396c6e74c 100644
--- a/net-analyzer/cacti/cacti-0.8.6i-r1.ebuild
+++ b/net-analyzer/cacti/cacti-0.8.6i-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.6i-r1.ebuild,v 1.6 2007/03/10 14:14:14 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.6i-r1.ebuild,v 1.7 2007/05/12 23:55:28 chtekk Exp $
inherit eutils webapp depend.apache depend.php
@@ -36,7 +36,7 @@ need_php_httpd
# alpha doesn't have lighttpd keyworded yet
# sparc doesn't have a stable keyword for lighttpd yet
-RDEPEND="!alpha? ( !sparc? ( !apache? ( !apache2? ( www-servers/lighttpd ) ) ) )
+RDEPEND="!alpha? ( !sparc? ( !apache2? ( www-servers/lighttpd ) ) )
snmp? ( net-analyzer/net-snmp )
net-analyzer/rrdtool
virtual/mysql
diff --git a/net-analyzer/cacti/cacti-0.8.6j-r4.ebuild b/net-analyzer/cacti/cacti-0.8.6j-r4.ebuild
index 25bf7f4552b8..dcc7ca1a7fba 100644
--- a/net-analyzer/cacti/cacti-0.8.6j-r4.ebuild
+++ b/net-analyzer/cacti/cacti-0.8.6j-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.6j-r4.ebuild,v 1.5 2007/05/12 16:44:26 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.6j-r4.ebuild,v 1.6 2007/05/12 23:55:28 chtekk Exp $
inherit eutils webapp depend.apache depend.php
@@ -35,7 +35,7 @@ need_php_httpd
# alpha doesn't have lighttpd keyworded yet
# sparc doesn't have a stable keyword for lighttpd yet
-RDEPEND="!alpha? ( !sparc? ( !apache? ( !apache2? ( www-servers/lighttpd ) ) ) )
+RDEPEND="!alpha? ( !sparc? ( !apache2? ( www-servers/lighttpd ) ) )
snmp? ( net-analyzer/net-snmp )
net-analyzer/rrdtool
!bundled-adodb? ( dev-php/adodb )