Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyprotocols: pyprotocols-1.0_pre2306.ebuild ChangeLog
Date: Mon, 31 Oct 2011 21:37:01
Message-Id: 20111031213651.DE36F2004B@flycatcher.gentoo.org
1 hwoarang 11/10/31 21:36:51
2
3 Modified: pyprotocols-1.0_pre2306.ebuild ChangeLog
4 Log:
5 Update LICENSE. Fix dependencies (bug #376623). Patch by Arfrever
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild?r1=1.10&r2=1.11
15
16 Index: pyprotocols-1.0_pre2306.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- pyprotocols-1.0_pre2306.ebuild 29 Jun 2010 20:40:49 -0000 1.10
23 +++ pyprotocols-1.0_pre2306.ebuild 31 Oct 2011 21:36:51 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild,v 1.10 2010/06/29 20:40:49 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild,v 1.11 2011/10/31 21:36:51 hwoarang Exp $
30
31 EAPI="3"
32 PYTHON_DEPEND="2"
33 @@ -18,13 +18,14 @@
34 # http://svn.eby-sarna.com/PyProtocols/
35 SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
36
37 -LICENSE="|| ( PSF-2.4 ZPL )"
38 +LICENSE="|| ( PSF-2 ZPL )"
39 SLOT="0"
40 KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
41 IUSE=""
42
43 RDEPEND=">=dev-python/decoratortools-1.4"
44 DEPEND="${RDEPEND}
45 + dev-python/pyrex
46 dev-python/setuptools"
47
48 S="${WORKDIR}/${MY_PN}"
49
50
51
52 1.24 dev-python/pyprotocols/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprotocols/ChangeLog?rev=1.24&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprotocols/ChangeLog?rev=1.24&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprotocols/ChangeLog?r1=1.23&r2=1.24
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v
61 retrieving revision 1.23
62 retrieving revision 1.24
63 diff -u -r1.23 -r1.24
64 --- ChangeLog 29 Jun 2010 20:40:49 -0000 1.23
65 +++ ChangeLog 31 Oct 2011 21:36:51 -0000 1.24
66 @@ -1,6 +1,10 @@
67 # ChangeLog for dev-python/pyprotocols
68 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.23 2010/06/29 20:40:49 arfrever Exp $
70 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.24 2011/10/31 21:36:51 hwoarang Exp $
72 +
73 + 31 Oct 2011; Markos Chandras <hwoarang@g.o>
74 + pyprotocols-1.0_pre2306.ebuild:
75 + Update LICENSE. Fix dependencies (bug #376623). Patch by Arfrever
76
77 29 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
78 pyprotocols-1.0_pre2306.ebuild: