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: ChangeLog mozrunner-2.4.3.ebuild
Date: Fri, 28 May 2010 17:12:10
Message-Id: 20100528171207.9DAD82CF37@corvid.gentoo.org
1 arfrever 10/05/28 17:12:07
2
3 Modified: ChangeLog
4 Added: mozrunner-2.4.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 dev-python/mozrunner/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 16 Apr 2010 02:09:18 -0000 1.8
23 +++ ChangeLog 28 May 2010 17:12:07 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/mozrunner
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.8 2010/04/16 02:09:18 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.9 2010/05/28 17:12:07 arfrever Exp $
29 +
30 +*mozrunner-2.4.3 (28 May 2010)
31 +
32 + 28 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
33 + -mozrunner-2.4.1.ebuild, +mozrunner-2.4.3.ebuild:
34 + Version bump.
35
36 *mozrunner-2.4.2 (16 Apr 2010)
37
38
39
40
41 1.1 dev-python/mozrunner/mozrunner-2.4.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-2.4.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-2.4.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mozrunner-2.4.3.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-2.4.3.ebuild,v 1.1 2010/05/28 17:12:07 arfrever Exp $
51
52 EAPI="3"
53 PYTHON_DEPEND="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.*"