diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-10-26 09:54:51 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-10-26 09:54:51 +0000 |
commit | f146c8f7c29a03f385f1bca5bb62899b69f055d2 (patch) | |
tree | 1986aaa1ac95c4beb9d9dc35abe04a72c6bb078e /net-irc/supybot | |
parent | Stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-f146c8f7c29a03f385f1bca5bb62899b69f055d2.tar.gz gentoo-2-f146c8f7c29a03f385f1bca5bb62899b69f055d2.tar.bz2 gentoo-2-f146c8f7c29a03f385f1bca5bb62899b69f055d2.zip |
made sqlite optional (#62236), version bump (#62101)
Diffstat (limited to 'net-irc/supybot')
-rw-r--r-- | net-irc/supybot/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/supybot/files/digest-supybot-0.80.0_pre2 | 1 | ||||
-rw-r--r-- | net-irc/supybot/supybot-0.77.0.ebuild | 6 | ||||
-rw-r--r-- | net-irc/supybot/supybot-0.77.2.ebuild | 6 | ||||
-rw-r--r-- | net-irc/supybot/supybot-0.80.0_pre2.ebuild | 40 |
5 files changed, 54 insertions, 7 deletions
diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog index cecc5b072253..868977de81ae 100644 --- a/net-irc/supybot/ChangeLog +++ b/net-irc/supybot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-irc/supybot # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.8 2004/09/10 13:17:36 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.9 2004/10/26 09:54:51 liquidx Exp $ + +*supybot-0.80.0_pre2 (26 Oct 2004) + + 26 Oct 2004; Alastair Tse <liquidx@gentoo.org> supybot-0.77.0.ebuild, + supybot-0.77.2.ebuild, +supybot-0.80.0_pre2.ebuild: + made sqlite optional (#62236), version bump (#62101) 10 Sep 2004; Hasan Khalil <gongloo@gentoo.org> supybot-0.77.2.ebuild: Stable macos. diff --git a/net-irc/supybot/files/digest-supybot-0.80.0_pre2 b/net-irc/supybot/files/digest-supybot-0.80.0_pre2 new file mode 100644 index 000000000000..2b5db4e0c0e9 --- /dev/null +++ b/net-irc/supybot/files/digest-supybot-0.80.0_pre2 @@ -0,0 +1 @@ +MD5 85aacd9dbbf3a2e0ffa6f1de1758fe3a Supybot-0.80.0pre2.tar.bz2 389946 diff --git a/net-irc/supybot/supybot-0.77.0.ebuild b/net-irc/supybot/supybot-0.77.0.ebuild index 2d70ea1abcfe..2f625dbeedc5 100644 --- a/net-irc/supybot/supybot-0.77.0.ebuild +++ b/net-irc/supybot/supybot-0.77.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.77.0.ebuild,v 1.5 2004/06/26 19:49:29 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.77.0.ebuild,v 1.6 2004/10/26 09:54:51 liquidx Exp $ inherit distutils eutils @@ -13,10 +13,10 @@ SRC_URI="mirror://sourceforge/supybot/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="x86 ~ppc" -IUSE="" +IUSE="sqlite" DEPEND=">=dev-lang/python-2.3 - >=dev-python/pysqlite-0.4.3" + sqlite? ( >=dev-python/pysqlite-0.4.3 )" S=${WORKDIR}/${MY_P} diff --git a/net-irc/supybot/supybot-0.77.2.ebuild b/net-irc/supybot/supybot-0.77.2.ebuild index 91250573d597..967e8f0169c2 100644 --- a/net-irc/supybot/supybot-0.77.2.ebuild +++ b/net-irc/supybot/supybot-0.77.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.77.2.ebuild,v 1.5 2004/10/23 07:51:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.77.2.ebuild,v 1.6 2004/10/26 09:54:51 liquidx Exp $ inherit distutils eutils @@ -13,10 +13,10 @@ SRC_URI="mirror://sourceforge/supybot/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc ppc-macos" -IUSE="" +IUSE="sqlite" DEPEND=">=dev-lang/python-2.3 - >=dev-python/pysqlite-0.4.3" + sqlite? ( >=dev-python/pysqlite-0.4.3 )" S=${WORKDIR}/${MY_P} diff --git a/net-irc/supybot/supybot-0.80.0_pre2.ebuild b/net-irc/supybot/supybot-0.80.0_pre2.ebuild new file mode 100644 index 000000000000..cc4ce3591c7f --- /dev/null +++ b/net-irc/supybot/supybot-0.80.0_pre2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.80.0_pre2.ebuild,v 1.1 2004/10/26 09:54:51 liquidx Exp $ + +inherit distutils eutils + +MY_P=${P/supybot/Supybot} +MY_P=${MY_P/_pre/pre} + +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="~x86 ~ppc ~ppc-macos" +IUSE="sqlite" + +DEPEND=">=dev-lang/python-2.3 + sqlite? ( >=dev-python/pysqlite-0.4.3 )" + +S=${WORKDIR}/${MY_P} + +PYTHON_MODNAME="supybot" +DOCS="ACKS BUGS LICENSE TODO" + +src_install() { + distutils_src_install + dodoc examples/Random.py + docinto developers + dodoc docs/* + docinto plugins + dodoc docs/plugins/* +} + +pkg_postinst() { + einfo "Use supybot-wizard to create a configuration file" + use sqlite || \ + einfo "Some plugins require may dev-python/pysqlite to function." +} |