summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2009-05-15 16:29:29 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2009-05-15 16:29:29 +0000
commitb73a96dc2863931a9abfaf53d1d451d17eb9265e (patch)
tree363b1782c28ed23586e5248e284228077ed166c4 /net-analyzer
parentFix minor qa issues (dodoc calls) (diff)
downloadgentoo-2-b73a96dc2863931a9abfaf53d1d451d17eb9265e.tar.gz
gentoo-2-b73a96dc2863931a9abfaf53d1d451d17eb9265e.tar.bz2
gentoo-2-b73a96dc2863931a9abfaf53d1d451d17eb9265e.zip
s/command-grp/command-group/g, #269215
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nagios-core/ChangeLog7
-rw-r--r--net-analyzer/nagios-core/nagios-core-2.12.ebuild8
-rw-r--r--net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild8
-rw-r--r--net-analyzer/nagios-core/nagios-core-3.1.0.ebuild8
4 files changed, 18 insertions, 13 deletions
diff --git a/net-analyzer/nagios-core/ChangeLog b/net-analyzer/nagios-core/ChangeLog
index 506247fe1859..9b09bfee58ce 100644
--- a/net-analyzer/nagios-core/ChangeLog
+++ b/net-analyzer/nagios-core/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/nagios-core
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.145 2009/03/18 22:21:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.146 2009/05/15 16:29:29 dertobi123 Exp $
+
+ 15 May 2009; Tobias Scherbaum <dertobi123@gentoo.org>
+ nagios-core-2.12.ebuild, nagios-core-3.0.6-r1.ebuild,
+ nagios-core-3.1.0.ebuild:
+ s/command-grp/command-group/g, #269215
18 Mar 2009; Brent Baude <ranger@gentoo.org> nagios-core-3.0.6-r1.ebuild:
Marking nagios-core-3.0.6-r1 ppc stable for bug 256177
diff --git a/net-analyzer/nagios-core/nagios-core-2.12.ebuild b/net-analyzer/nagios-core/nagios-core-2.12.ebuild
index 0a705c371bf8..3681d5686037 100644
--- a/net-analyzer/nagios-core/nagios-core-2.12.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-2.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-2.12.ebuild,v 1.6 2008/06/29 10:10:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-2.12.ebuild,v 1.7 2009/05/15 16:29:29 dertobi123 Exp $
EAPI="1"
@@ -74,9 +74,9 @@ src_compile() {
fi
if use apache2 ; then
- myconf="${myconf} --with-command-grp=apache"
+ myconf="${myconf} --with-command-group=apache"
else
- myconf="${myconf} --with-command-grp=nagios"
+ myconf="${myconf} --with-command-group=nagios"
fi
econf ${myconf} \
diff --git a/net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild b/net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild
index 4841a90a9b00..bb475513372f 100644
--- a/net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild,v 1.6 2009/03/18 22:21:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.0.6-r1.ebuild,v 1.7 2009/05/15 16:29:29 dertobi123 Exp $
EAPI="1"
@@ -70,13 +70,13 @@ src_compile() {
fi
if use !apache2 && use !lighttpd ; then
- myconf="${myconf} --with-command-grp=nagios"
+ myconf="${myconf} --with-command-group=nagios"
else
if use apache2 ; then
- myconf="${myconf} --with-command-grp=apache"
+ myconf="${myconf} --with-command-group=apache"
myconf="${myconf} --with-httpd-conf=/etc/apache2/conf.d"
elif use lighttpd ; then
- myconf="${myconf} --with-command-grp=lighttpd"
+ myconf="${myconf} --with-command-group=lighttpd"
fi
fi
diff --git a/net-analyzer/nagios-core/nagios-core-3.1.0.ebuild b/net-analyzer/nagios-core/nagios-core-3.1.0.ebuild
index 650ef53855f2..a4ae97e9a45a 100644
--- a/net-analyzer/nagios-core/nagios-core-3.1.0.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-3.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.1.0.ebuild,v 1.3 2009/02/24 17:07:42 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.1.0.ebuild,v 1.4 2009/05/15 16:29:29 dertobi123 Exp $
EAPI="2"
@@ -59,13 +59,13 @@ src_compile() {
fi
if use !apache2 && use !lighttpd ; then
- myconf="${myconf} --with-command-grp=nagios"
+ myconf="${myconf} --with-command-group=nagios"
else
if use apache2 ; then
- myconf="${myconf} --with-command-grp=apache"
+ myconf="${myconf} --with-command-group=apache"
myconf="${myconf} --with-httpd-conf=/etc/apache2/conf.d"
elif use lighttpd ; then
- myconf="${myconf} --with-command-grp=lighttpd"
+ myconf="${myconf} --with-command-group=lighttpd"
fi
fi