From c9fe1d46a458e8edce8f3837313867f4aeb7e19d Mon Sep 17 00:00:00 2001 From: Tiziano Müller Date: Sat, 5 May 2007 10:43:33 +0000 Subject: Dropped old version and old patch. (Portage version: 2.1.2.6) --- net-irc/supybot/ChangeLog | 6 +++- net-irc/supybot/files/digest-supybot-0.83.1 | 3 -- .../supybot/files/supybot-0.77.0-setup.py.patch | 19 ----------- net-irc/supybot/supybot-0.83.1.ebuild | 38 ---------------------- 4 files changed, 5 insertions(+), 61 deletions(-) delete mode 100644 net-irc/supybot/files/digest-supybot-0.83.1 delete mode 100644 net-irc/supybot/files/supybot-0.77.0-setup.py.patch delete mode 100644 net-irc/supybot/supybot-0.83.1.ebuild (limited to 'net-irc') 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 + -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 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? (