Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@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, 07 Feb 2010 21:01:55
Message-Id: E1NeEGO-0008OV-J8@stork.gentoo.org
1 pva 10/02/07 21:01:52
2
3 Modified: ChangeLog stomper-0.2.2-r1.ebuild
4 Log:
5 Add inherit eutils: epatch is defined there.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 dev-python/stomper/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 25 Nov 2009 09:50:32 -0000 1.6
22 +++ ChangeLog 7 Feb 2010 21:01:51 -0000 1.7
23 @@ -1,6 +1,9 @@
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.6 2009/11/25 09:50:32 maekke Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.7 2010/02/07 21:01:51 pva Exp $
29 +
30 + 07 Feb 2010; Peter Volkov <pva@g.o> stomper-0.2.2-r1.ebuild:
31 + Add inherit eutils: epatch is defined there.
32
33 25 Nov 2009; Markus Meier <maekke@g.o> stomper-0.2.2-r1.ebuild:
34 amd64 stable, bug #281571
35
36
37
38 1.4 dev-python/stomper/stomper-0.2.2-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/stomper-0.2.2-r1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/stomper-0.2.2-r1.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-r1.ebuild?r1=1.3&r2=1.4
43
44 Index: stomper-0.2.2-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2-r1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- stomper-0.2.2-r1.ebuild 25 Nov 2009 09:50:32 -0000 1.3
51 +++ stomper-0.2.2-r1.ebuild 7 Feb 2010 21:01:51 -0000 1.4
52 @@ -1,11 +1,11 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2-r1.ebuild,v 1.3 2009/11/25 09:50:32 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2-r1.ebuild,v 1.4 2010/02/07 21:01:51 pva Exp $
58
59 EAPI="2"
60 #SUPPORT_PYTHON_ABIS="1"
61
62 -inherit distutils
63 +inherit eutils distutils
64
65 DESCRIPTION="This is a transport neutral client implementation of the STOMP protocol."
66 HOMEPAGE="http://pypi.python.org/pypi/stomper"