Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/mozrunner: mozrunner-2.3.1.ebuild ChangeLog mozrunner-2.1.ebuild
Date: Fri, 30 Oct 2009 20:26:26
Message-Id: E1N3y3E-0006bs-6R@stork.gentoo.org
1 arfrever 09/10/30 20:26:24
2
3 Modified: ChangeLog
4 Added: mozrunner-2.3.1.ebuild
5 Removed: mozrunner-2.1.ebuild
6 Log:
7 Version bump.
8 (Portage version: 14746-svn/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-python/mozrunner/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mozrunner/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 10 Oct 2009 11:07:58 -0000 1.3
24 +++ ChangeLog 30 Oct 2009 20:26:23 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/mozrunner
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.3 2009/10/10 11:07:58 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.4 2009/10/30 20:26:23 arfrever Exp $
30 +
31 +*mozrunner-2.3.1 (30 Oct 2009)
32 +
33 + 30 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + -mozrunner-2.1.ebuild, +mozrunner-2.3.1.ebuild:
35 + Version bump.
36
37 *mozrunner-2.2 (10 Oct 2009)
38
39
40
41
42 1.1 dev-python/mozrunner/mozrunner-2.3.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mozrunner/mozrunner-2.3.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mozrunner/mozrunner-2.3.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mozrunner-2.3.1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-2.3.1.ebuild,v 1.1 2009/10/30 20:26:23 arfrever Exp $
52
53 EAPI="2"
54 SUPPORT_PYTHON_ABIS="1"
55
56 inherit distutils
57
58 DESCRIPTION="Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"
59 HOMEPAGE="http://pypi.python.org/pypi/mozrunner http://mikeal.github.com/mozrunner/"
60 SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND="|| ( >=dev-lang/python-2.6 dev-python/simplejson )"
68 DEPEND="${RDEPEND}
69 dev-python/setuptools"
70 RESTRICT_PYTHON_ABIS="3.*"