diff options
author | Sven Wegener <swegener@gentoo.org> | 2008-02-27 21:09:56 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2008-02-27 21:09:56 +0000 |
commit | d52c9ead950cc2c8dc94921b8acd644ada5e7e6e (patch) | |
tree | b3dd84ed1bf1baa9c637a5aca0e3761bb51f9dfe /net-irc | |
parent | Cleanup. (diff) | |
download | gentoo-2-d52c9ead950cc2c8dc94921b8acd644ada5e7e6e.tar.gz gentoo-2-d52c9ead950cc2c8dc94921b8acd644ada5e7e6e.tar.bz2 gentoo-2-d52c9ead950cc2c8dc94921b8acd644ada5e7e6e.zip |
Cleanup.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/supybot/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/supybot/supybot-0.83.2.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog index e29d1e1ef8ac..925711e3935c 100644 --- a/net-irc/supybot/ChangeLog +++ b/net-irc/supybot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/supybot # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.26 2008/02/20 19:57:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.27 2008/02/27 21:09:56 swegener Exp $ + + 27 Feb 2008; Sven Wegener <swegener@gentoo.org> -supybot-0.83.2.ebuild: + Cleanup. 20 Feb 2008; Raúl Porcel <armin76@gentoo.org> supybot-0.83.3.ebuild: x86 stable diff --git a/net-irc/supybot/supybot-0.83.2.ebuild b/net-irc/supybot/supybot-0.83.2.ebuild deleted file mode 100644 index f09d851946d0..000000000000 --- a/net-irc/supybot/supybot-0.83.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.2.ebuild,v 1.6 2007/05/06 12:47:11 genone 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="~amd64 ~ppc ~sparc x86 ~x86-fbsd" -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() { - elog "Use supybot-wizard to create a configuration file" - use sqlite || \ - elog "Some plugins may require emerge with USE=\"sqlite\" to work." -} |