public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-util/gogonlinux/files/, games-util/gogonlinux/
@ 2013-04-28  9:13 Marcel Unbehaun
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Unbehaun @ 2013-04-28  9:13 UTC (permalink / raw
  To: gentoo-commits

commit:     b7e8a047f61372b7850be5ed9cc9225442c6652d
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sun Apr 28 09:13:43 2013 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> 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


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

* [gentoo-commits] proj/gamerlay:master commit in: games-util/gogonlinux/files/, games-util/gogonlinux/
@ 2013-05-11  6:47 Marcel Unbehaun
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Unbehaun @ 2013-05-11  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1ca81885ed86a264ffc2969dbc545e64bafb11cb
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sat May 11 06:48:21 2013 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> 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


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

end of thread, other threads:[~2013-05-11  6:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-28  9:13 [gentoo-commits] proj/gamerlay:master commit in: games-util/gogonlinux/files/, games-util/gogonlinux/ Marcel Unbehaun
  -- strict thread matches above, loose matches on Subject: below --
2013-05-11  6:47 Marcel Unbehaun

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