Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1.ebuild
Date: Thu, 31 May 2012 11:59:21
Message-Id: 20120531115905.0D44E20047@flycatcher.gentoo.org
1 radhermit 12/05/31 11:59:05
2
3 Modified: ChangeLog
4 Added: pychess-0.10.1.ebuild
5 Log:
6 Version bump (bug #412083).
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 games-board/pychess/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 13 Apr 2012 19:16:05 -0000 1.14
24 +++ ChangeLog 31 May 2012 11:59:04 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-board/pychess
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.14 2012/04/13 19:16:05 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.15 2012/05/31 11:59:04 radhermit Exp $
30 +
31 +*pychess-0.10.1 (31 May 2012)
32 +
33 + 31 May 2012; Tim Harder <radhermit@g.o> +pychess-0.10.1.ebuild:
34 + Version bump (bug #412083).
35
36 13 Apr 2012; Ulrich Müller <ulm@g.o> pychess-0.10.ebuild:
37 Move EAPI assignment to top of ebuild, bug 411875.
38
39
40
41 1.1 games-board/pychess/pychess-0.10.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.10.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.10.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pychess-0.10.1.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1.ebuild,v 1.1 2012/05/31 11:59:04 radhermit Exp $
51
52 EAPI=4
53 PYTHON_DEPEND="2"
54 inherit python games distutils
55
56 DESCRIPTION="A chess client for Gnome"
57 HOMEPAGE="http://pychess.googlepages.com/home"
58 SRC_URI="http://pychess.googlecode.com/files/${P/_/}.tar.gz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="gstreamer"
64
65 DEPEND="dev-python/librsvg-python
66 dev-python/pycairo
67 dev-python/pygobject:2
68 dev-python/pygtk
69 dev-python/pygtksourceview
70 dev-python/pysqlite
71 gstreamer? ( dev-python/gst-python )
72 dev-python/gconf-python
73 x11-themes/gnome-icon-theme"
74 RDEPEND="${DEPEND}"
75
76 S=${WORKDIR}/${P/_/}
77
78 src_prepare() {
79 python_convert_shebangs -r 2 .
80 }
81
82 pkg_setup() {
83 python_set_active_version 2
84 python_pkg_setup
85 games_pkg_setup
86 }
87
88 src_install() {
89 distutils_src_install --install-scripts="${GAMES_BINDIR}"
90 dodoc AUTHORS README
91 prepgamesdirs
92 }