Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/mozrunner: mozrunner-5.16.ebuild ChangeLog
Date: Mon, 03 Jun 2013 06:47:50
Message-Id: 20130603064747.142782171D@flycatcher.gentoo.org
1 patrick 13/06/03 06:47:46
2
3 Modified: ChangeLog
4 Added: mozrunner-5.16.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.23 dev-python/mozrunner/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 21 Mar 2013 07:36:42 -0000 1.22
24 +++ ChangeLog 3 Jun 2013 06:47:46 -0000 1.23
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/mozrunner
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.22 2013/03/21 07:36:42 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.23 2013/06/03 06:47:46 patrick Exp $
30 +
31 +*mozrunner-5.16 (03 Jun 2013)
32 +
33 + 03 Jun 2013; Patrick Lauer <patrick@g.o> +mozrunner-5.16.ebuild:
34 + Bump
35
36 *mozrunner-5.15 (21 Mar 2013)
37
38
39
40
41 1.1 dev-python/mozrunner/mozrunner-5.16.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.16.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.16.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mozrunner-5.16.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.16.ebuild,v 1.1 2013/06/03 06:47:46 patrick Exp $
51
52 EAPI="3"
53 PYTHON_DEPEND="2"
54 SUPPORT_PYTHON_ABIS="1"
55 RESTRICT_PYTHON_ABIS="3.* *-jython"
56
57 inherit distutils
58
59 DESCRIPTION="Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"
60 HOMEPAGE="http://pypi.python.org/pypi/mozrunner"
61 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
62
63 LICENSE="MPL-2.0"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 DEPEND="dev-python/simplejson
69 >=dev-python/mozinfo-0.3.3
70 >=dev-python/mozprocess-0.7
71 >=dev-python/mozprofile-0.4
72 dev-python/setuptools"
73 RDEPEND="${DEPEND}"
74
75 src_prepare() {
76 sed -e 's/\(moz.*\) ==/\1 >=/' -i setup.py
77 distutils_src_prepare
78 }