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.5.3.ebuild
Date: Sat, 26 Feb 2011 15:41:15
Message-Id: 20110226154106.3931320054@flycatcher.gentoo.org
1 arfrever 11/02/26 15:41:06
2
3 Modified: ChangeLog
4 Added: mozrunner-2.5.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha25_p8/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 dev-python/mozrunner/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 15 Nov 2010 14:06:25 -0000 1.12
24 +++ ChangeLog 26 Feb 2011 15:41:06 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/mozrunner
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.12 2010/11/15 14:06:25 arfrever Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.13 2011/02/26 15:41:06 arfrever Exp $
31 +
32 +*mozrunner-2.5.3 (26 Feb 2011)
33 +
34 + 26 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
35 + -mozrunner-2.5.2.ebuild, +mozrunner-2.5.3.ebuild:
36 + Version bump.
37
38 *mozrunner-2.5.2 (15 Nov 2010)
39
40
41
42
43 1.1 dev-python/mozrunner/mozrunner-2.5.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-2.5.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-2.5.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: mozrunner-2.5.3.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-2.5.3.ebuild,v 1.1 2011/02/26 15:41:06 arfrever Exp $
53
54 EAPI="3"
55 PYTHON_DEPEND="2"
56 SUPPORT_PYTHON_ABIS="1"
57 RESTRICT_PYTHON_ABIS="3.* *-jython"
58
59 inherit distutils
60
61 DESCRIPTION="Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"
62 HOMEPAGE="http://pypi.python.org/pypi/mozrunner"
63 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
64
65 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND="|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )"
71 DEPEND="${RDEPEND}
72 dev-python/setuptools"