Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/stomper: ChangeLog stomper-0.2.2-r1.ebuild
Date: Sun, 30 Aug 2009 06:50:54
Message-Id: E1Mhj4a-0000K0-Oc@stork.gentoo.org
1 caleb 09/08/30 11:59:52
2
3 Modified: ChangeLog
4 Added: stomper-0.2.2-r1.ebuild
5 Log:
6 bump stomper to remove internal uuid dep per #283199
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.4 dev-python/stomper/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 30 Aug 2009 02:30:26 -0000 1.3
23 +++ ChangeLog 30 Aug 2009 11:59:52 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/stomper
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.3 2009/08/30 02:30:26 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.4 2009/08/30 11:59:52 caleb Exp $
29 +
30 +*stomper-0.2.2-r1 (30 Aug 2009)
31 +
32 + 30 Aug 2009; Caleb Tennis <caleb@g.o> +stomper-0.2.2-r1.ebuild,
33 + +files/stomper-0.2.2-dont_require_separate_uuid_package.patch:
34 + bump stomper to remove uuid dep per #283199
35
36 *stomper-0.2.2 (19 Apr 2009)
37
38
39
40
41 1.1 dev-python/stomper/stomper-0.2.2-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/stomper-0.2.2-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/stomper-0.2.2-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: stomper-0.2.2-r1.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/stomper/stomper-0.2.2-r1.ebuild,v 1.1 2009/08/30 11:59:52 caleb Exp $
51
52 EAPI="2"
53 #SUPPORT_PYTHON_ABIS="1"
54
55 inherit distutils
56
57 DESCRIPTION="This is a transport neutral client implementation of the STOMP protocol."
58 HOMEPAGE="http://pypi.python.org/pypi/stomper"
59 SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
60
61 LICENSE="MIT"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE=""
65
66 RDEPEND=""
67 DEPEND="dev-python/setuptools"
68
69 RESTRICT_PYTHON_ABIS="3*"
70
71 src_prepare() {
72 epatch "${FILESDIR}/${P}-dont_require_separate_uuid_package.patch"
73 }