summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2009-07-21 19:23:37 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2009-07-21 19:23:37 +0000
commit08b5758ef485cc57cb1753c8ddea914a7c724911 (patch)
treef187ce040562eb71d92d69a155c17e0389f39310 /net-analyzer
parentstable x86, security bug 278564 (diff)
downloadgentoo-2-08b5758ef485cc57cb1753c8ddea914a7c724911.tar.gz
gentoo-2-08b5758ef485cc57cb1753c8ddea914a7c724911.tar.bz2
gentoo-2-08b5758ef485cc57cb1753c8ddea914a7c724911.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ndoutils/ChangeLog11
-rw-r--r--net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild71
-rw-r--r--net-analyzer/ndoutils/ndoutils-1.4_beta8.ebuild (renamed from net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild)4
3 files changed, 11 insertions, 75 deletions
diff --git a/net-analyzer/ndoutils/ChangeLog b/net-analyzer/ndoutils/ChangeLog
index f0608b908705..90f8108e5245 100644
--- a/net-analyzer/ndoutils/ChangeLog
+++ b/net-analyzer/ndoutils/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-analyzer/ndoutils
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ChangeLog,v 1.8 2008/07/19 15:08:25 dertobi123 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ChangeLog,v 1.9 2009/07/21 19:23:37 dertobi123 Exp $
+
+*ndoutils-1.4_beta8 (21 Jul 2009)
+
+ 21 Jul 2009; Tobias Scherbaum <dertobi123@gentoo.org>
+ -ndoutils-1.4_beta7.ebuild, -ndoutils-1.4_beta7-r1.ebuild,
+ +ndoutils-1.4_beta8.ebuild:
+ Version bump
19 Jul 2008; Tobias Scherbaum <dertobi123@gentoo.org>
files/ndo2db.init-nagios3:
diff --git a/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild b/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild
deleted file mode 100644
index 11a093d6778a..000000000000
--- a/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild,v 1.3 2008/06/29 10:07:24 tove Exp $
-
-inherit eutils
-
-MY_P=${P/_beta/b}
-
-DESCRIPTION="Nagios addon to store Nagios data in a MySQL database"
-HOMEPAGE="http://www.nagios.org"
-SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-db/mysql"
-RDEPEND="${DEPEND}
- >=net-analyzer/nagios-core-2.7"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
- enewgroup nagios
- enewuser nagios -1 /bin/bash /var/nagios/home nagios
-}
-
-src_compile() {
- econf \
- --prefix=/usr/nagios \
- --sysconfdir=/etc/nagios \
- --enable-mysql \
- --disable-pgsql || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- dodir /usr/nagios/bin
- cp "${S}"/src/{file2sock,log2ndo,ndo2db-2x,ndomod-2x.o,sockdebug} "${D}"/usr/nagios/bin
-
- dodir /usr/nagios/share/
- cp -R "${S}"/db "${D}"/usr/nagios/share
-
- chown -R root:nagios "${D}"/usr/nagios || die "Failed chown of "${D}"/usr/nagios"
- chmod 750 "${D}"/usr/nagios/bin/{file2sock,log2ndo,ndo2db-2x,ndomod-2x.o,sockdebug} || die "Failed chmod"
-
- dodoc README REQUIREMENTS TODO UPGRADING Changelog "docs/NDOUTILS DB Model.pdf" "docs/NDOUtils Documentation.pdf"
-
-cat << EOF > "${T}"/55-ndoutils-revdep
-SEARCH_DIRS="/usr/nagios/bin"
-EOF
-
- sed -i s:socket_name=/usr/local/nagios/var/ndo.sock:socket_name=/var/nagios/ndo.sock:g "${S}"/config/ndo2db.cfg
-
- insinto /etc/revdep-rebuild
- doins "${T}"/55-ndoutils-revdep
-
- insinto /etc/nagios
- doins "${S}"/config/ndo2db.cfg
- doins "${S}"/config/ndomod.cfg
-
- newinitd "${FILESDIR}"/ndo2db.init ndo2db
-}
-
-pkg_postinst() {
- elog "To include NDO in your Nagios setup you'll need to activate the NDO broker module"
- elog "in /etc/nagios/nagios.cfg:"
- elog "\tbroker_module=/usr/nagios/bin/ndomod-2x.o config_file=/etc/nagios/ndomod.cfg"
-}
diff --git a/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild b/net-analyzer/ndoutils/ndoutils-1.4_beta8.ebuild
index 638b7bb02d9d..db9662ce3312 100644
--- a/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild
+++ b/net-analyzer/ndoutils/ndoutils-1.4_beta8.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/ndoutils/ndoutils-1.4_beta7-r1.ebuild,v 1.3 2008/07/13 16:21:13 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta8.ebuild,v 1.1 2009/07/21 19:23:37 dertobi123 Exp $
inherit eutils