From 7e0ea394521c60cc0d668f8d5b5b7c981e6be800 Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Tue, 21 Jul 2009 19:23:37 +0000 Subject: Version bump Package-Manager: portage-2.2_rc33/cvs/Linux i686 --- net-analyzer/ndoutils/ChangeLog | 11 +++- net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild | 65 -------------------- net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild | 71 ---------------------- net-analyzer/ndoutils/ndoutils-1.4_beta8.ebuild | 65 ++++++++++++++++++++ 4 files changed, 74 insertions(+), 138 deletions(-) delete mode 100644 net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild delete mode 100644 net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild create mode 100644 net-analyzer/ndoutils/ndoutils-1.4_beta8.ebuild (limited to 'net-analyzer/ndoutils') 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 + -ndoutils-1.4_beta7.ebuild, -ndoutils-1.4_beta7-r1.ebuild, + +ndoutils-1.4_beta8.ebuild: + Version bump 19 Jul 2008; Tobias Scherbaum files/ndo2db.init-nagios3: diff --git a/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild b/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild deleted file mode 100644 index 638b7bb02d9d..000000000000 --- a/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild +++ /dev/null @@ -1,65 +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-r1.ebuild,v 1.3 2008/07/13 16:21:13 dertobi123 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 ~ppc" -IUSE="" - -DEPEND="dev-perl/DBI - dev-perl/DBD-mysql - virtual/mysql" -RDEPEND="${DEPEND} - >=net-analyzer/nagios-core-3.0" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - enewgroup nagios - enewuser nagios -1 /bin/bash /var/nagios/home nagios -} - -src_compile() { - econf \ - --sysconfdir=/etc/nagios \ - --enable-mysql \ - --disable-pgsql || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - dodir /usr/bin - cp "${S}"/src/{file2sock,log2ndo,ndo2db-3x,ndomod-3x.o,sockdebug} "${D}"/usr/bin - - dodir /usr/share/nagios/ - cp -R "${S}"/db "${D}"/usr/share/nagios - - chown -R root:nagios "${D}"/usr/bin || die "Failed chown of "${D}"/usr/nagios" - chmod 750 "${D}"/usr/bin/{file2sock,log2ndo,ndo2db-3x,ndomod-3x.o,sockdebug} || die "Failed chmod" - - dodoc README REQUIREMENTS TODO UPGRADING Changelog "docs/NDOUTILS DB Model.pdf" "docs/NDOUtils Documentation.pdf" - - sed -i s:socket_name=/usr/local/nagios/var/ndo.sock:socket_name=/var/nagios/ndo.sock:g "${S}"/config/ndo2db.cfg - - insinto /etc/nagios - doins "${S}"/config/ndo2db.cfg - doins "${S}"/config/ndomod.cfg - - newinitd "${FILESDIR}"/ndo2db.init-nagios3 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/bin/ndomod-3x.o config_file=/etc/nagios/ndomod.cfg" -} 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_beta8.ebuild b/net-analyzer/ndoutils/ndoutils-1.4_beta8.ebuild new file mode 100644 index 000000000000..db9662ce3312 --- /dev/null +++ b/net-analyzer/ndoutils/ndoutils-1.4_beta8.ebuild @@ -0,0 +1,65 @@ +# 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_beta8.ebuild,v 1.1 2009/07/21 19:23:37 dertobi123 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 ~ppc" +IUSE="" + +DEPEND="dev-perl/DBI + dev-perl/DBD-mysql + virtual/mysql" +RDEPEND="${DEPEND} + >=net-analyzer/nagios-core-3.0" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + enewgroup nagios + enewuser nagios -1 /bin/bash /var/nagios/home nagios +} + +src_compile() { + econf \ + --sysconfdir=/etc/nagios \ + --enable-mysql \ + --disable-pgsql || die "econf failed" + + emake || die "emake failed" +} + +src_install() { + dodir /usr/bin + cp "${S}"/src/{file2sock,log2ndo,ndo2db-3x,ndomod-3x.o,sockdebug} "${D}"/usr/bin + + dodir /usr/share/nagios/ + cp -R "${S}"/db "${D}"/usr/share/nagios + + chown -R root:nagios "${D}"/usr/bin || die "Failed chown of "${D}"/usr/nagios" + chmod 750 "${D}"/usr/bin/{file2sock,log2ndo,ndo2db-3x,ndomod-3x.o,sockdebug} || die "Failed chmod" + + dodoc README REQUIREMENTS TODO UPGRADING Changelog "docs/NDOUTILS DB Model.pdf" "docs/NDOUtils Documentation.pdf" + + sed -i s:socket_name=/usr/local/nagios/var/ndo.sock:socket_name=/var/nagios/ndo.sock:g "${S}"/config/ndo2db.cfg + + insinto /etc/nagios + doins "${S}"/config/ndo2db.cfg + doins "${S}"/config/ndomod.cfg + + newinitd "${FILESDIR}"/ndo2db.init-nagios3 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/bin/ndomod-3x.o config_file=/etc/nagios/ndomod.cfg" +} -- cgit v1.2.3-65-gdbad