net-im/xib-bot/xib-bot-9999.ebuild
author Da Risk <da_risk@geekorum.com>
Thu, 30 Jul 2015 09:54:56 +0200
changeset 162 3a08c6a2cef4
parent 117 0cb2ee2d7365
permissions -rw-r--r--
revbump dev-python/suelta to accept python3.4 (Portage version: 2.2.20/hg/Linux x86_64, unsigned Manifest commit)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
117
0cb2ee2d7365 xib-bot: Update ebuild to git-2 and python-single-r1 eclass
Da Risk <da_risk@geekorum.com>
parents: 1
diff changeset
     1
# Copyright 1999-2013 Gentoo Foundation
1
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     2
# Distributed under the terms of the GNU General Public License v2
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     3
# $Header: $
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     4
117
0cb2ee2d7365 xib-bot: Update ebuild to git-2 and python-single-r1 eclass
Da Risk <da_risk@geekorum.com>
parents: 1
diff changeset
     5
EAPI=5
1
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     6
117
0cb2ee2d7365 xib-bot: Update ebuild to git-2 and python-single-r1 eclass
Da Risk <da_risk@geekorum.com>
parents: 1
diff changeset
     7
PYTHON_COMPAT=( python2_6 python2_7 )
0cb2ee2d7365 xib-bot: Update ebuild to git-2 and python-single-r1 eclass
Da Risk <da_risk@geekorum.com>
parents: 1
diff changeset
     8
0cb2ee2d7365 xib-bot: Update ebuild to git-2 and python-single-r1 eclass
Da Risk <da_risk@geekorum.com>
parents: 1
diff changeset
     9
inherit python-single-r1 git-2
1
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    10
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    11
DESCRIPTION="xib-bot is an XMPP-IRC bridge bot written in python."
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    12
HOMEPAGE="http://changaco.net/code/xib/"
117
0cb2ee2d7365 xib-bot: Update ebuild to git-2 and python-single-r1 eclass
Da Risk <da_risk@geekorum.com>
parents: 1
diff changeset
    13
EGIT_REPO_URI="git://github.com/Changaco/xib.git"
1
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    14
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    15
LICENSE="GPL-3"
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    16
SLOT="0"
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    17
KEYWORDS="~amd64"
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    18
IUSE=""
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    19
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    20
RDEPEND="dev-python/xmppony
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    21
		dev-python/argparse"
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    22
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    23
src_install() {
117
0cb2ee2d7365 xib-bot: Update ebuild to git-2 and python-single-r1 eclass
Da Risk <da_risk@geekorum.com>
parents: 1
diff changeset
    24
	python_fix_shebang start_bots_from_xml_config.py
0cb2ee2d7365 xib-bot: Update ebuild to git-2 and python-single-r1 eclass
Da Risk <da_risk@geekorum.com>
parents: 1
diff changeset
    25
	python_moduleroot=xib-bot
0cb2ee2d7365 xib-bot: Update ebuild to git-2 and python-single-r1 eclass
Da Risk <da_risk@geekorum.com>
parents: 1
diff changeset
    26
	python_domodule *.py
0cb2ee2d7365 xib-bot: Update ebuild to git-2 and python-single-r1 eclass
Da Risk <da_risk@geekorum.com>
parents: 1
diff changeset
    27
	dodoc README.md example_config.xml
1
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    28
	newinitd "${FILESDIR}/xib-bot.initd" xib-bot
af44598ccbe3 Add ebuild for xib-bot and its dependencies.
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    29
}