summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-04 20:58:08 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-04 20:58:08 +0000
commit52a474bde6543f1f59f9e3774b34aef19f7d41b4 (patch)
treea3b625919dae2fa57a8bdf7ca7be5a46eb665534 /net-irc
parentversion bump (diff)
downloadgentoo-2-52a474bde6543f1f59f9e3774b34aef19f7d41b4.tar.gz
gentoo-2-52a474bde6543f1f59f9e3774b34aef19f7d41b4.tar.bz2
gentoo-2-52a474bde6543f1f59f9e3774b34aef19f7d41b4.zip
Delete older ebuilds.
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/supybot/supybot-0.83.3.ebuild38
-rw-r--r--net-irc/supybot/supybot-0.83.4.1.ebuild40
2 files changed, 0 insertions, 78 deletions
diff --git a/net-irc/supybot/supybot-0.83.3.ebuild b/net-irc/supybot/supybot-0.83.3.ebuild
deleted file mode 100644
index 01b4a64ecba6..000000000000
--- a/net-irc/supybot/supybot-0.83.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.3.ebuild,v 1.2 2008/02/20 19:57:30 armin76 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? ( <dev-python/pysqlite-1.1 )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS="ACKS RELNOTES docs/*"
-
-src_install() {
- distutils_src_install
- doman docs/man/*
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- elog "Use supybot-wizard to create a configuration file"
- use sqlite || \
- elog "Some plugins may require emerge with USE=\"sqlite\" to work."
-}
diff --git a/net-irc/supybot/supybot-0.83.4.1.ebuild b/net-irc/supybot/supybot-0.83.4.1.ebuild
deleted file mode 100644
index f31600de4759..000000000000
--- a/net-irc/supybot/supybot-0.83.4.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.2 2009/08/05 21:19:00 maekke 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? ( <dev-python/pysqlite-1.1 )
- !<net-irc/supybot-plugins-20060723-r1"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS="ACKS RELNOTES docs/*"
-
-src_install() {
- distutils_src_install
- doman docs/man/*
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- elog "Use supybot-wizard to create a configuration file"
- use sqlite || \
- elog "Some plugins may require emerge with USE=\"sqlite\" to work."
-}