summaryrefslogtreecommitdiff
path: root/net-irc
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2006-01-03 04:30:57 +0000
committerBertrand Jacquin <beber@meleeweb.net>2006-01-03 04:30:57 +0000
commitdaa5174a7c1b9f86b84ec6d0ce3f757852231e48 (patch)
tree779a6ec74aa4a72b987e59cc7defe7917bffc87e /net-irc
parentdep app-i18n (diff)
downloadportage-daa5174a7c1b9f86b84ec6d0ce3f757852231e48.tar.xz
del supybot
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/supybot/Manifest2
-rw-r--r--net-irc/supybot/files/digest-supybot-0.831
-rw-r--r--net-irc/supybot/supybot-0.83.ebuild37
3 files changed, 0 insertions, 40 deletions
diff --git a/net-irc/supybot/Manifest b/net-irc/supybot/Manifest
deleted file mode 100644
index bd38dc5b..00000000
--- a/net-irc/supybot/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 a85931d5e3cfcdb6b12eebd6c6be23cf supybot-0.83.ebuild 944
-MD5 d4ac0c8b972cdb7979ccc792a86dc44e files/digest-supybot-0.83 70
diff --git a/net-irc/supybot/files/digest-supybot-0.83 b/net-irc/supybot/files/digest-supybot-0.83
deleted file mode 100644
index 5bea3725..00000000
--- a/net-irc/supybot/files/digest-supybot-0.83
+++ /dev/null
@@ -1 +0,0 @@
-MD5 61d330bce254710f725d3d122a257af0 Supybot-0.83.0rc3.tar.bz2 339830
diff --git a/net-irc/supybot/supybot-0.83.ebuild b/net-irc/supybot/supybot-0.83.ebuild
deleted file mode 100644
index 2f5ed4ce..00000000
--- a/net-irc/supybot/supybot-0.83.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.80.1.ebuild,v 1.1 2005/02/04 05:09:27 fserb Exp $
-
-inherit distutils eutils
-
-MY_P=${P/supybot/Supybot}
-MY_P=${MY_P/_pre/pre}
-
-DESCRIPTION="Python based extensible IRC infobot and channel bot"
-HOMEPAGE="http://supybot.sf.net/"
-SRC_URI="mirror://sourceforge/supybot/Supybot-0.83.0rc3.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~ppc-macos"
-IUSE="sqlite"
-
-DEPEND=">=dev-lang/python-2.3
- sqlite? ( >=dev-python/pysqlite-0.4.3 )"
-
-S=${WORKDIR}/Supybot-0.83.0rc3
-
-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."
-}