public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1.ebuild
@ 2012-05-31 11:59 Tim Harder (radhermit)
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2012-05-31 11:59 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/05/31 11:59:05

  Modified:             ChangeLog
  Added:                pychess-0.10.1.ebuild
  Log:
  Version bump (bug #412083).
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 games-board/pychess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	13 Apr 2012 19:16:05 -0000	1.14
+++ ChangeLog	31 May 2012 11:59:04 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for games-board/pychess
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.14 2012/04/13 19:16:05 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.15 2012/05/31 11:59:04 radhermit Exp $
+
+*pychess-0.10.1 (31 May 2012)
+
+  31 May 2012; Tim Harder <radhermit@gentoo.org> +pychess-0.10.1.ebuild:
+  Version bump (bug #412083).
 
   13 Apr 2012; Ulrich Müller <ulm@gentoo.org> pychess-0.10.ebuild:
   Move EAPI assignment to top of ebuild, bug 411875.



1.1                  games-board/pychess/pychess-0.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.10.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.10.1.ebuild?rev=1.1&content-type=text/plain

Index: pychess-0.10.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1.ebuild,v 1.1 2012/05/31 11:59:04 radhermit Exp $

EAPI=4
PYTHON_DEPEND="2"
inherit python games distutils

DESCRIPTION="A chess client for Gnome"
HOMEPAGE="http://pychess.googlepages.com/home"
SRC_URI="http://pychess.googlecode.com/files/${P/_/}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gstreamer"

DEPEND="dev-python/librsvg-python
	dev-python/pycairo
	dev-python/pygobject:2
	dev-python/pygtk
	dev-python/pygtksourceview
	dev-python/pysqlite
	gstreamer? ( dev-python/gst-python )
	dev-python/gconf-python
	x11-themes/gnome-icon-theme"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${P/_/}

src_prepare() {
	python_convert_shebangs -r 2 .
}

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
	games_pkg_setup
}

src_install() {
	distutils_src_install --install-scripts="${GAMES_BINDIR}"
	dodoc AUTHORS README
	prepgamesdirs
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1.ebuild
@ 2012-06-30 21:57 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-30 21:57 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/06/30 21:57:54

  Modified:             ChangeLog pychess-0.10.1.ebuild
  Log:
  marked x86 per bug 424249
  
  (Portage version: 2.2.0_alpha114/cvs/Linux i686)

Revision  Changes    Path
1.16                 games-board/pychess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	31 May 2012 11:59:04 -0000	1.15
+++ ChangeLog	30 Jun 2012 21:57:54 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/pychess
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.15 2012/05/31 11:59:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.16 2012/06/30 21:57:54 jdhore Exp $
+
+  30 Jun 2012; Jeff Horelick <jdhore@gentoo.org> pychess-0.10.1.ebuild:
+  marked x86 per bug 424249
 
 *pychess-0.10.1 (31 May 2012)
 



1.2                  games-board/pychess/pychess-0.10.1.ebuild

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

Index: pychess-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pychess-0.10.1.ebuild	31 May 2012 11:59:04 -0000	1.1
+++ pychess-0.10.1.ebuild	30 Jun 2012 21:57:54 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1.ebuild,v 1.1 2012/05/31 11:59:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1.ebuild,v 1.2 2012/06/30 21:57:54 jdhore Exp $
 
 EAPI=4
 PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="gstreamer"
 
 DEPEND="dev-python/librsvg-python






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1.ebuild
@ 2012-07-01 18:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-07-01 18:26 UTC (permalink / raw
  To: gentoo-commits

ago         12/07/01 18:26:02

  Modified:             ChangeLog pychess-0.10.1.ebuild
  Log:
  Stable for amd64, wrt bug #424249
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 games-board/pychess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	30 Jun 2012 21:57:54 -0000	1.16
+++ ChangeLog	1 Jul 2012 18:26:02 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/pychess
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.16 2012/06/30 21:57:54 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.17 2012/07/01 18:26:02 ago Exp $
+
+  01 Jul 2012; Agostino Sarubbo <ago@gentoo.org> pychess-0.10.1.ebuild:
+  Stable for amd64, wrt bug #424249
 
   30 Jun 2012; Jeff Horelick <jdhore@gentoo.org> pychess-0.10.1.ebuild:
   marked x86 per bug 424249



1.3                  games-board/pychess/pychess-0.10.1.ebuild

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

Index: pychess-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pychess-0.10.1.ebuild	30 Jun 2012 21:57:54 -0000	1.2
+++ pychess-0.10.1.ebuild	1 Jul 2012 18:26:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1.ebuild,v 1.2 2012/06/30 21:57:54 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1.ebuild,v 1.3 2012/07/01 18:26:02 ago Exp $
 
 EAPI=4
 PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="gstreamer"
 
 DEPEND="dev-python/librsvg-python






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1.ebuild
@ 2013-05-22  2:34 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2013-05-22  2:34 UTC (permalink / raw
  To: gentoo-commits

patrick     13/05/22 02:34:20

  Modified:             ChangeLog
  Removed:              pychess-0.10.1.ebuild
  Log:
  Remove old version with broken dependencies
  
  (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.25                 games-board/pychess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	14 May 2013 23:21:56 -0000	1.24
+++ ChangeLog	22 May 2013 02:34:20 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/pychess
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.24 2013/05/14 23:21:56 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.25 2013/05/22 02:34:20 patrick Exp $
+
+  22 May 2013; Patrick Lauer <patrick@gentoo.org> -pychess-0.10.1.ebuild:
+  Remove old version with broken dependencies
 
   14 May 2013; Vicente Olivert Riera <vincent@gentoo.org>
   pychess-0.10.1-r1.ebuild:





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-22  2:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-31 11:59 [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1.ebuild Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-30 21:57 Jeff Horelick (jdhore)
2012-07-01 18:26 Agostino Sarubbo (ago)
2013-05-22  2:34 Patrick Lauer (patrick)

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