public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-board/pychess: pychess-0.10.ebuild pychess-0.8.4.ebuild ChangeLog
@ 2011-04-06 19:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-06 19:57 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/06 19:57:59

  Modified:             pychess-0.10.ebuild pychess-0.8.4.ebuild ChangeLog
  Log:
  Fix deprecation warnings.
  
  (Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-board/pychess/pychess-0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.10.ebuild?r1=1.2&r2=1.3

Index: pychess-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pychess-0.10.ebuild	2 Apr 2011 07:25:04 -0000	1.2
+++ pychess-0.10.ebuild	6 Apr 2011 19:57:59 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.ebuild,v 1.2 2011/04/02 07:25:04 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.ebuild,v 1.3 2011/04/06 19:57:59 arfrever Exp $
 
 PYTHON_DEPEND="2"
-EAPI=2
+EAPI=3
 inherit python games distutils
 
 DESCRIPTION="A chess client for Gnome"
@@ -32,6 +32,7 @@
 
 pkg_setup() {
 	python_set_active_version 2
+	python_pkg_setup
 	games_pkg_setup
 }
 



1.4                  games-board/pychess/pychess-0.8.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.8.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.8.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.8.4.ebuild?r1=1.3&r2=1.4

Index: pychess-0.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.8.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pychess-0.8.4.ebuild	29 Apr 2010 08:11:31 -0000	1.3
+++ pychess-0.8.4.ebuild	6 Apr 2011 19:57:59 -0000	1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.8.4.ebuild,v 1.3 2010/04/29 08:11:31 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.8.4.ebuild,v 1.4 2011/04/06 19:57:59 arfrever Exp $
 PYTHON_DEPEND="2"
-EAPI="2"
+EAPI="3"
 
 inherit python games distutils
 
@@ -29,6 +29,7 @@
 
 pkg_setup() {
 	python_set_active_version 2
+	python_pkg_setup
 	games_pkg_setup
 }
 



1.10                 games-board/pychess/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	2 Apr 2011 07:25:04 -0000	1.9
+++ ChangeLog	6 Apr 2011 19:57:59 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/pychess
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.9 2011/04/02 07:25:04 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.10 2011/04/06 19:57:59 arfrever Exp $
+
+  06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pychess-0.8.4.ebuild, pychess-0.10.ebuild:
+  Fix deprecation warnings.
 
   02 Apr 2011; Christoph Mende <angelos@gentoo.org> pychess-0.10.ebuild:
   Stable on amd64 wrt bug #361623






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-06 19:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-06 19:57 [gentoo-commits] gentoo-x86 commit in games-board/pychess: pychess-0.10.ebuild pychess-0.8.4.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox