diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-23 22:41:02 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-23 22:41:02 +0000 |
commit | 7e14de6fd9e788cf00c8c213bc81e6dd1c89db82 (patch) | |
tree | fa02def802fa9010172d474836ac3305a84dbb40 /dev-python/snakefood | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-7e14de6fd9e788cf00c8c213bc81e6dd1c89db82.tar.gz gentoo-2-7e14de6fd9e788cf00c8c213bc81e6dd1c89db82.tar.bz2 gentoo-2-7e14de6fd9e788cf00c8c213bc81e6dd1c89db82.zip |
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/snakefood')
-rw-r--r-- | dev-python/snakefood/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/snakefood/snakefood-1.3.1.ebuild | 21 |
2 files changed, 18 insertions, 11 deletions
diff --git a/dev-python/snakefood/ChangeLog b/dev-python/snakefood/ChangeLog index 1f126413001b..c0dd860e365c 100644 --- a/dev-python/snakefood/ChangeLog +++ b/dev-python/snakefood/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/snakefood -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakefood/ChangeLog,v 1.1 2009/02/28 20:26:23 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakefood/ChangeLog,v 1.2 2010/07/23 22:41:02 arfrever Exp $ + + 23 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + snakefood-1.3.1.ebuild: + Set SUPPORT_PYTHON_ABIS. *snakefood-1.3.1 (28 Feb 2009) diff --git a/dev-python/snakefood/snakefood-1.3.1.ebuild b/dev-python/snakefood/snakefood-1.3.1.ebuild index 046ad2176010..002f7ddd1ec9 100644 --- a/dev-python/snakefood/snakefood-1.3.1.ebuild +++ b/dev-python/snakefood/snakefood-1.3.1.ebuild @@ -1,21 +1,24 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakefood/snakefood-1.3.1.ebuild,v 1.1 2009/02/28 20:26:23 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakefood/snakefood-1.3.1.ebuild,v 1.2 2010/07/23 22:41:02 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2:2.5" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 3.*" inherit distutils DESCRIPTION="Generate dependency graphs from Python code" HOMEPAGE="http://furius.ca/snakefood/" SRC_URI="http://furius.ca/downloads/${PN}/releases/${P}.tar.bz2" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=dev-lang/python-2.5" -RDEPEND="$DEPEND" -DOCS="CHANGES" +DEPEND="" +RDEPEND="" -src_install() { - distutils_src_install -} +DOCS="CHANGES" |