net-im/xib-bot/xib-bot-9999.ebuild
changeset 1 af44598ccbe3
child 117 0cb2ee2d7365
equal deleted inserted replaced
0:58d5cc68f922 1:af44598ccbe3
       
     1 # Copyright 1999-2010 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 EAPI=3
       
     6 
       
     7 inherit python git
       
     8 
       
     9 DESCRIPTION="xib-bot is an XMPP-IRC bridge bot written in python."
       
    10 HOMEPAGE="http://changaco.net/code/xib/"
       
    11 EGIT_REPO_URI="git://changaco.net/xib.git"
       
    12 
       
    13 LICENSE="GPL-3"
       
    14 SLOT="0"
       
    15 KEYWORDS="~amd64"
       
    16 IUSE=""
       
    17 
       
    18 PYTHON_DEPEND="2:6"
       
    19 
       
    20 RDEPEND="dev-python/xmppony
       
    21 		dev-python/argparse"
       
    22 
       
    23 src_install() {
       
    24 	cd $S
       
    25 	dodir "/usr/share/xib-bot"
       
    26 	cp *.py "${D}/usr/share/xib-bot/"
       
    27 	dodoc README example_config.xml
       
    28 	newinitd "${FILESDIR}/xib-bot.initd" xib-bot
       
    29 }