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: metadata.xml ChangeLog pychess-0.8.ebuild Manifest
Date: Thu, 21 Feb 2008 05:55:06
Message-Id: E1JS4Od-00020Z-NJ@stork.gentoo.org
1 mr_bones_ 08/02/21 05:55:03
2
3 Added: metadata.xml ChangeLog pychess-0.8.ebuild Manifest
4 Log:
5 initial commit - ebuild submitted by Tim Harder via bug #161494
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 games-board/pychess/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>games</herd>
20 </pkgmetadata>
21
22
23
24 1.1 games-board/pychess/ChangeLog
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for games-board/pychess
32 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.1 2008/02/21 05:55:03 mr_bones_ Exp $
34
35 *pychess-0.8 (21 Feb 2008)
36
37 21 Feb 2008; Michael Sterrett <mr_bones_@g.o> +metadata.xml,
38 +pychess-0.8.ebuild:
39 initial commit - ebuild submitted by Tim Harder via bug #161494
40
41
42
43
44 1.1 games-board/pychess/pychess-0.8.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/pychess-0.8.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/pychess-0.8.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pychess-0.8.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.8.ebuild,v 1.1 2008/02/21 05:55:03 mr_bones_ Exp $
54
55 inherit python games distutils
56
57 DESCRIPTION="A chess client for Gnome"
58 HOMEPAGE="http://pychess.googlepages.com/home"
59 SRC_URI="http://pychess.googlecode.com/files/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="gstreamer"
65
66 DEPEND="dev-python/pygtk
67 dev-python/pygobject
68 dev-python/pycairo
69 dev-python/pysqlite
70 gstreamer? ( dev-python/gst-python )
71 dev-python/gnome-python-desktop
72 x11-themes/gnome-icon-theme"
73
74 src_install() {
75 python_version
76 distutils_src_install --install-scripts="${GAMES_BINDIR}"
77 dodoc AUTHORS README
78 prepgamesdirs
79 }
80
81
82
83 1.1 games-board/pychess/Manifest
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/Manifest?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/Manifest?rev=1.1&content-type=text/plain
87
88 Index: Manifest
89 ===================================================================
90 DIST pychess-0.8.tar.gz 1106769 RMD160 c5f2361f0babd470c1b72d991f17501a3b36b870 SHA1 8bac57fce11e7737ef3df8591c9b60ee392aeec7 SHA256 0a4052e1306b80f791b01fc1e60b8ae74f6e3fad611b2578c3b48c1be3e4891b
91 EBUILD pychess-0.8.ebuild 684 RMD160 fba22046591579ac9059a32f0fabbc54a95a393d SHA1 8b882e6af1e3eb5b5088d7177ff39de75efeb3e4 SHA256 f153fc125bcb447b75a6c7ba8a8588dd1152e6b3b79b2aa68e071f73893677a7
92 MISC ChangeLog 308 RMD160 60e8060cd516618bc31225187427c2dbcc428a3d SHA1 a0713595987ef986ac41cb7443559800e3bb7aff SHA256 25e441a677131e2a5a21031113af8d5319f2a120fd9335468d59cbb0b2b8adf5
93 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list