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

commit:     3a2ac5da3cbecf49d1ac958225b2ef904c2ac57e
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sun Apr 28 07:19:07 2013 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Sun Apr 28 07:19:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=3a2ac5da

[games-util/gogonlinux]		initial gogonlinux-0.2.5.ebuild

---
 games-util/gogonlinux/gogonlinux-0.2.5.ebuild |   31 +++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/games-util/gogonlinux/gogonlinux-0.2.5.ebuild b/games-util/gogonlinux/gogonlinux-0.2.5.ebuild
new file mode 100644
index 0000000..854a6cc
--- /dev/null
+++ b/games-util/gogonlinux/gogonlinux-0.2.5.ebuild
@@ -0,0 +1,31 @@
+# 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 $
+
+EAPI="4"
+
+inherit distutils
+
+DESCRIPTION="Linux compatibility project for gog.com"
+HOMEPAGE="http://www.${PN}.com"
+SRC_URI="http://www.${PN}.com/releases/${P}.tar.gz"
+
+LICENSE="BSD-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/certifi
+		dev-python/oauth2
+		dev-python/requests
+		games-engines/scummvm
+		games-emulation/dosbox
+		app-emulation/wine"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	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
+	sed -e "s:Game:Game;:" -i data/gog-tux.desktop || die
+}


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

* [gentoo-commits] proj/gamerlay:master commit in: games-util/gogonlinux/
@ 2013-04-28  7:25 Marcel Unbehaun
  0 siblings, 0 replies; 3+ messages in thread
From: Marcel Unbehaun @ 2013-04-28  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8034389e788cf9d54273647d6b939a2f0f82c730
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sun Apr 28 07:25:36 2013 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Sun Apr 28 07:25:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=8034389e

[games-util/gogonlinux]		added glade dependency gogonlinux-0.2.5.ebuild

---
 games-util/gogonlinux/gogonlinux-0.2.5.ebuild |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/games-util/gogonlinux/gogonlinux-0.2.5.ebuild b/games-util/gogonlinux/gogonlinux-0.2.5.ebuild
index 854a6cc..b6267a9 100644
--- a/games-util/gogonlinux/gogonlinux-0.2.5.ebuild
+++ b/games-util/gogonlinux/gogonlinux-0.2.5.ebuild
@@ -15,7 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-python/certifi
+RDEPEND="gnome-base/libglade
+		dev-python/certifi
 		dev-python/oauth2
 		dev-python/requests
 		games-engines/scummvm


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

* [gentoo-commits] proj/gamerlay:master commit in: games-util/gogonlinux/
@ 2013-04-28  7:28 Marcel Unbehaun
  0 siblings, 0 replies; 3+ messages in thread
From: Marcel Unbehaun @ 2013-04-28  7:28 UTC (permalink / raw
  To: gentoo-commits

commit:     00407daaaf21638065e38013cc4b90def2823553
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sun Apr 28 07:28:30 2013 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Sun Apr 28 07:28:30 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=00407daa

[games-util/gogonlinux]		more (optional) dependencies for gogonlinux-0.2.5.ebuild

---
 games-util/gogonlinux/gogonlinux-0.2.5.ebuild |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/games-util/gogonlinux/gogonlinux-0.2.5.ebuild b/games-util/gogonlinux/gogonlinux-0.2.5.ebuild
index b6267a9..3a6b318 100644
--- a/games-util/gogonlinux/gogonlinux-0.2.5.ebuild
+++ b/games-util/gogonlinux/gogonlinux-0.2.5.ebuild
@@ -21,7 +21,9 @@ RDEPEND="gnome-base/libglade
 		dev-python/requests
 		games-engines/scummvm
 		games-emulation/dosbox
-		app-emulation/wine"
+		app-emulation/wine
+		app-emulation/winetricks
+		app-arch/innoextract"
 DEPEND="${RDEPEND}"
 
 src_prepare() {


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

end of thread, other threads:[~2013-04-28  7:28 UTC | newest]

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

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