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 13E631381F3 for ; Sat, 11 May 2013 06:47:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79E5EE088C; Sat, 11 May 2013 06:47:43 +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 176F0E088C for ; Sat, 11 May 2013 06:47:42 +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 23F4733DEE1 for ; Sat, 11 May 2013 06:47:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A8A18E520C for ; Sat, 11 May 2013 06:47:39 +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: <1368254901.1ca81885ed86a264ffc2969dbc545e64bafb11cb.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 games-util/gogonlinux/gogonlinux-0.2.6.ebuild X-VCS-Directories: games-util/gogonlinux/files/ games-util/gogonlinux/ X-VCS-Committer: frostwork X-VCS-Committer-Name: Marcel Unbehaun X-VCS-Revision: 1ca81885ed86a264ffc2969dbc545e64bafb11cb X-VCS-Branch: master Date: Sat, 11 May 2013 06:47:39 +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: 67a6ad34-4f41-4ca5-9b2b-cde281bc3721 X-Archives-Hash: 6a5f02620ef61726e9f288d2b92903ad commit: 1ca81885ed86a264ffc2969dbc545e64bafb11cb Author: Marcel Unbehaun frostworx de> AuthorDate: Sat May 11 06:48:21 2013 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Sat May 11 06:48:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=1ca81885 [games-util/gogonlinux] update to gogonlinux-0.2.6.ebuild --- .../gogonlinux/files/gogonlinux-0.2.5-api.patch | 11 ----------- ...nlinux-0.2.5.ebuild => gogonlinux-0.2.6.ebuild} | 3 +-- 2 files changed, 1 insertions(+), 13 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 deleted file mode 100644 index e1df5ce..0000000 --- a/games-util/gogonlinux/files/gogonlinux-0.2.5-api.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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.6.ebuild similarity index 86% rename from games-util/gogonlinux/gogonlinux-0.2.5.ebuild rename to games-util/gogonlinux/gogonlinux-0.2.6.ebuild index 2ddc425..baa54bc 100644 --- a/games-util/gogonlinux/gogonlinux-0.2.5.ebuild +++ b/games-util/gogonlinux/gogonlinux-0.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: games-util/gogonlinux-0.25.ebuild,v 1.0 2013/04/28 09:00:00 by frostwork Exp $ +# $Header: games-util/gogonlinux-0.2.6.ebuild,v 1.0 2013/05/11 08:46:00 by frostwork Exp $ EAPI="4" @@ -27,7 +27,6 @@ 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