public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/world-of-goo-demo: world-of-goo-demo-1.40.ebuild
@ 2009-02-15  0:15 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2009-02-15  0:15 UTC (permalink / raw
  To: gentoo-commits

vapier      09/02/15 00:15:49

  Modified:             world-of-goo-demo-1.40.ebuild
  Log:
  unify the demo and non-demo ebuilds
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild?r1=1.1&r2=1.2

Index: world-of-goo-demo-1.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- world-of-goo-demo-1.40.ebuild	15 Feb 2009 00:00:37 -0000	1.1
+++ world-of-goo-demo-1.40.ebuild	15 Feb 2009 00:15:49 -0000	1.2
@@ -1,13 +1,19 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild,v 1.1 2009/02/15 00:00:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild,v 1.2 2009/02/15 00:15:49 vapier Exp $
 
 inherit games
 
-MY_PN="WorldOfGooDemo"
 DESCRIPTION="World of Goo is a puzzle game with a strong emphasis on physics"
 HOMEPAGE="http://2dboy.com/"
-SRC_URI="${MY_PN}.${PV}.tar.gz"
+
+if [[ ${PN} == *-demo ]] ; then
+	MY_PN="WorldOfGooDemo"
+	SRC_URI="${MY_PN}.${PV}.tar.gz"
+else
+	MY_PN="WorldOfGoo"
+	SRC_URI="${MY_PN}Setup.${PV}.tar.gz"
+fi
 
 LICENSE="2dboy-EULA"
 SLOT="0"
@@ -28,7 +34,7 @@
 
 S=${WORKDIR}/${MY_PN}
 
-QA_EXECSTACK="opt/WorldOfGooDemo/WorldOfGoo.bin"
+QA_EXECSTACK="opt/${MY_PN}/WorldOfGoo.bin"
 
 pkg_nofetch() {
 	elog "To download the demo, visit http://worldofgoo.com/dl2.php?lk=demo"






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/world-of-goo-demo: world-of-goo-demo-1.40.ebuild
@ 2009-03-09 22:49 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2009-03-09 22:49 UTC (permalink / raw
  To: gentoo-commits

vapier      09/03/09 22:49:56

  Modified:             world-of-goo-demo-1.40.ebuild
  Log:
  stabilize
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild?r1=1.2&r2=1.3

Index: world-of-goo-demo-1.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- world-of-goo-demo-1.40.ebuild	15 Feb 2009 00:15:49 -0000	1.2
+++ world-of-goo-demo-1.40.ebuild	9 Mar 2009 22:49:56 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild,v 1.2 2009/02/15 00:15:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild,v 1.3 2009/03/09 22:49:56 vapier Exp $
 
 inherit games
 
@@ -17,7 +17,7 @@
 
 LICENSE="2dboy-EULA"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RESTRICT="fetch strip"
 






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/world-of-goo-demo: world-of-goo-demo-1.40.ebuild
@ 2009-06-03 14:18 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 4+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-06-03 14:18 UTC (permalink / raw
  To: gentoo-commits

nyhm        09/06/03 14:18:01

  Modified:             world-of-goo-demo-1.40.ebuild
  Log:
  inherit eutils
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.4                  games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild?r1=1.3&r2=1.4

Index: world-of-goo-demo-1.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- world-of-goo-demo-1.40.ebuild	9 Mar 2009 22:49:56 -0000	1.3
+++ world-of-goo-demo-1.40.ebuild	3 Jun 2009 14:18:01 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild,v 1.3 2009/03/09 22:49:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild,v 1.4 2009/06/03 14:18:01 nyhm Exp $
 
-inherit games
+inherit eutils games
 
 DESCRIPTION="World of Goo is a puzzle game with a strong emphasis on physics"
 HOMEPAGE="http://2dboy.com/"






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/world-of-goo-demo: world-of-goo-demo-1.40.ebuild
@ 2009-09-02 20:15 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 4+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-09-02 20:15 UTC (permalink / raw
  To: gentoo-commits

nyhm        09/09/02 20:15:57

  Removed:              world-of-goo-demo-1.40.ebuild
  Log:
  rm
  (Portage version: 2.2_rc40/cvs/Linux x86_64)



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

end of thread, other threads:[~2009-09-02 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-02 20:15 [gentoo-commits] gentoo-x86 commit in games-puzzle/world-of-goo-demo: world-of-goo-demo-1.40.ebuild Tristan Heaven (nyhm)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-03 14:18 Tristan Heaven (nyhm)
2009-03-09 22:49 Mike Frysinger (vapier)
2009-02-15  0:15 Mike Frysinger (vapier)

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