Old.
authorJeroen Roovers <jer@gentoo.org>
Wed, 12 Aug 2015 04:26:48 +0000 (06:26 +0200)
committerJeroen Roovers <jer@gentoo.org>
Wed, 12 Aug 2015 04:34:58 +0000 (06:34 +0200)
Package-Manager: portage-2.2.20

net-analyzer/ndoutils/Manifest
net-analyzer/ndoutils/ndoutils-1.5.2.ebuild [deleted file]

index 272f39bfae5b009b9a857d760979578887ceb5d6..9f9ca5c4aaa922280509344f3fe651f0856b38c5 100644 (file)
@@ -1,2 +1 @@
-DIST ndoutils-1.5.2.tar.gz 2142271 SHA256 fe80b5d23291b780741f223efe807f690e3414e706844e993bc40913bd09c7f7 SHA512 3aac9917b8a557f8a7a3cd3cc5460e27617cdf0aab6f007da96a0ffecc4b3bbf3b2c08ef57d7daab8f4b6c5ff172b7d11ef74c84b3e84ae67460731209582ca1 WHIRLPOOL b49a4cc2c78010534cc2219b7cec14866a9bf72595e407eecf8b49487e1f4046132dc309d8a706b0eb688509d6a2983edb68a777da7e1ae019344a8dfac4feb1
 DIST ndoutils-2.0.0.tar.gz 2207263 SHA256 b95047c812fb61465e66a9e1a6d4a42bf00620f334f08a6faf5afe20bdd43ba1 SHA512 c899c9f9d0a14995ae7e3fc9f8566891acef9186cc53f05e4f509e9dd01a19a17d32c746a4a1c125342ebffad65946c7a3ea11da68ce0ff240bd37e85334545c WHIRLPOOL d3e41eb5e2a3ea9a5ca0d24fc8319beaa914d2bcb16c187ab6c5f5a3f133c27756ecdc2b6302a75c015294a1b2c3cc48d3c87a540ae1b9b07a21eb427b45d181
diff --git a/net-analyzer/ndoutils/ndoutils-1.5.2.ebuild b/net-analyzer/ndoutils/ndoutils-1.5.2.ebuild
deleted file mode 100644 (file)
index dcb3a24..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils user
-
-DESCRIPTION="Nagios addon to store Nagios data in a MySQL database"
-HOMEPAGE="http://www.nagios.org"
-SRC_URI="mirror://sourceforge/nagios/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
-
-DEPEND="
-       dev-perl/DBD-mysql
-       dev-perl/DBI
-       virtual/mysql
-"
-RDEPEND="
-       ${DEPEND}
-       >=net-analyzer/nagios-core-3.0
-"
-
-pkg_setup() {
-       enewgroup nagios
-       enewuser nagios -1 /bin/bash /var/nagios/home nagios
-}
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-1.4_beta9-asprintf.patch \
-               "${FILESDIR}"/${PN}-2.0.0-sleep.patch
-}
-
-src_configure() {
-       econf \
-               --sysconfdir=/etc/nagios \
-               --enable-mysql
-}
-
-DOCS=(
-       'docs/NDOUTILS DB Model.pdf'
-       'docs/NDOUtils Documentation.pdf'
-       Changelog
-       README
-       REQUIREMENTS
-       TODO
-       UPGRADING
-)
-
-src_install() {
-       default
-       emake DESTDIR="${D}" install-config
-
-       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"
-}