diff options
Diffstat (limited to 'net-irc/supybot/supybot-0.83.1.ebuild')
-rw-r--r-- | net-irc/supybot/supybot-0.83.1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-irc/supybot/supybot-0.83.1.ebuild b/net-irc/supybot/supybot-0.83.1.ebuild deleted file mode 100644 index e70104dc4415..000000000000 --- a/net-irc/supybot/supybot-0.83.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.1.ebuild,v 1.2 2006/07/24 18:45:08 liquidx Exp $ - -inherit distutils eutils - -MY_P=${P/supybot/Supybot} -MY_P=${MY_P/_rc/rc} - -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="~ppc x86" -IUSE="sqlite" - -DEPEND=">=dev-lang/python-2.3 - >=dev-python/twisted-1.2.0 - sqlite? ( <dev-python/pysqlite-1.1 )" - -S=${WORKDIR}/${MY_P} - -PYTHON_MODNAME="supybot" -DOCS="ACKS BUGS DEVS README RELNOTES TODO" - -src_install() { - distutils_src_install - doman docs/man/* - dodoc docs/* -} - -pkg_postinst() { - einfo "Use supybot-wizard to create a configuration file" - use sqlite || \ - einfo "Some plugins may require emerge with USE=\"sqlite\" to work." -} |