net-im/xib-bot/xib-bot-9999.ebuild
changeset 220 fca4a6de7c45
parent 219 c0c5810e06b8
parent 218 f329eec39970
child 221 c5f8d9947206
equal deleted inserted replaced
219:c0c5810e06b8 220:fca4a6de7c45
     1 # Copyright 1999-2013 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 EAPI=5
       
     6 
       
     7 PYTHON_COMPAT=( python2_6 python2_7 )
       
     8 
       
     9 inherit python-single-r1 git-2
       
    10 
       
    11 DESCRIPTION="xib-bot is an XMPP-IRC bridge bot written in python."
       
    12 HOMEPAGE="http://changaco.net/code/xib/"
       
    13 EGIT_REPO_URI="git://github.com/Changaco/xib.git"
       
    14 
       
    15 LICENSE="GPL-3"
       
    16 SLOT="0"
       
    17 KEYWORDS="~amd64"
       
    18 IUSE=""
       
    19 
       
    20 RDEPEND="dev-python/xmppony
       
    21 		dev-python/argparse"
       
    22 
       
    23 src_install() {
       
    24 	python_fix_shebang start_bots_from_xml_config.py
       
    25 	python_moduleroot=xib-bot
       
    26 	python_domodule *.py
       
    27 	dodoc README.md example_config.xml
       
    28 	newinitd "${FILESDIR}/xib-bot.initd" xib-bot
       
    29 }