diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-01 20:25:32 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-01 20:25:32 +0000 |
commit | 1daf5f90060c230caabbd9e40f70ac5ad975b72d (patch) | |
tree | d4d6113b7b0b206fccc3fec2d1ddfb435e61181f | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-1daf5f90060c230caabbd9e40f70ac5ad975b72d.tar.gz gentoo-2-1daf5f90060c230caabbd9e40f70ac5ad975b72d.tar.bz2 gentoo-2-1daf5f90060c230caabbd9e40f70ac5ad975b72d.zip |
Version bump. Set SUPPORT_PYTHON_ABIS.
(Portage version: 14176-svn/cvs/Linux x86_64)
-rw-r--r-- | dev-python/mozrunner/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/mozrunner/mozrunner-2.1.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/mozrunner/ChangeLog b/dev-python/mozrunner/ChangeLog index d9bcb16c9dc5..cb92b389d947 100644 --- a/dev-python/mozrunner/ChangeLog +++ b/dev-python/mozrunner/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/mozrunner # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.1 2009/07/25 20:28:38 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.2 2009/09/01 20:25:32 arfrever Exp $ + +*mozrunner-2.1 (01 Sep 2009) + + 01 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +mozrunner-2.1.ebuild: + Version bump. Set SUPPORT_PYTHON_ABIS. *mozrunner-1.3.5 (25 Jul 2009) diff --git a/dev-python/mozrunner/mozrunner-2.1.ebuild b/dev-python/mozrunner/mozrunner-2.1.ebuild new file mode 100644 index 000000000000..3966cfec7c7d --- /dev/null +++ b/dev-python/mozrunner/mozrunner-2.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-2.1.ebuild,v 1.1 2009/09/01 20:25:32 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)" +HOMEPAGE="http://pypi.python.org/pypi/mozrunner http://mikeal.github.com/mozrunner/" +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MPL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="|| ( >=dev-lang/python-2.6 dev-python/simplejson )" +DEPEND="${RDEPEND} + dev-python/setuptools" + +RESTRICT_PYTHON_ABIS="3*" |