From 945f430a6f1b69ce56cdc4cb25c261603780ab57 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 23 Jan 2010 20:35:58 +0000 Subject: Version bump. (Portage version: 15206-svn/cvs/Linux x86_64) --- dev-python/mozrunner/ChangeLog | 10 ++++++++-- dev-python/mozrunner/mozrunner-2.4.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 dev-python/mozrunner/mozrunner-2.4.ebuild (limited to 'dev-python/mozrunner') diff --git a/dev-python/mozrunner/ChangeLog b/dev-python/mozrunner/ChangeLog index 11a034c3212a..2bf4faa0aefb 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.5 2009/11/07 03:00:02 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.6 2010/01/23 20:35:58 arfrever Exp $ + +*mozrunner-2.4 (23 Jan 2010) + + 23 Jan 2010; Arfrever Frehtes Taifersar Arahesis + +mozrunner-2.4.ebuild: + Version bump. *mozrunner-2.3.2 (07 Nov 2009) diff --git a/dev-python/mozrunner/mozrunner-2.4.ebuild b/dev-python/mozrunner/mozrunner-2.4.ebuild new file mode 100644 index 000000000000..e718553f5fc9 --- /dev/null +++ b/dev-python/mozrunner/mozrunner-2.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-2.4.ebuild,v 1.1 2010/01/23 20:35:58 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 GPL-2 LGPL-2.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.*" -- cgit v1.2.3-65-gdbad