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 pychess-0.8.1.ebuild
Date: Sun, 01 Feb 2009 21:41:42
Message-Id: E1LTk3v-0000vQ-8H@stork.gentoo.org
1 mr_bones_ 09/02/01 21:41:07
2
3 Modified: ChangeLog pychess-0.8.2.ebuild
4 Removed: pychess-0.8.1.ebuild
5 Log:
6 version bump; clean old
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
8
9 Revision Changes Path
10 1.4 games-board/pychess/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 31 Aug 2008 05:50:46 -0000 1.3
23 +++ ChangeLog 1 Feb 2009 21:41:07 -0000 1.4
24 @@ -1,6 +1,10 @@
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.3 2008/08/31 05:50:46 mr_bones_ Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.4 2009/02/01 21:41:07 mr_bones_ Exp $
30 +
31 + 01 Feb 2009; Michael Sterrett <mr_bones_@g.o>
32 + -pychess-0.8.1.ebuild, pychess-0.8.2.ebuild:
33 + version bump; clean old
34
35 *pychess-0.8.2 (31 Aug 2008)
36
37
38
39
40 1.2 games-board/pychess/pychess-0.8.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/pychess-0.8.2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/pychess-0.8.2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pychess/pychess-0.8.2.ebuild?r1=1.1&r2=1.2
45
46 Index: pychess-0.8.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.8.2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- pychess-0.8.2.ebuild 31 Aug 2008 05:50:46 -0000 1.1
53 +++ pychess-0.8.2.ebuild 1 Feb 2009 21:41:07 -0000 1.2
54 @@ -1,8 +1,7 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $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 $
59 +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.8.2.ebuild,v 1.2 2009/02/01 21:41:07 mr_bones_ Exp $
60
61 -EAPI=1
62 inherit python games distutils
63
64 DESCRIPTION="A chess client for Gnome"
65 @@ -17,7 +16,7 @@
66 DEPEND="dev-python/pygtk
67 dev-python/pygobject
68 dev-python/pycairo
69 - dev-python/pysqlite:2
70 + dev-python/pysqlite
71 gstreamer? ( dev-python/gst-python )
72 dev-python/gnome-python-desktop
73 x11-themes/gnome-icon-theme"
74 @@ -28,8 +27,3 @@
75 dodoc AUTHORS README
76 prepgamesdirs
77 }
78 -
79 -pkg_postinst() {
80 - games_pkg_postinst
81 - distutils_pkg_postinst
82 -}