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: ChangeLog pychess-0.8.2.ebuild
Date: Sun, 31 Aug 2008 05:50:49
Message-Id: E1KZfpm-0002ZK-N7@stork.gentoo.org
1 mr_bones_ 08/08/31 05:50:46
2
3 Modified: ChangeLog
4 Added: pychess-0.8.2.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.3 games-board/pychess/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 28 Mar 2008 16:28:14 -0000 1.2
23 +++ ChangeLog 31 Aug 2008 05:50:46 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-board/pychess
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.2 2008/03/28 16:28:14 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.3 2008/08/31 05:50:46 mr_bones_ Exp $
29 +
30 +*pychess-0.8.2 (31 Aug 2008)
31 +
32 + 31 Aug 2008; Michael Sterrett <mr_bones_@g.o>
33 + +pychess-0.8.2.ebuild:
34 + version bump
35
36 *pychess-0.8.1 (28 Mar 2008)
37
38
39
40
41 1.1 games-board/pychess/pychess-0.8.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/pychess-0.8.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/pychess-0.8.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pychess-0.8.2.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.8.2.ebuild,v 1.1 2008/08/31 05:50:46 mr_bones_ Exp $
51
52 EAPI=1
53 inherit python games distutils
54
55 DESCRIPTION="A chess client for Gnome"
56 HOMEPAGE="http://pychess.googlepages.com/home"
57 SRC_URI="http://pychess.googlecode.com/files/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="gstreamer"
63
64 DEPEND="dev-python/pygtk
65 dev-python/pygobject
66 dev-python/pycairo
67 dev-python/pysqlite:2
68 gstreamer? ( dev-python/gst-python )
69 dev-python/gnome-python-desktop
70 x11-themes/gnome-icon-theme"
71
72 src_install() {
73 python_version
74 distutils_src_install --install-scripts="${GAMES_BINDIR}"
75 dodoc AUTHORS README
76 prepgamesdirs
77 }
78
79 pkg_postinst() {
80 games_pkg_postinst
81 distutils_pkg_postinst
82 }