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 C18141381F3 for ; Sun, 28 Apr 2013 09:13:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F59FE0822; Sun, 28 Apr 2013 09:13:28 +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 EB17BE0822 for ; Sun, 28 Apr 2013 09:13:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02EAB33DF5F for ; Sun, 28 Apr 2013 09:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 92E45E408C for ; Sun, 28 Apr 2013 09:13:25 +0000 (UTC) From: "Marcel Unbehaun" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marcel Unbehaun" Message-ID: <1367140423.b7e8a047f61372b7850be5ed9cc9225442c6652d.frostwork@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-util/gogonlinux/files/, games-util/gogonlinux/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-util/gogonlinux/files/gogonlinux-0.2.5-api.patch games-util/gogonlinux/gogonlinux-0.2.5.ebuild X-VCS-Directories: games-util/gogonlinux/files/ games-util/gogonlinux/ X-VCS-Committer: frostwork X-VCS-Committer-Name: Marcel Unbehaun X-VCS-Revision: b7e8a047f61372b7850be5ed9cc9225442c6652d X-VCS-Branch: master Date: Sun, 28 Apr 2013 09:13:25 +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: 91c3eb4b-494c-4925-937f-5c1baea1e07e X-Archives-Hash: fbd430f83e796f72cbf367a809191706 commit: b7e8a047f61372b7850be5ed9cc9225442c6652d Author: Marcel Unbehaun frostworx de> AuthorDate: Sun Apr 28 09:13:43 2013 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Sun Apr 28 09:13:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=b7e8a047 [games-util/gogonlinux] patched changed api gogonlinux-0.2.5.ebuild --- .../gogonlinux/files/gogonlinux-0.2.5-api.patch | 11 +++++++++++ games-util/gogonlinux/gogonlinux-0.2.5.ebuild | 3 ++- 2 files changed, 13 insertions(+), 1 deletions(-) diff --git a/games-util/gogonlinux/files/gogonlinux-0.2.5-api.patch b/games-util/gogonlinux/files/gogonlinux-0.2.5-api.patch new file mode 100644 index 0000000..e1df5ce --- /dev/null +++ b/games-util/gogonlinux/files/gogonlinux-0.2.5-api.patch @@ -0,0 +1,11 @@ +--- gog_utils/gog_conn.py 2013-04-28 10:52:46.000000000 +0200 ++++ gog_utils/gog_conn.py 2013-04-28 10:53:21.338093791 +0200 +@@ -27,7 +27,7 @@ + self.get_token = data["oauth_get_token"] + self.user_url = data["get_user_details"] + self.user_games = data["get_user_games"] # This does not work yet :( +- self.game_details = data["get_game_details"] ++ self.game_details = data["get_game_details"]+"/" + self.game_installer = data["get_installer_link"] + self.game_extras = data["get_extra_link"] + diff --git a/games-util/gogonlinux/gogonlinux-0.2.5.ebuild b/games-util/gogonlinux/gogonlinux-0.2.5.ebuild index 3a6b318..2ddc425 100644 --- a/games-util/gogonlinux/gogonlinux-0.2.5.ebuild +++ b/games-util/gogonlinux/gogonlinux-0.2.5.ebuild @@ -4,7 +4,7 @@ EAPI="4" -inherit distutils +inherit distutils eutils DESCRIPTION="Linux compatibility project for gog.com" HOMEPAGE="http://www.${PN}.com" @@ -27,6 +27,7 @@ RDEPEND="gnome-base/libglade DEPEND="${RDEPEND}" src_prepare() { + epatch "${FILESDIR}/${P}-api.patch" sed -e "s:/local::" -i setup.py || die sed -e "s:'/man:'/share/man:" -i setup.py || die sed -e "s:.svg::" -i data/gog-tux.desktop || die