Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-misc/qlife: ChangeLog qlife-1.1.ebuild
Date: Tue, 02 Mar 2010 19:51:02
Message-Id: E1NmY7N-0006hM-Nr@stork.gentoo.org
1 ssuominen 10/03/02 19:50:57
2
3 Modified: ChangeLog
4 Added: qlife-1.1.ebuild
5 Log:
6 Version bump wrt #264711, thanks to Markos Chandras for reporting.
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 games-misc/qlife/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 14 Aug 2008 17:18:48 -0000 1.10
23 +++ ChangeLog 2 Mar 2010 19:50:56 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-misc/qlife
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.10 2008/08/14 17:18:48 nixnut Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.11 2010/03/02 19:50:56 ssuominen Exp $
30 +
31 +*qlife-1.1 (02 Mar 2010)
32 +
33 + 02 Mar 2010; Samuli Suominen <ssuominen@g.o> +qlife-1.1.ebuild:
34 + Version bump wrt #264711, thanks to Markos Chandras for reporting.
35
36 14 Aug 2008; nixnut <nixnut@g.o> qlife-0.9.ebuild:
37 Stable on ppc wrt bug 234453
38
39
40
41 1.1 games-misc/qlife/qlife-1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/qlife/qlife-1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: qlife-1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-1.1.ebuild,v 1.1 2010/03/02 19:50:56 ssuominen Exp $
51
52 EAPI=2
53 inherit eutils qt4-r2 games
54
55 MY_PN=${PN/ql/QL}
56
57 DESCRIPTION="Simulates the classical Game of Life invented by John Conway"
58 HOMEPAGE="http://open-maker.tuxfamily.org/blog/index.php?post/2009/03/28/QLife"
59 SRC_URI="http://open-maker.tuxfamily.org/blog/public/${PN}_linux.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 DEPEND="x11-libs/qt-gui:4"
67
68 S=${WORKDIR}/${MY_PN}/sources
69
70 src_configure() {
71 eqmake4 ${MY_PN}.pro
72 }
73
74 src_install() {
75 dogamesbin ${MY_PN} || die
76 newicon data/egg.png ${PN}.png
77 make_desktop_entry ${MY_PN} ${MY_PN}
78 prepgamesdirs
79 }