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-r1.ebuild
@ 2013-01-11 16:32 Julian Ospald (hasufell)
  0 siblings, 0 replies; 6+ messages in thread
From: Julian Ospald (hasufell) @ 2013-01-11 16:32 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/01/11 16:32:10

  Modified:             ChangeLog
  Added:                pychess-0.10.1-r1.ebuild
  Log:
  migrate to distutils-r1
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.19                 games-board/pychess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	7 Aug 2012 09:54:44 -0000	1.18
+++ ChangeLog	11 Jan 2013 16:32:10 -0000	1.19
@@ -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.18 2012/08/07 09:54:44 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.19 2013/01/11 16:32:10 hasufell Exp $
+
+*pychess-0.10.1-r1 (11 Jan 2013)
+
+  11 Jan 2013; Julian Ospald <hasufell@gentoo.org> +pychess-0.10.1-r1.ebuild:
+  migrate to distutils-r1
 
   07 Aug 2012; Tim Harder <radhermit@gentoo.org> -pychess-0.10.ebuild:
   Remove old.



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

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

Index: pychess-0.10.1-r1.ebuild
===================================================================
# Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/01/11 16:32:10 hasufell Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 )

# inherit base explicitly to avoid overrides on distutils-r1
inherit base fdo-mime gnome2-utils distutils-r1 games

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/_/}

python_install() {
	distutils-r1_python_install --install-scripts="${GAMES_BINDIR}"
}

python_install_all() {
	dodoc AUTHORS README
	prepgamesdirs
}

pkg_preinst() {
	games_pkg_preinst
	gnome2_icon_savelist
	fdo-mime_desktop_database_update
}

pkg_postinst() {
	games_pkg_postinst
	gnome2_icon_cache_update
	fdo-mime_desktop_database_update
}

pkg_postrm() {
	gnome2_icon_cache_update
	fdo-mime_desktop_database_update
}





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

* [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1-r1.ebuild
@ 2013-01-11 16:46 Julian Ospald (hasufell)
  0 siblings, 0 replies; 6+ messages in thread
From: Julian Ospald (hasufell) @ 2013-01-11 16:46 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/01/11 16:46:48

  Modified:             ChangeLog pychess-0.10.1-r1.ebuild
  Log:
  call distutils-r1_src_compile explicitly
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.20                 games-board/pychess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	11 Jan 2013 16:32:10 -0000	1.19
+++ ChangeLog	11 Jan 2013 16:46:48 -0000	1.20
@@ -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.19 2013/01/11 16:32:10 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.20 2013/01/11 16:46:48 hasufell Exp $
+
+  11 Jan 2013; Julian Ospald <hasufell@gentoo.org> pychess-0.10.1-r1.ebuild:
+  call distutils-r1_src_compile explicitly
 
 *pychess-0.10.1-r1 (11 Jan 2013)
 



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

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

Index: pychess-0.10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pychess-0.10.1-r1.ebuild	11 Jan 2013 16:32:10 -0000	1.1
+++ pychess-0.10.1-r1.ebuild	11 Jan 2013 16:46:48 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/01/11 16:32:10 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r1.ebuild,v 1.2 2013/01/11 16:46:48 hasufell Exp $
 
 EAPI=5
 
@@ -40,6 +40,10 @@
 	prepgamesdirs
 }
 
+src_compile() {
+	distutils-r1_src_compile
+}
+
 pkg_preinst() {
 	games_pkg_preinst
 	gnome2_icon_savelist





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

* [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1-r1.ebuild
@ 2013-01-12 15:32 Julian Ospald (hasufell)
  0 siblings, 0 replies; 6+ messages in thread
From: Julian Ospald (hasufell) @ 2013-01-12 15:32 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/01/12 15:32:13

  Modified:             ChangeLog pychess-0.10.1-r1.ebuild
  Log:
  remove inherit magic and call functions explicitly
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.21                 games-board/pychess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	11 Jan 2013 16:46:48 -0000	1.20
+++ ChangeLog	12 Jan 2013 15:32:12 -0000	1.21
@@ -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.20 2013/01/11 16:46:48 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.21 2013/01/12 15:32:12 hasufell Exp $
+
+  12 Jan 2013; Julian Ospald <hasufell@gentoo.org> pychess-0.10.1-r1.ebuild:
+  remove inherit magic and call functions explicitly
 
   11 Jan 2013; Julian Ospald <hasufell@gentoo.org> pychess-0.10.1-r1.ebuild:
   call distutils-r1_src_compile explicitly



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

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

Index: pychess-0.10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pychess-0.10.1-r1.ebuild	11 Jan 2013 16:46:48 -0000	1.2
+++ pychess-0.10.1-r1.ebuild	12 Jan 2013 15:32:12 -0000	1.3
@@ -1,13 +1,12 @@
 # Copyright 1999-2013 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-r1.ebuild,v 1.2 2013/01/11 16:46:48 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r1.ebuild,v 1.3 2013/01/12 15:32:12 hasufell Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_6 python2_7 )
 
-# inherit base explicitly to avoid overrides on distutils-r1
-inherit base fdo-mime gnome2-utils distutils-r1 games
+inherit fdo-mime gnome2-utils distutils-r1 games
 
 DESCRIPTION="A chess client for Gnome"
 HOMEPAGE="http://pychess.googlepages.com/home"
@@ -40,10 +39,18 @@
 	prepgamesdirs
 }
 
+src_prepare() {
+	distutils-r1_src_prepare
+}
+
 src_compile() {
 	distutils-r1_src_compile
 }
 
+src_install() {
+	distutils-r1_src_install
+}
+
 pkg_preinst() {
 	games_pkg_preinst
 	gnome2_icon_savelist





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

* [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1-r1.ebuild
@ 2013-01-13 21:06 Julian Ospald (hasufell)
  0 siblings, 0 replies; 6+ messages in thread
From: Julian Ospald (hasufell) @ 2013-01-13 21:06 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/01/13 21:06:33

  Modified:             ChangeLog pychess-0.10.1-r1.ebuild
  Log:
  don't call fdo-mime in pkg_preinst
  
  (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.22                 games-board/pychess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	12 Jan 2013 15:32:12 -0000	1.21
+++ ChangeLog	13 Jan 2013 21:06:33 -0000	1.22
@@ -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.21 2013/01/12 15:32:12 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.22 2013/01/13 21:06:33 hasufell Exp $
+
+  13 Jan 2013; Julian Ospald <hasufell@gentoo.org> pychess-0.10.1-r1.ebuild:
+  don't call fdo-mime in pkg_preinst
 
   12 Jan 2013; Julian Ospald <hasufell@gentoo.org> pychess-0.10.1-r1.ebuild:
   remove inherit magic and call functions explicitly



1.4                  games-board/pychess/pychess-0.10.1-r1.ebuild

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

Index: pychess-0.10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pychess-0.10.1-r1.ebuild	12 Jan 2013 15:32:12 -0000	1.3
+++ pychess-0.10.1-r1.ebuild	13 Jan 2013 21:06:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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-r1.ebuild,v 1.3 2013/01/12 15:32:12 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r1.ebuild,v 1.4 2013/01/13 21:06:33 hasufell Exp $
 
 EAPI=5
 
@@ -54,7 +54,6 @@
 pkg_preinst() {
 	games_pkg_preinst
 	gnome2_icon_savelist
-	fdo-mime_desktop_database_update
 }
 
 pkg_postinst() {





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

* [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1-r1.ebuild
@ 2013-01-16 15:09 Julian Ospald (hasufell)
  0 siblings, 0 replies; 6+ messages in thread
From: Julian Ospald (hasufell) @ 2013-01-16 15:09 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/01/16 15:09:19

  Modified:             ChangeLog pychess-0.10.1-r1.ebuild
  Log:
  fix deps wrt #452142
  
  (Portage version: 2.2.0_alpha153/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.23                 games-board/pychess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	13 Jan 2013 21:06:33 -0000	1.22
+++ ChangeLog	16 Jan 2013 15:09:19 -0000	1.23
@@ -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.22 2013/01/13 21:06:33 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.23 2013/01/16 15:09:19 hasufell Exp $
+
+  16 Jan 2013; Julian Ospald <hasufell@gentoo.org> pychess-0.10.1-r1.ebuild:
+  fix deps wrt #452142
 
   13 Jan 2013; Julian Ospald <hasufell@gentoo.org> pychess-0.10.1-r1.ebuild:
   don't call fdo-mime in pkg_preinst



1.5                  games-board/pychess/pychess-0.10.1-r1.ebuild

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

Index: pychess-0.10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pychess-0.10.1-r1.ebuild	13 Jan 2013 21:06:33 -0000	1.4
+++ pychess-0.10.1-r1.ebuild	16 Jan 2013 15:09:19 -0000	1.5
@@ -1,10 +1,11 @@
 # Copyright 1999-2013 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-r1.ebuild,v 1.4 2013/01/13 21:06:33 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r1.ebuild,v 1.5 2013/01/16 15:09:19 hasufell Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_REQ_USE="sqlite"
 
 inherit fdo-mime gnome2-utils distutils-r1 games
 
@@ -22,7 +23,6 @@
 	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"





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

* [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1-r1.ebuild
@ 2014-03-19  1:18 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-03-19  1:18 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    14/03/19 01:18:41

  Modified:             ChangeLog
  Removed:              pychess-0.10.1-r1.ebuild
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.30                 games-board/pychess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	24 Dec 2013 12:54:26 -0000	1.29
+++ ChangeLog	19 Mar 2014 01:18:41 -0000	1.30
@@ -1,6 +1,10 @@
 # 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.29 2013/12/24 12:54:26 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.30 2014/03/19 01:18:41 mr_bones_ Exp $
+
+  19 Mar 2014; Michael Sterrett <mr_bones_@gentoo.org>
+  -pychess-0.10.1-r1.ebuild:
+  old
 
   24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> pychess-0.10.1-r2.ebuild:
   Stable for x86, wrt bug #490612





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

end of thread, other threads:[~2014-03-19  1:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19  1:18 [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1-r1.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-16 15:09 Julian Ospald (hasufell)
2013-01-13 21:06 Julian Ospald (hasufell)
2013-01-12 15:32 Julian Ospald (hasufell)
2013-01-11 16:46 Julian Ospald (hasufell)
2013-01-11 16:32 Julian Ospald (hasufell)

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