Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-news/canto: ChangeLog canto-0.7.10.ebuild
Date: Tue, 05 Apr 2011 20:53:46
Message-Id: 20110405205336.BB27620054@flycatcher.gentoo.org
1 arfrever 11/04/05 20:53:36
2
3 Modified: ChangeLog canto-0.7.10.ebuild
4 Log:
5 Use Python 2 (bug #362225).
6
7 (Portage version: 2.2.0_alpha29_p9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-news/canto/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-news/canto/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 11 Aug 2010 14:06:59 -0000 1.1
23 +++ ChangeLog 5 Apr 2011 20:53:36 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-news/canto
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-news/canto/ChangeLog,v 1.1 2010/08/11 14:06:59 hwoarang Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-news/canto/ChangeLog,v 1.2 2011/04/05 20:53:36 arfrever Exp $
30 +
31 + 05 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
32 + canto-0.7.10.ebuild:
33 + Use Python 2 (bug #362225).
34
35 *canto-0.7.10 (11 Aug 2010)
36
37
38
39
40 1.2 net-news/canto/canto-0.7.10.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto/canto-0.7.10.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto/canto-0.7.10.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto/canto-0.7.10.ebuild?r1=1.1&r2=1.2
45
46 Index: canto-0.7.10.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-news/canto/canto-0.7.10.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- canto-0.7.10.ebuild 11 Aug 2010 14:06:59 -0000 1.1
53 +++ canto-0.7.10.ebuild 5 Apr 2011 20:53:36 -0000 1.2
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-news/canto/canto-0.7.10.ebuild,v 1.1 2010/08/11 14:06:59 hwoarang Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-news/canto/canto-0.7.10.ebuild,v 1.2 2011/04/05 20:53:36 arfrever Exp $
60
61 -EAPI="2"
62 +EAPI="3"
63
64 PYTHON_DEPEND="2:2.5"
65
66 @@ -20,3 +20,8 @@
67 DEPEND="sys-libs/ncurses[unicode]
68 dev-python/chardet"
69 RDEPEND="${DEPEND}"
70 +
71 +pkg_setup() {
72 + python_set_active_version 2
73 + python_pkg_setup
74 +}