public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/construo: ChangeLog construo-0.2.2.ebuild
@ 2009-11-24 17:37 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-11-24 17:37 UTC (permalink / raw
  To: gentoo-commits

tupone      09/11/24 17:37:06

  Modified:             ChangeLog construo-0.2.2.ebuild
  Log:
  Adjusting dependency and fix missing GLU in linking command.
  Fix bug #294293
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.14                 games-puzzle/construo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/construo/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/construo/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/construo/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	1 May 2008 13:11:32 -0000	1.13
+++ ChangeLog	24 Nov 2009 17:37:06 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for games-puzzle/construo
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.13 2008/05/01 13:11:32 nyhm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.14 2009/11/24 17:37:06 tupone Exp $
+
+  24 Nov 2009; Tupone Alfredo <tupone@gentoo.org> construo-0.2.2.ebuild,
+  +files/construo-0.2.2-lGLU.patch:
+  Adjusting dependency and fix missing GLU in linking command.
+  Fix bug #294293 by flameeyes@gentoo.org
 
   01 May 2008; Tristan Heaven <nyhm@gentoo.org>
   +files/construo-0.2.2-gcc43.patch, construo-0.2.2.ebuild:
@@ -12,7 +17,7 @@
   21 Dec 2007; nixnut <nixnut@gentoo.org> construo-0.2.2.ebuild:
   Stable on ppc wrt bug 201403
 
-  22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
+  22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
 
   06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> construo-0.2.2.ebuild:



1.15                 games-puzzle/construo/construo-0.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild?r1=1.14&r2=1.15

Index: construo-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- construo-0.2.2.ebuild	1 May 2008 13:11:32 -0000	1.14
+++ construo-0.2.2.ebuild	24 Nov 2009 17:37:06 -0000	1.15
@@ -1,8 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v 1.14 2008/05/01 13:11:32 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v 1.15 2009/11/24 17:37:06 tupone Exp $
+EAPI=2
 
-inherit eutils games
+inherit eutils autotools games
 
 DESCRIPTION="2d construction toy with objects that react on physical forces"
 HOMEPAGE="http://www.nongnu.org/construo/"
@@ -13,21 +14,21 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-RDEPEND="x11-libs/libSM
-	x11-libs/libXxf86vm
-	x11-libs/libXt"
+RDEPEND="virtual/opengl
+	virtual/glu
+	virtual/glut
+	x11-libs/libXxf86vm"
 DEPEND="${RDEPEND}
 	x11-proto/xf86vidmodeproto"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-gcc43.patch
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-gcc43.patch \
+		"${FILESDIR}"/${P}-lGLU.patch
+	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	egamesconf --datadir="${GAMES_DATADIR_BASE}" || die
-	emake || die "emake failed"
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/construo: ChangeLog construo-0.2.2.ebuild
@ 2010-09-16 16:54 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-09-16 16:54 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/09/16 16:54:32

  Modified:             ChangeLog construo-0.2.2.ebuild
  Log:
  virtual/glut -> media-libs/glut
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 games-puzzle/construo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/construo/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/construo/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/construo/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	25 Nov 2009 09:12:21 -0000	1.15
+++ ChangeLog	16 Sep 2010 16:54:32 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/construo
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.15 2009/11/25 09:12:21 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.16 2010/09/16 16:54:32 scarabeus Exp $
+
+  16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  construo-0.2.2.ebuild:
+  virtual/glut -> media-libs/glut
 
   24 Nov 2009; Tupone Alfredo <tupone@gentoo.org> construo-0.2.2.ebuild,
   +files/construo-0.2.2-lGLU.patch:



1.16                 games-puzzle/construo/construo-0.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild?r1=1.15&r2=1.16

Index: construo-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- construo-0.2.2.ebuild	24 Nov 2009 17:37:06 -0000	1.15
+++ construo-0.2.2.ebuild	16 Sep 2010 16:54:32 -0000	1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v 1.15 2009/11/24 17:37:06 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v 1.16 2010/09/16 16:54:32 scarabeus Exp $
 EAPI=2
 
 inherit eutils autotools games
@@ -16,7 +16,7 @@
 
 RDEPEND="virtual/opengl
 	virtual/glu
-	virtual/glut
+	media-libs/freeglut
 	x11-libs/libXxf86vm"
 DEPEND="${RDEPEND}
 	x11-proto/xf86vidmodeproto"






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

end of thread, other threads:[~2010-09-16 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-16 16:54 [gentoo-commits] gentoo-x86 commit in games-puzzle/construo: ChangeLog construo-0.2.2.ebuild Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-24 17:37 Alfredo Tupone (tupone)

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