summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2010-06-03 18:41:51 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2010-06-03 18:41:51 +0000
commitfaaf24a5dc431396931bb51e1e2bfdee327d8933 (patch)
tree9d5029a622b29b8cf79c961d505af85e1bf98528 /net-analyzer/ndoutils
parentFixed license (GPL-2 --> GPL-3) (diff)
downloadgentoo-2-faaf24a5dc431396931bb51e1e2bfdee327d8933.tar.gz
gentoo-2-faaf24a5dc431396931bb51e1e2bfdee327d8933.tar.bz2
gentoo-2-faaf24a5dc431396931bb51e1e2bfdee327d8933.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/ndoutils')
-rw-r--r--net-analyzer/ndoutils/ChangeLog10
-rw-r--r--net-analyzer/ndoutils/ndoutils-1.4_beta9.ebuild (renamed from net-analyzer/ndoutils/ndoutils-1.4_beta8.ebuild)20
2 files changed, 12 insertions, 18 deletions
diff --git a/net-analyzer/ndoutils/ChangeLog b/net-analyzer/ndoutils/ChangeLog
index 90f8108e5245..995846386a2e 100644
--- a/net-analyzer/ndoutils/ChangeLog
+++ b/net-analyzer/ndoutils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/ndoutils
-# 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 $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ChangeLog,v 1.10 2010/06/03 18:41:51 dertobi123 Exp $
+
+*ndoutils-1.4_beta9 (03 Jun 2010)
+
+ 03 Jun 2010; Tobias Scherbaum <dertobi123@gentoo.org>
+ -ndoutils-1.4_beta8.ebuild, +ndoutils-1.4_beta9.ebuild:
+ Version bump
*ndoutils-1.4_beta8 (21 Jul 2009)
diff --git a/net-analyzer/ndoutils/ndoutils-1.4_beta8.ebuild b/net-analyzer/ndoutils/ndoutils-1.4_beta9.ebuild
index db9662ce3312..b487829f3517 100644
--- a/net-analyzer/ndoutils/ndoutils-1.4_beta8.ebuild
+++ b/net-analyzer/ndoutils/ndoutils-1.4_beta9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta9.ebuild,v 1.1 2010/06/03 18:41:51 dertobi123 Exp $
inherit eutils
@@ -38,23 +38,11 @@ src_compile() {
}
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"
+ emake install DESTDIR="${D}" || die "emake install failed"
+ emake install-config DESTDIR="${D}" || die "emake install-config failed"
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
}