From d22615e6e6d3ce19e4d25f0efaa787a9e7e17be7 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 28 Jun 2009 21:09:50 +0000 Subject: Version bump. (Portage version: 13729-svn/cvs/Linux x86_64) --- net-irc/supybot/ChangeLog | 8 ++++++- net-irc/supybot/supybot-0.83.4.1.ebuild | 40 +++++++++++++++++++++++++++++++++ net-irc/supybot/supybot-0.83.4.ebuild | 39 -------------------------------- 3 files changed, 47 insertions(+), 40 deletions(-) create mode 100644 net-irc/supybot/supybot-0.83.4.1.ebuild delete mode 100644 net-irc/supybot/supybot-0.83.4.ebuild (limited to 'net-irc/supybot') diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog index 3733e654401a..dda08470261a 100644 --- a/net-irc/supybot/ChangeLog +++ b/net-irc/supybot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-irc/supybot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.28 2009/05/22 20:01:38 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.29 2009/06/28 21:09:50 arfrever Exp $ + +*supybot-0.83.4.1 (28 Jun 2009) + + 28 Jun 2009; Arfrever Frehtes Taifersar Arahesis + -supybot-0.83.4.ebuild, +supybot-0.83.4.1.ebuild: + Version bump. *supybot-0.83.4 (22 May 2009) diff --git a/net-irc/supybot/supybot-0.83.4.1.ebuild b/net-irc/supybot/supybot-0.83.4.1.ebuild new file mode 100644 index 000000000000..92a14c9965da --- /dev/null +++ b/net-irc/supybot/supybot-0.83.4.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.4.1.ebuild,v 1.1 2009/06/28 21:09:50 arfrever Exp $ + +NEED_PYTHON=2.3 + +inherit distutils + +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="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="sqlite" + +DEPEND=">=dev-python/twisted-1.2.0 + sqlite? (