From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D3839138202 for ; Tue, 22 Oct 2013 18:16:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 415FFE0B0B; Tue, 22 Oct 2013 18:16:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3BC1E0B0B for ; Tue, 22 Oct 2013 18:16:53 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF08733F27B for ; Tue, 22 Oct 2013 18:16:52 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2322) id 8CD622004E; Tue, 22 Oct 2013 18:16:51 +0000 (UTC) From: "Julian Ospald (hasufell)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hasufell@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-board/pychess: ChangeLog pychess-0.10.1-r2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog pychess-0.10.1-r2.ebuild X-VCS-Directories: games-board/pychess X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131022181651.8CD622004E@flycatcher.gentoo.org> Date: Tue, 22 Oct 2013 18:16:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3c1d00c4-e30e-4d26-bc67-65173a77c070 X-Archives-Hash: 30bbb1f5b14415ecaa71b40671a139f6 hasufell 13/10/22 18:16:51 Modified: ChangeLog Added: pychess-0.10.1-r2.ebuild Log: fix engine detection when python3 is eselected wrt #487706 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3) Revision Changes Path 1.26 games-board/pychess/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 22 May 2013 02:34:20 -0000 1.25 +++ ChangeLog 22 Oct 2013 18:16:51 -0000 1.26 @@ -1,6 +1,12 @@ # 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.25 2013/05/22 02:34:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.26 2013/10/22 18:16:51 hasufell Exp $ + +*pychess-0.10.1-r2 (22 Oct 2013) + + 22 Oct 2013; Julian Ospald +pychess-0.10.1-r2.ebuild, + +files/pychess-0.10.1-python.patch: + fix engine detection when python3 is eselected wrt #487706 22 May 2013; Patrick Lauer -pychess-0.10.1.ebuild: Remove old version with broken dependencies 1.1 games-board/pychess/pychess-0.10.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.10.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pychess/pychess-0.10.1-r2.ebuild?rev=1.1&content-type=text/plain Index: pychess-0.10.1-r2.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-r2.ebuild,v 1.1 2013/10/22 18:16:51 hasufell Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) PYTHON_REQ_USE="sqlite" inherit 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 gstreamer? ( dev-python/gst-python ) dev-python/gconf-python x11-themes/gnome-icon-theme" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-python.patch ) S=${WORKDIR}/${P/_/} python_install() { distutils-r1_python_install --install-scripts="${GAMES_BINDIR}" # bug 487706 sed -i \ -e "s/@PYTHON@/${EPYTHON}/" \ "${ED%/}/$(python_get_sitedir)"/${PN}/Players/engineNest.py || die } python_install_all() { distutils-r1_python_install_all dodoc AUTHORS README 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 } 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 }