diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-16 21:20:50 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-16 21:20:50 +0000 |
commit | a90b23adfe06812150516c70a94f741016884b76 (patch) | |
tree | 07c606e005a9aeeefd5fdce3706c8f5c8b6556c8 /dev-python | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-a90b23adfe06812150516c70a94f741016884b76.tar.gz gentoo-2-a90b23adfe06812150516c70a94f741016884b76.tar.bz2 gentoo-2-a90b23adfe06812150516c70a94f741016884b76.zip |
Version bump.
(Portage version: 2.2_rc83_p12/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/mozrunner/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/mozrunner/mozrunner-2.5.1.ebuild | 23 |
2 files changed, 28 insertions, 3 deletions
diff --git a/dev-python/mozrunner/ChangeLog b/dev-python/mozrunner/ChangeLog index 18af4b8c1ef7..b98d7e3d472f 100644 --- a/dev-python/mozrunner/ChangeLog +++ b/dev-python/mozrunner/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-python/mozrunner # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.10 2010/09/16 21:19:27 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.11 2010/09/16 21:20:50 arfrever Exp $ + +*mozrunner-2.5.1 (16 Sep 2010) 16 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> - -mozrunner-2.4.2.ebuild: - Delete. + -mozrunner-2.4.2.ebuild, +mozrunner-2.5.1.ebuild: + Version bump. *mozrunner-2.4.3 (28 May 2010) diff --git a/dev-python/mozrunner/mozrunner-2.5.1.ebuild b/dev-python/mozrunner/mozrunner-2.5.1.ebuild new file mode 100644 index 000000000000..5875fc653e0e --- /dev/null +++ b/dev-python/mozrunner/mozrunner-2.5.1.ebuild @@ -0,0 +1,23 @@ +# 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.5.1.ebuild,v 1.1 2010/09/16 21:20:50 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +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="mirror://pypi/${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.7 dev-lang/python:2.6 dev-python/simplejson )" +DEPEND="${RDEPEND} + dev-python/setuptools" |