diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-04 21:01:51 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-04 21:01:51 +0000 |
commit | 518cd0c0591cf96c0fdd204403f84713b61a13ce (patch) | |
tree | 56db35d6240c04e9bd2a9ecbf135e6572d8cf6c9 /net-irc | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-518cd0c0591cf96c0fdd204403f84713b61a13ce.tar.gz gentoo-2-518cd0c0591cf96c0fdd204403f84713b61a13ce.tar.bz2 gentoo-2-518cd0c0591cf96c0fdd204403f84713b61a13ce.zip |
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/supybot/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/supybot/supybot-0.83.4.1-r1.ebuild | 14 |
2 files changed, 13 insertions, 7 deletions
diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog index c5f13aea8a23..1be7a3b083e5 100644 --- a/net-irc/supybot/ChangeLog +++ b/net-irc/supybot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/supybot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.35 2010/02/24 16:52:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.36 2010/04/04 21:01:51 arfrever Exp $ + + 04 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + supybot-0.83.4.1-r1.ebuild: + Set SUPPORT_PYTHON_ABIS. 24 Feb 2010; Markos Chandras <hwoarang@gentoo.org> supybot-0.83.4.1-r1.ebuild: diff --git a/net-irc/supybot/supybot-0.83.4.1-r1.ebuild b/net-irc/supybot/supybot-0.83.4.1-r1.ebuild index 312394588af0..90aca5a25a11 100644 --- a/net-irc/supybot/supybot-0.83.4.1-r1.ebuild +++ b/net-irc/supybot/supybot-0.83.4.1-r1.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2010 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-r1.ebuild,v 1.5 2010/02/24 16:52:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.4.1-r1.ebuild,v 1.6 2010/04/04 21:01:51 arfrever Exp $ -EAPI="2" -NEED_PYTHON=2.4 +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" inherit distutils -MY_P=${P/supybot/Supybot} -MY_P=${MY_P/_rc/rc} +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/" @@ -23,8 +24,8 @@ DEPEND="twisted? ( >=dev-python/twisted-8.1.0[crypt] >=dev-python/twisted-names-8.1.0 ) sqlite? ( <dev-python/pysqlite-1.1 ) !<net-irc/supybot-plugins-20060723-r1" - RDEPEND="${DEPEND}" +RESTRICT_PYTHON_ABIS="3.*" S=${WORKDIR}/${MY_P} @@ -37,6 +38,7 @@ src_install() { 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." |