Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/cuyo: cuyo-1.8.6.ebuild ChangeLog
Date: Sun, 22 Jun 2008 21:37:53
Message-Id: E1KAXFr-00019l-BL@stork.gentoo.org
1 mr_bones_ 08/06/22 21:37:47
2
3 Modified: cuyo-1.8.6.ebuild ChangeLog
4 Log:
5 use slot dep instead of qt3 function
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.6 games-puzzle/cuyo/cuyo-1.8.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.6.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.6.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.6.ebuild?r1=1.5&r2=1.6
14
15 Index: cuyo-1.8.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.6.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- cuyo-1.8.6.ebuild 19 Feb 2008 17:34:39 -0000 1.5
22 +++ cuyo-1.8.6.ebuild 22 Jun 2008 21:37:46 -0000 1.6
23 @@ -1,7 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.6.ebuild,v 1.5 2008/02/19 17:34:39 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.6.ebuild,v 1.6 2008/06/22 21:37:46 mr_bones_ Exp $
28
29 +EAPI=1
30 inherit toolchain-funcs eutils qt3 games
31
32 DESCRIPTION="highly addictive and remotely related to tetris"
33 @@ -13,7 +14,7 @@
34 KEYWORDS="amd64 ppc x86"
35 IUSE=""
36
37 -DEPEND="$(qt_min_version 3.3)"
38 +DEPEND=">=x11-libs/qt-3.3:3"
39
40 S=${WORKDIR}/${P/_}
41
42
43
44
45 1.18 games-puzzle/cuyo/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/ChangeLog?rev=1.18&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/ChangeLog?rev=1.18&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/cuyo/ChangeLog?r1=1.17&r2=1.18
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v
54 retrieving revision 1.17
55 retrieving revision 1.18
56 diff -u -r1.17 -r1.18
57 --- ChangeLog 19 Feb 2008 17:34:39 -0000 1.17
58 +++ ChangeLog 22 Jun 2008 21:37:46 -0000 1.18
59 @@ -1,6 +1,9 @@
60 # ChangeLog for games-puzzle/cuyo
61 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.17 2008/02/19 17:34:39 nixnut Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.18 2008/06/22 21:37:46 mr_bones_ Exp $
64 +
65 + 22 Jun 2008; Michael Sterrett <mr_bones_@g.o> cuyo-1.8.6.ebuild:
66 + use slot dep instead of qt3 function
67
68 19 Feb 2008; nixnut <nixnut@g.o> cuyo-1.8.6.ebuild:
69 Stable on ppc wrt bug 210368
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list