# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils python MY_P=${P/supybot/Supybot} DESCRIPTION="This Package includes a bunch of extra plugins for Supybot" HOMEPAGE="http://supybot.com" SRC_URI="mirror://sourceforge/supybot/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=net-irc/supybot-0.83.2" S=${WORKDIR}/${MY_P} src_compile() { einfo "Nothing to Compile" } src_install() { python_version # Copy Things over dodir /usr/lib/python${PYVER}/site-packages/supybot/plugins/ cd ${S} cp -R * ${D}/usr/lib/python${PYVER}/site-packages/supybot/plugins/ }