# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r7.ebuild,v 1.1 2007/12/27 13:46:04 flameeyes Exp $ DESCRIPTION="Bugzilla plugin for rbot" HOMEPAGE="http://www.flameeyes.eu/projects#rbot-bugzilla" SRC_URI="http://www.flameeyes.eu/files/${P}.tar.bz2" LICENSE="AGPL-3" SLOT="0" KEYWORDS="" IUSE="" RDEPEND=">net-irc/rbot-0.9.10 dev-ruby/httpclient" src_install() { cd "${S}" insinto /usr/share/rbot/plugins doins bugzilla.rb insinto /usr/share/rbot/templates doins bugzillaplugin.db dodoc README }