Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
|
|
Subject:
|
gentoo-x86 commit in net-news/canto: ChangeLog canto-0.7.10.ebuild
|
|
Date:
|
Tue, 5 Apr 2011 20:53:36 +0000 (UTC)
|
|
arfrever 11/04/05 20:53:36
Modified: ChangeLog canto-0.7.10.ebuild
Log:
Use Python 2 (bug #362225).
(Portage version: 2.2.0_alpha29_p9/cvs/Linux x86_64)
Revision Changes Path
1.2 net-news/canto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-news/canto/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 11 Aug 2010 14:06:59 -0000 1.1
+++ ChangeLog 5 Apr 2011 20:53:36 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for net-news/canto
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/canto/ChangeLog,v 1.1 2010/08/11 14:06:59 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/canto/ChangeLog,v 1.2 2011/04/05 20:53:36 arfrever Exp $
+
+ 05 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
+ canto-0.7.10.ebuild:
+ Use Python 2 (bug #362225).
*canto-0.7.10 (11 Aug 2010)
1.2 net-news/canto/canto-0.7.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto/canto-0.7.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto/canto-0.7.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto/canto-0.7.10.ebuild?r1=1.1&r2=1.2
Index: canto-0.7.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-news/canto/canto-0.7.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- canto-0.7.10.ebuild 11 Aug 2010 14:06:59 -0000 1.1
+++ canto-0.7.10.ebuild 5 Apr 2011 20:53:36 -0000 1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/canto/canto-0.7.10.ebuild,v 1.1 2010/08/11 14:06:59 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/canto/canto-0.7.10.ebuild,v 1.2 2011/04/05 20:53:36 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -20,3 +20,8 @@
DEPEND="sys-libs/ncurses[unicode]
dev-python/chardet"
RDEPEND="${DEPEND}"
+
+pkg_setup() {
+ python_set_active_version 2
+ python_pkg_setup
+}
|
|