summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-15 14:06:25 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-15 14:06:25 +0000
commit5807d77c433c696fdb33174e8140736fece9583b (patch)
treef58256c04b50a9c0e8b1d850078fc217fddadca2 /dev-python/mozrunner
parentDelete older ebuilds. (diff)
downloadgentoo-2-5807d77c433c696fdb33174e8140736fece9583b.tar.gz
gentoo-2-5807d77c433c696fdb33174e8140736fece9583b.tar.bz2
gentoo-2-5807d77c433c696fdb33174e8140736fece9583b.zip
Version bump.
(Portage version: 2.2.0_alpha4_p23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/mozrunner')
-rw-r--r--dev-python/mozrunner/ChangeLog8
-rw-r--r--dev-python/mozrunner/mozrunner-2.5.2.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/mozrunner/ChangeLog b/dev-python/mozrunner/ChangeLog
index b98d7e3d472f..f175e2b69f61 100644
--- a/dev-python/mozrunner/ChangeLog
+++ b/dev-python/mozrunner/ChangeLog
@@ -1,6 +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.11 2010/09/16 21:20:50 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.12 2010/11/15 14:06:25 arfrever Exp $
+
+*mozrunner-2.5.2 (15 Nov 2010)
+
+ 15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -mozrunner-2.4.3.ebuild, -mozrunner-2.5.1.ebuild, +mozrunner-2.5.2.ebuild:
+ Version bump.
*mozrunner-2.5.1 (16 Sep 2010)
diff --git a/dev-python/mozrunner/mozrunner-2.5.2.ebuild b/dev-python/mozrunner/mozrunner-2.5.2.ebuild
new file mode 100644
index 000000000000..0944968489ec
--- /dev/null
+++ b/dev-python/mozrunner/mozrunner-2.5.2.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.2.ebuild,v 1.1 2010/11/15 14:06:25 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"