Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/rpyc: ChangeLog rpyc-3.02.ebuild rpyc-3.0.6.ebuild
Date: Thu, 03 Sep 2009 06:58:29
Message-Id: E1MjB5j-00066j-IF@stork.gentoo.org
1 patrick 09/09/03 12:07:03
2
3 Modified: ChangeLog rpyc-3.02.ebuild
4 Added: rpyc-3.0.6.ebuild
5 Log:
6 Bump to 3.0.6. Upstream changed versioning, so dropping keywords from 3.0.2 for visibility. Closes #283569
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/rpyc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpyc/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpyc/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpyc/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/rpyc/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 16 Jul 2009 20:43:46 -0000 1.2
23 +++ ChangeLog 3 Sep 2009 12:07:03 -0000 1.3
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-python/rpyc
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/ChangeLog,v 1.2 2009/07/16 20:43:46 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/ChangeLog,v 1.3 2009/09/03 12:07:03 patrick Exp $
29 +
30 +*rpyc-3.0.6 (03 Sep 2009)
31 +
32 + 03 Sep 2009; Patrick Lauer <patrick@g.o> +rpyc-3.0.6.ebuild,
33 + rpyc-3.02.ebuild:
34 + Bump to 3.0.6. Upstream changed versioning, so dropping keywords from
35 + 3.0.2 for visibility. Closes #283569
36
37 16 Jul 2009; Patrick Lauer <patrick@g.o> rpyc-3.02.ebuild:
38 Adding ~amd64 keyword, closes #277000
39
40
41
42 1.3 dev-python/rpyc/rpyc-3.02.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpyc/rpyc-3.02.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpyc/rpyc-3.02.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpyc/rpyc-3.02.ebuild?r1=1.2&r2=1.3
47
48 Index: rpyc-3.02.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.02.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- rpyc-3.02.ebuild 16 Jul 2009 20:43:46 -0000 1.2
55 +++ rpyc-3.02.ebuild 3 Sep 2009 12:07:03 -0000 1.3
56 @@ -1,12 +1,12 @@
57 # Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.02.ebuild,v 1.2 2009/07/16 20:43:46 patrick Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.02.ebuild,v 1.3 2009/09/03 12:07:03 patrick Exp $
61 inherit distutils
62 DESCRIPTION="Remote python call"
63 HOMEPAGE="http://${PN}.wikidot.com/"
64 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
65 LICENSE="MIT"
66 SLOT="0"
67 -KEYWORDS="~amd64 ~x86"
68 +KEYWORDS="" # removing "~amd64 ~x86" because of upstream versioning change
69 IUSE="crypt"
70 RDEPEND="crypt? ( dev-python/tlslite )"
71
72
73
74 1.1 dev-python/rpyc/rpyc-3.0.6.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpyc/rpyc-3.0.6.ebuild?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpyc/rpyc-3.0.6.ebuild?rev=1.1&content-type=text/plain
78
79 Index: rpyc-3.0.6.ebuild
80 ===================================================================
81 # Copyright 1999-2009 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.0.6.ebuild,v 1.1 2009/09/03 12:07:03 patrick Exp $
84 inherit distutils
85 DESCRIPTION="Remote python call"
86 HOMEPAGE="http://${PN}.wikidot.com/"
87 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
88 LICENSE="MIT"
89 SLOT="0"
90 KEYWORDS="~amd64 ~x86"
91 IUSE="crypt"
92 RDEPEND="crypt? ( dev-python/tlslite )"