# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.77.0.ebuild,v 1.1 2004/02/28 21:50:03 liquidx Exp $ inherit distutils MY_P=${P/s/S} DESCRIPTION="Python based extensible IRC infobot and channel bot" HOMEPAGE="http://supybot.sf.net/" SRC_URI="mirror://sourceforge/supybot/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.3 >=dev-python/pysqlite-0.4.3" S=${WORKDIR}/${MY_P} PYTHON_MODNAME="supybot" DOCS="ACKS BUGS LICENSE TODO" src_unpack() { unpack ${A} cd ${S}; epatch ${FILESDIR}/${P}-setup.py.patch } src_install() { distutils_src_install dodoc examples/Random.py docinto developers dodoc docs/* docinto plugins dodoc docs/plugins/* } pkg_postinst() { einfo "Use supybot-wizard to create a configuration file" }