summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-30 20:26:23 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-30 20:26:23 +0000
commit249abd801003562503a177aa461de48feb628f02 (patch)
treeead72caf43f6d6585ab64f18833929e6ea1e8121 /dev-python
parentVersion bump. (diff)
downloadgentoo-2-249abd801003562503a177aa461de48feb628f02.tar.gz
gentoo-2-249abd801003562503a177aa461de48feb628f02.tar.bz2
gentoo-2-249abd801003562503a177aa461de48feb628f02.zip
Version bump.
(Portage version: 14746-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/mozrunner/ChangeLog8
-rw-r--r--dev-python/mozrunner/mozrunner-2.3.1.ebuild (renamed from dev-python/mozrunner/mozrunner-2.1.ebuild)7
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-python/mozrunner/ChangeLog b/dev-python/mozrunner/ChangeLog
index c04bafafca79..ea257aaaf51a 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.3 2009/10/10 11:07:58 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.4 2009/10/30 20:26:23 arfrever Exp $
+
+*mozrunner-2.3.1 (30 Oct 2009)
+
+ 30 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -mozrunner-2.1.ebuild, +mozrunner-2.3.1.ebuild:
+ Version bump.
*mozrunner-2.2 (10 Oct 2009)
diff --git a/dev-python/mozrunner/mozrunner-2.1.ebuild b/dev-python/mozrunner/mozrunner-2.3.1.ebuild
index 3966cfec7c7d..48977c1137c8 100644
--- a/dev-python/mozrunner/mozrunner-2.1.ebuild
+++ b/dev-python/mozrunner/mozrunner-2.3.1.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-2.3.1.ebuild,v 1.1 2009/10/30 20:26:23 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -11,7 +11,7 @@ DESCRIPTION="Reliable start/stop/configuration of Mozilla Applications (Firefox,
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"
+LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -19,5 +19,4 @@ IUSE=""
RDEPEND="|| ( >=dev-lang/python-2.6 dev-python/simplejson )"
DEPEND="${RDEPEND}
dev-python/setuptools"
-
-RESTRICT_PYTHON_ABIS="3*"
+RESTRICT_PYTHON_ABIS="3.*"