diff options
author | Caleb Tennis <caleb@gentoo.org> | 2008-07-19 12:19:24 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2008-07-19 12:19:24 +0000 |
commit | 004e6f4f4b60b445181bd641a274c35519055c23 (patch) | |
tree | ca308e7b0ebe880769c517d81fa52801ac5a5766 /net-analyzer/nagircbot/nagircbot-0.0.29b.ebuild | |
parent | stable on amd64 per 231676 (diff) | |
download | historical-004e6f4f4b60b445181bd641a274c35519055c23.tar.gz historical-004e6f4f4b60b445181bd641a274c35519055c23.tar.bz2 historical-004e6f4f4b60b445181bd641a274c35519055c23.zip |
version bump per 229839
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'net-analyzer/nagircbot/nagircbot-0.0.29b.ebuild')
-rw-r--r-- | net-analyzer/nagircbot/nagircbot-0.0.29b.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-analyzer/nagircbot/nagircbot-0.0.29b.ebuild b/net-analyzer/nagircbot/nagircbot-0.0.29b.ebuild new file mode 100644 index 000000000000..fa1b7212e57a --- /dev/null +++ b/net-analyzer/nagircbot/nagircbot-0.0.29b.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagircbot/nagircbot-0.0.29b.ebuild,v 1.1 2008/07/19 12:19:24 caleb Exp $ + +DESCRIPTION="An irc bot that alerts you to nagios changes" +HOMEPAGE="http://www.vanheusden.com/nagircbot" +SRC_URI="http://www.vanheusden.com/nagircbot/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="net-analyzer/nagios-core" + +src_install() { + dodir /usr/bin + cp "${S}"/nagircbot "${D}"/usr/bin + + dodir /etc/init.d + dodir /etc/conf.d + cp "${FILESDIR}"/conf "${D}"/etc/conf.d/nagircbot + cp "${FILESDIR}"/init "${D}"/etc/init.d/nagircbot +} |