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/stomper: ChangeLog stomper-0.2.2.ebuild
Date: Sat, 29 Aug 2009 19:20:49
Message-Id: E1MhYIY-0005Wx-C5@stork.gentoo.org
1 arfrever 09/08/30 00:29:34
2
3 Modified: ChangeLog stomper-0.2.2.ebuild
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: 14170-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/stomper/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 19 Apr 2009 12:25:52 -0000 1.1
22 +++ ChangeLog 30 Aug 2009 00:29:34 -0000 1.2
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/stomper
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.1 2009/04/19 12:25:52 caleb Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.2 2009/08/30 00:29:34 arfrever Exp $
28 +
29 + 30 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
30 + stomper-0.2.2.ebuild:
31 + Set SUPPORT_PYTHON_ABIS.
32
33 *stomper-0.2.2 (19 Apr 2009)
34
35
36
37
38 1.4 dev-python/stomper/stomper-0.2.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild?r1=1.3&r2=1.4
43
44 Index: stomper-0.2.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- stomper-0.2.2.ebuild 20 Apr 2009 11:26:21 -0000 1.3
51 +++ stomper-0.2.2.ebuild 30 Aug 2009 00:29:34 -0000 1.4
52 @@ -1,11 +1,14 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild,v 1.3 2009/04/20 11:26:21 caleb Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild,v 1.4 2009/08/30 00:29:34 arfrever Exp $
57 +
58 +EAPI="2"
59 +SUPPORT_PYTHON_ABIS="1"
60
61 inherit distutils
62
63 DESCRIPTION="This is a transport neutral client implementation of the STOMP protocol."
64 -HOMEPAGE="http://pypi.python.org/pypi/stomper/${PV}"
65 +HOMEPAGE="http://pypi.python.org/pypi/stomper"
66 SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
67
68 LICENSE="MIT"
69 @@ -16,3 +19,5 @@
70 RDEPEND=""
71 DEPEND="${RDEPEND}
72 dev-python/setuptools"
73 +
74 +RESTRICT_PYTHON_ABIS="3*"