Gentoo Archives: gentoo-commits

From: "Joseph Jezak (josejx)" <josejx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyprotocols: pyprotocols-1.0_pre2306.ebuild pyprotocols-0.9.3.ebuild ChangeLog
Date: Mon, 31 Dec 2007 16:31:04
Message-Id: E1J9NXR-0006n5-Ve@stork.gentoo.org
1 josejx 07/12/31 16:30:53
2
3 Modified: pyprotocols-1.0_pre2306.ebuild
4 pyprotocols-0.9.3.ebuild ChangeLog
5 Log:
6 Marked 0.9.3 ppc stable for bug #145000 and marked 1.0_pre2306 ~ppc.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.5 dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild?r1=1.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- pyprotocols-1.0_pre2306.ebuild 24 Oct 2007 16:17:18 -0000 1.4
23 +++ pyprotocols-1.0_pre2306.ebuild 31 Dec 2007 16:30:53 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild,v 1.4 2007/10/24 16:17:18 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild,v 1.5 2007/12/31 16:30:53 josejx Exp $
29
30 NEED_PYTHON=2.4
31
32 @@ -12,7 +12,7 @@
33 DESCRIPTION="Extends the PEP 246 adapt() function with a new 'declaration API' that lets you easily define your own protocols and adapters, and declare what adapters should be used to adapt what types, objects, or protocols."
34 HOMEPAGE="http://peak.telecommunity.com/PyProtocols.html"
35 SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
36 -KEYWORDS="~amd64 ~ia64 ~x86"
37 +KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
38 LICENSE="|| ( PSF-2.4 ZPL )"
39 SLOT="0"
40 IUSE=""
41
42
43
44 1.6 dev-python/pyprotocols/pyprotocols-0.9.3.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyprotocols/pyprotocols-0.9.3.ebuild?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyprotocols/pyprotocols-0.9.3.ebuild?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyprotocols/pyprotocols-0.9.3.ebuild?r1=1.5&r2=1.6
49
50 Index: pyprotocols-0.9.3.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-0.9.3.ebuild,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- pyprotocols-0.9.3.ebuild 16 Nov 2007 19:32:56 -0000 1.5
57 +++ pyprotocols-0.9.3.ebuild 31 Dec 2007 16:30:53 -0000 1.6
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2007 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-0.9.3.ebuild,v 1.5 2007/11/16 19:32:56 drac Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-0.9.3.ebuild,v 1.6 2007/12/31 16:30:53 josejx Exp $
63
64 inherit distutils multilib
65
66 @@ -12,7 +12,7 @@
67
68 SLOT="0"
69 IUSE=""
70 -KEYWORDS="amd64 ~ia64 ~ppc x86"
71 +KEYWORDS="amd64 ~ia64 ppc x86"
72 S="${WORKDIR}/${MY_P}"
73
74 src_test() {
75
76
77
78 1.18 dev-python/pyprotocols/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyprotocols/ChangeLog?rev=1.18&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyprotocols/ChangeLog?rev=1.18&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyprotocols/ChangeLog?r1=1.17&r2=1.18
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v
87 retrieving revision 1.17
88 retrieving revision 1.18
89 diff -u -r1.17 -r1.18
90 --- ChangeLog 16 Nov 2007 19:32:56 -0000 1.17
91 +++ ChangeLog 31 Dec 2007 16:30:53 -0000 1.18
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-python/pyprotocols
94 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.17 2007/11/16 19:32:56 drac Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.18 2007/12/31 16:30:53 josejx Exp $
97 +
98 + 31 Dec 2007; Joseph Jezak <josejx@g.o> pyprotocols-0.9.3.ebuild,
99 + pyprotocols-1.0_pre2306.ebuild:
100 + Marked 0.9.3 ppc stable for bug #145000 and marked 1.0_pre2306 ~ppc.
101
102 16 Nov 2007; Samuli Suominen <drac@g.o> pyprotocols-0.9.3.ebuild:
103 amd64 stable wrt #145000, fix test suite.
104
105
106
107 --
108 gentoo-commits@g.o mailing list