Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/mechanize: ChangeLog mechanize-0.2.0.ebuild
Date: Tue, 01 Jun 2010 09:03:55
Message-Id: 20100601090350.34D592CE14@corvid.gentoo.org
1 phajdan.jr 10/06/01 09:03:50
2
3 Modified: ChangeLog mechanize-0.2.0.ebuild
4 Log:
5 x86 stable wrt bug #321435
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.23 dev-python/mechanize/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 25 May 2010 13:17:11 -0000 1.22
22 +++ ChangeLog 1 Jun 2010 09:03:49 -0000 1.23
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/mechanize
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.22 2010/05/25 13:17:11 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.23 2010/06/01 09:03:49 phajdan.jr Exp $
28 +
29 + 01 Jun 2010; Pawel Hajdan jr <phajdan.jr@g.o>
30 + mechanize-0.2.0.ebuild:
31 + x86 stable wrt bug #321435
32
33 25 May 2010; Markos Chandras <hwoarang@g.o> mechanize-0.2.0.ebuild:
34 Stable on amd64 wrt bug #321435
35
36
37
38 1.4 dev-python/mechanize/mechanize-0.2.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild?r1=1.3&r2=1.4
43
44 Index: mechanize-0.2.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- mechanize-0.2.0.ebuild 25 May 2010 13:17:11 -0000 1.3
51 +++ mechanize-0.2.0.ebuild 1 Jun 2010 09:03:49 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v 1.3 2010/05/25 13:17:11 hwoarang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.0.ebuild,v 1.4 2010/06/01 09:03:49 phajdan.jr Exp $
57
58 EAPI="2"
59 SUPPORT_PYTHON_ABIS="1"
60 @@ -13,7 +13,7 @@
61
62 LICENSE="|| ( BSD ZPL )"
63 SLOT="0"
64 -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
65 +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
66 IUSE=""
67
68 DEPEND=""