net-im/xib-bot/xib-bot-9999.ebuild
author Da Risk <da_risk@geekorum.com>
Sun, 25 Aug 2013 16:07:48 +0200
changeset 100 46f1d73f62f3
parent 1 af44598ccbe3
child 117 0cb2ee2d7365
permissions -rw-r--r--
RbCommitHook : add missing dependency on rbtools (Portage version: 2.2.1/hg/Linux x86_64, unsigned Manifest commit)

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit python git

DESCRIPTION="xib-bot is an XMPP-IRC bridge bot written in python."
HOMEPAGE="http://changaco.net/code/xib/"
EGIT_REPO_URI="git://changaco.net/xib.git"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

PYTHON_DEPEND="2:6"

RDEPEND="dev-python/xmppony
		dev-python/argparse"

src_install() {
	cd $S
	dodir "/usr/share/xib-bot"
	cp *.py "${D}/usr/share/xib-bot/"
	dodoc README example_config.xml
	newinitd "${FILESDIR}/xib-bot.initd" xib-bot
}