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