Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/pychess: pychess-0.10.1-r2.ebuild ChangeLog
Date: Sun, 01 Feb 2015 17:30:17
Message-Id: 20150201173014.74D8310D66@oystercatcher.gentoo.org
1 mr_bones_ 15/02/01 17:30:14
2
3 Modified: pychess-0.10.1-r2.ebuild ChangeLog
4 Log:
5 punt python 2.6
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.6 games-board/pychess/pychess-0.10.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.10.1-r2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.10.1-r2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.10.1-r2.ebuild?r1=1.5&r2=1.6
15
16 Index: pychess-0.10.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- pychess-0.10.1-r2.ebuild 6 Apr 2014 10:39:14 -0000 1.5
23 +++ pychess-0.10.1-r2.ebuild 1 Feb 2015 17:30:14 -0000 1.6
24 @@ -1,10 +1,9 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r2.ebuild,v 1.5 2014/04/06 10:39:14 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r2.ebuild,v 1.6 2015/02/01 17:30:14 mr_bones_ Exp $
30
31 EAPI=5
32 -
33 -PYTHON_COMPAT=( python2_6 python2_7 )
34 +PYTHON_COMPAT=( python2_7 )
35 PYTHON_REQ_USE="sqlite"
36
37 inherit fdo-mime gnome2-utils distutils-r1 games
38 @@ -26,7 +25,7 @@
39 gstreamer? ( dev-python/gst-python:0.10[${PYTHON_USEDEP}] )
40 dev-python/gconf-python
41 x11-themes/gnome-icon-theme"
42 -RDEPEND="${DEPEND}"
43 +RDEPEND=${DEPEND}
44
45 PATCHES=( "${FILESDIR}"/${P}-python.patch )
46
47
48
49
50 1.32 games-board/pychess/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/ChangeLog?rev=1.32&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/ChangeLog?rev=1.32&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/ChangeLog?r1=1.31&r2=1.32
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
59 retrieving revision 1.31
60 retrieving revision 1.32
61 diff -u -r1.31 -r1.32
62 --- ChangeLog 6 Apr 2014 10:39:14 -0000 1.31
63 +++ ChangeLog 1 Feb 2015 17:30:14 -0000 1.32
64 @@ -1,6 +1,9 @@
65 # ChangeLog for games-board/pychess
66 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.31 2014/04/06 10:39:14 eva Exp $
68 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.32 2015/02/01 17:30:14 mr_bones_ Exp $
70 +
71 + 01 Feb 2015; Michael Sterrett <mr_bones_@g.o> pychess-0.10.1-r2.ebuild:
72 + punt python 2.6
73
74 06 Apr 2014; Gilles Dartiguelongue <eva@g.o> pychess-0.10.1-r2.ebuild:
75 Pin gst-python to 0.10 slot