public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-misc/qlife: qlife-0.9.ebuild ChangeLog
@ 2008-06-10  0:29 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-06-10  0:29 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/06/10 00:29:23

  Modified:             qlife-0.9.ebuild ChangeLog
  Log:
  use slotted deps for qt for bug #217170
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  games-misc/qlife/qlife-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?r1=1.1&r2=1.2

Index: qlife-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qlife-0.9.ebuild	12 Oct 2006 19:24:34 -0000	1.1
+++ qlife-0.9.ebuild	10 Jun 2008 00:29:22 -0000	1.2
@@ -1,7 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.1 2006/10/12 19:24:34 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.2 2008/06/10 00:29:22 mr_bones_ Exp $
 
+EAPI=1
 inherit toolchain-funcs qt4 games
 
 MY_P=${PN}-qt4-${PV}
@@ -14,19 +15,20 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-DEPEND="$(qt4_min_version 4.1)"
+DEPEND=">=x11-libs/qt-4.1:4"
 
 S=${WORKDIR}/${MY_P}
 
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	sed -i "/setPath/s:patterns:${GAMES_DATADIR}/${PN}/patterns:" \
+	sed -i \
+		-e "/setPath/s:patterns:${GAMES_DATADIR}/${PN}/patterns:" \
 		lifedialog.cpp || die "sed failed"
 }
 
 src_compile() {
-	qmake || die "qmake failed"
+	eqmake4
 	emake \
 		CXX=$(tc-getCXX) \
 		LINK=$(tc-getCXX) \



1.6                  games-misc/qlife/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	12 Oct 2006 19:24:34 -0000	1.5
+++ ChangeLog	10 Jun 2008 00:29:22 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/qlife
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.5 2006/10/12 19:24:34 nyhm Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.6 2008/06/10 00:29:22 mr_bones_ Exp $
+
+  10 Jun 2008; Michael Sterrett <mr_bones_@gentoo.org> qlife-0.9.ebuild:
+  use slotted deps for qt for bug #217170
 
 *qlife-0.9 (12 Oct 2006)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-misc/qlife: qlife-0.9.ebuild ChangeLog
@ 2008-06-30 23:28 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 5+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-06-30 23:28 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/06/30 23:28:11

  Modified:             qlife-0.9.ebuild ChangeLog
  Log:
  Add split qt-4 dependencies, bug #217170
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25.9 x86_64)

Revision  Changes    Path
1.3                  games-misc/qlife/qlife-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?r1=1.2&r2=1.3

Index: qlife-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qlife-0.9.ebuild	10 Jun 2008 00:29:22 -0000	1.2
+++ qlife-0.9.ebuild	30 Jun 2008 23:28:11 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.2 2008/06/10 00:29:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.3 2008/06/30 23:28:11 nyhm Exp $
 
 EAPI=1
-inherit toolchain-funcs qt4 games
+inherit qt4 games
 
 MY_P=${PN}-qt4-${PV}
 DESCRIPTION="Simulates the classical Game of Life invented by John Conway"
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-DEPEND=">=x11-libs/qt-4.1:4"
+DEPEND="|| ( x11-libs/qt-gui:4 x11-libs/qt:4 )"
 
 S=${WORKDIR}/${MY_P}
 
@@ -29,10 +29,7 @@
 
 src_compile() {
 	eqmake4
-	emake \
-		CXX=$(tc-getCXX) \
-		LINK=$(tc-getCXX) \
-		|| die "emake failed"
+	emake || die "emake failed"
 }
 
 src_install() {



1.7                  games-misc/qlife/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	10 Jun 2008 00:29:22 -0000	1.6
+++ ChangeLog	30 Jun 2008 23:28:11 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/qlife
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.6 2008/06/10 00:29:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.7 2008/06/30 23:28:11 nyhm Exp $
+
+  30 Jun 2008; Tristan Heaven <nyhm@gentoo.org> qlife-0.9.ebuild:
+  Add split qt-4 dependencies, bug #217170
 
   10 Jun 2008; Michael Sterrett <mr_bones_@gentoo.org> qlife-0.9.ebuild:
   use slotted deps for qt for bug #217170



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-misc/qlife: qlife-0.9.ebuild ChangeLog
@ 2008-08-11 23:51 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2008-08-11 23:51 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    08/08/11 23:51:39

  Modified:             qlife-0.9.ebuild ChangeLog
  Log:
  stable amd64, bug 234453
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  games-misc/qlife/qlife-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?r1=1.3&r2=1.4

Index: qlife-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qlife-0.9.ebuild	30 Jun 2008 23:28:11 -0000	1.3
+++ qlife-0.9.ebuild	11 Aug 2008 23:51:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.3 2008/06/30 23:28:11 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.4 2008/08/11 23:51:38 gentoofan23 Exp $
 
 EAPI=1
 inherit qt4 games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="|| ( x11-libs/qt-gui:4 x11-libs/qt:4 )"



1.8                  games-misc/qlife/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	30 Jun 2008 23:28:11 -0000	1.7
+++ ChangeLog	11 Aug 2008 23:51:38 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/qlife
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.7 2008/06/30 23:28:11 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.8 2008/08/11 23:51:38 gentoofan23 Exp $
+
+  12 Aug 2008; Thomas Anderson <gentoofan23@gentoo.org> qlife-0.9.ebuild:
+  stable amd64, bug 234453
 
   30 Jun 2008; Tristan Heaven <nyhm@gentoo.org> qlife-0.9.ebuild:
   Add split qt-4 dependencies, bug #217170






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

* [gentoo-commits] gentoo-x86 commit in games-misc/qlife: qlife-0.9.ebuild ChangeLog
@ 2008-08-12 11:41 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2008-08-12 11:41 UTC (permalink / raw
  To: gentoo-commits

armin76     08/08/12 11:41:33

  Modified:             qlife-0.9.ebuild ChangeLog
  Log:
  x86 stable wrt #234453
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  games-misc/qlife/qlife-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?r1=1.4&r2=1.5

Index: qlife-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qlife-0.9.ebuild	11 Aug 2008 23:51:38 -0000	1.4
+++ qlife-0.9.ebuild	12 Aug 2008 11:41:32 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.4 2008/08/11 23:51:38 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.5 2008/08/12 11:41:32 armin76 Exp $
 
 EAPI=1
 inherit qt4 games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="|| ( x11-libs/qt-gui:4 x11-libs/qt:4 )"



1.9                  games-misc/qlife/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	11 Aug 2008 23:51:38 -0000	1.8
+++ ChangeLog	12 Aug 2008 11:41:32 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/qlife
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.8 2008/08/11 23:51:38 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.9 2008/08/12 11:41:32 armin76 Exp $
+
+  12 Aug 2008; Raúl Porcel <armin76@gentoo.org> qlife-0.9.ebuild:
+  x86 stable wrt #234453
 
   12 Aug 2008; Thomas Anderson <gentoofan23@gentoo.org> qlife-0.9.ebuild:
   stable amd64, bug 234453






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

* [gentoo-commits] gentoo-x86 commit in games-misc/qlife: qlife-0.9.ebuild ChangeLog
@ 2008-08-14 17:18 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-08-14 17:18 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/08/14 17:18:49

  Modified:             qlife-0.9.ebuild ChangeLog
  Log:
  Stable on ppc wrt bug 234453
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.6                  games-misc/qlife/qlife-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild?r1=1.5&r2=1.6

Index: qlife-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qlife-0.9.ebuild	12 Aug 2008 11:41:32 -0000	1.5
+++ qlife-0.9.ebuild	14 Aug 2008 17:18:48 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.5 2008/08/12 11:41:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.6 2008/08/14 17:18:48 nixnut Exp $
 
 EAPI=1
 inherit qt4 games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="|| ( x11-libs/qt-gui:4 x11-libs/qt:4 )"



1.10                 games-misc/qlife/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	12 Aug 2008 11:41:32 -0000	1.9
+++ ChangeLog	14 Aug 2008 17:18:48 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/qlife
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.9 2008/08/12 11:41:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.10 2008/08/14 17:18:48 nixnut Exp $
+
+  14 Aug 2008; nixnut <nixnut@gentoo.org> qlife-0.9.ebuild:
+  Stable on ppc wrt bug 234453
 
   12 Aug 2008; Raúl Porcel <armin76@gentoo.org> qlife-0.9.ebuild:
   x86 stable wrt #234453






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

end of thread, other threads:[~2008-08-14 17:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30 23:28 [gentoo-commits] gentoo-x86 commit in games-misc/qlife: qlife-0.9.ebuild ChangeLog Tristan Heaven (nyhm)
  -- strict thread matches above, loose matches on Subject: below --
2008-08-14 17:18 Gysbert Wassenaar (nixnut)
2008-08-12 11:41 Raul Porcel (armin76)
2008-08-11 23:51 Thomas Anderson (gentoofan23)
2008-06-10  0:29 Michael Sterrett (mr_bones_)

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