summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2011-12-29 15:54:57 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2011-12-29 15:54:57 +0000
commit4416cca5a34b10862c8a80017bcceca93f4328a1 (patch)
tree95e8a8fbb5d90cd21f3d83337783add8d211ede3 /net-analyzer/icinga
parentAdd ruby19. Avoid fragile test. (diff)
downloadgentoo-2-4416cca5a34b10862c8a80017bcceca93f4328a1.tar.gz
gentoo-2-4416cca5a34b10862c8a80017bcceca93f4328a1.tar.bz2
gentoo-2-4416cca5a34b10862c8a80017bcceca93f4328a1.zip
set plugins flag on by default as per bug 396389
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/icinga')
-rw-r--r--net-analyzer/icinga/ChangeLog8
-rw-r--r--net-analyzer/icinga/icinga-1.6.1-r2.ebuild (renamed from net-analyzer/icinga/icinga-1.6.1-r1.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/icinga/ChangeLog b/net-analyzer/icinga/ChangeLog
index 92a246ce6a2b..f56a2961e9e5 100644
--- a/net-analyzer/icinga/ChangeLog
+++ b/net-analyzer/icinga/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/icinga
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/ChangeLog,v 1.8 2011/12/04 19:27:45 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/ChangeLog,v 1.9 2011/12/29 15:54:57 prometheanfire Exp $
+
+*icinga-1.6.1-r2 (29 Dec 2011)
+
+ 29 Dec 2011; mthode <mthode@gentoo.org> -icinga-1.6.1-r1.ebuild,
+ +icinga-1.6.1-r2.ebuild:
+ set plugins flag on by default
*icinga-1.6.1-r1 (04 Dec 2011)
diff --git a/net-analyzer/icinga/icinga-1.6.1-r1.ebuild b/net-analyzer/icinga/icinga-1.6.1-r2.ebuild
index 016e935598f1..f2f8c4bfb45f 100644
--- a/net-analyzer/icinga/icinga-1.6.1-r1.ebuild
+++ b/net-analyzer/icinga/icinga-1.6.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.6.1-r1.ebuild,v 1.1 2011/12/04 19:27:45 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.6.1-r2.ebuild,v 1.1 2011/12/29 15:54:57 prometheanfire Exp $
EAPI=2
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+apache2 debug +idoutils lighttpd +mysql perl plugins postgres ssl +vim-syntax +web"
+IUSE="+apache2 debug +idoutils lighttpd +mysql perl +plugins postgres ssl +vim-syntax +web"
DEPEND="idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] )
perl? ( dev-lang/perl )
virtual/mailx