summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2007-05-05 10:43:33 +0000
committerTiziano Müller <dev-zero@gentoo.org>2007-05-05 10:43:33 +0000
commitc9fe1d46a458e8edce8f3837313867f4aeb7e19d (patch)
tree3cc5bc47845a00179abd064ff065fd377c8c4079 /net-irc
parentNew dep; bug #176997 (diff)
downloadgentoo-2-c9fe1d46a458e8edce8f3837313867f4aeb7e19d.tar.gz
gentoo-2-c9fe1d46a458e8edce8f3837313867f4aeb7e19d.tar.bz2
gentoo-2-c9fe1d46a458e8edce8f3837313867f4aeb7e19d.zip
Dropped old version and old patch.
(Portage version: 2.1.2.6)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/supybot/ChangeLog6
-rw-r--r--net-irc/supybot/files/digest-supybot-0.83.13
-rw-r--r--net-irc/supybot/files/supybot-0.77.0-setup.py.patch19
-rw-r--r--net-irc/supybot/supybot-0.83.1.ebuild38
4 files changed, 5 insertions, 61 deletions
diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog
index 9d0337ef43da..09bd16a92acd 100644
--- a/net-irc/supybot/ChangeLog
+++ b/net-irc/supybot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/supybot
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.21 2007/02/20 12:35:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.22 2007/05/05 10:43:33 dev-zero Exp $
+
+ 05 May 2007; Tiziano Müller <dev-zero@gentoo.org>
+ -files/supybot-0.77.0-setup.py.patch, -supybot-0.83.1.ebuild:
+ Dropped old version and old patch.
20 Feb 2007; Raúl Porcel <armin76@gentoo.org> supybot-0.83.2.ebuild:
x86 stable
diff --git a/net-irc/supybot/files/digest-supybot-0.83.1 b/net-irc/supybot/files/digest-supybot-0.83.1
deleted file mode 100644
index 28518bb98a17..000000000000
--- a/net-irc/supybot/files/digest-supybot-0.83.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c73e71b8b49478f2c4cb9f176b22f3fe Supybot-0.83.1.tar.bz2 346076
-RMD160 fc7cdaeb03533b2830dc11b52d99cce5b7136052 Supybot-0.83.1.tar.bz2 346076
-SHA256 6b3c14a72873e3dc1afdafa21c8d96041ad8d81af02c7057e778cdbd8a6260b3 Supybot-0.83.1.tar.bz2 346076
diff --git a/net-irc/supybot/files/supybot-0.77.0-setup.py.patch b/net-irc/supybot/files/supybot-0.77.0-setup.py.patch
deleted file mode 100644
index 18116c92624b..000000000000
--- a/net-irc/supybot/files/supybot-0.77.0-setup.py.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- setup.py.orig 2004-02-23 03:50:20.555071326 -0500
-+++ setup.py 2004-02-23 03:50:32.898341811 -0500
-@@ -46,16 +46,6 @@
- otherFiles = glob.glob(os.path.join('others', '*.py'))
- pluginFiles = glob.glob(os.path.join('plugins', '*.py'))
-
--# This is a terrible hack.
--previousInstall = os.path.join(get_python_lib(), 'supybot')
--if os.path.exists(previousInstall):
-- try:
-- shutil.rmtree(previousInstall)
-- except Exception, e:
-- print 'Couldn\'t remove former installation: %s' % e
-- print 'Remove by hand and then run this script.'
-- sys.exit(-1)
--
- setup(
- # Metadata
- name='supybot',
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."
-}