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/connectagram: connectagram-1.0.1-r1.ebuild ChangeLog
Date: Mon, 02 Apr 2012 21:35:15
Message-Id: 20120402213458.D56482004B@flycatcher.gentoo.org
1 mr_bones_ 12/04/02 21:34:58
2
3 Modified: connectagram-1.0.1-r1.ebuild ChangeLog
4 Log:
5 migrate to qt4-r2 with patch from Michael (kensington) (bug #410377)
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: connectagram-1.0.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- connectagram-1.0.1-r1.ebuild 27 Feb 2010 18:12:30 -0000 1.2
23 +++ connectagram-1.0.1-r1.ebuild 2 Apr 2012 21:34:58 -0000 1.3
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild,v 1.2 2010/02/27 18:12:30 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/connectagram/connectagram-1.0.1-r1.ebuild,v 1.3 2012/04/02 21:34:58 mr_bones_ Exp $
30
31 EAPI=2
32 -inherit gnome2-utils qt4 games
33 +inherit gnome2-utils qt4-r2 games
34
35 DESCRIPTION="A word unscrambling game"
36 HOMEPAGE="http://gottcode.org/connectagram/"
37 @@ -14,7 +14,8 @@
38 KEYWORDS="~amd64 x86"
39 IUSE=""
40
41 -DEPEND="x11-libs/qt-gui:4"
42 +DEPEND="x11-libs/qt-core:4
43 + x11-libs/qt-gui:4"
44
45 src_prepare() {
46 sed -i \
47 @@ -25,7 +26,7 @@
48 }
49
50 src_configure() {
51 - eqmake4
52 + qt4-r2_src_configure
53 }
54
55 src_install() {
56
57
58
59 1.4 games-puzzle/connectagram/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/connectagram/ChangeLog?rev=1.4&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/connectagram/ChangeLog?rev=1.4&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/connectagram/ChangeLog?r1=1.3&r2=1.4
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/connectagram/ChangeLog,v
68 retrieving revision 1.3
69 retrieving revision 1.4
70 diff -u -r1.3 -r1.4
71 --- ChangeLog 27 Feb 2010 18:12:30 -0000 1.3
72 +++ ChangeLog 2 Apr 2012 21:34:58 -0000 1.4
73 @@ -1,6 +1,10 @@
74 # ChangeLog for games-puzzle/connectagram
75 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/connectagram/ChangeLog,v 1.3 2010/02/27 18:12:30 phajdan.jr Exp $
77 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/connectagram/ChangeLog,v 1.4 2012/04/02 21:34:58 mr_bones_ Exp $
79 +
80 + 02 Apr 2012; Michael Sterrett <mr_bones_@g.o>
81 + connectagram-1.0.1-r1.ebuild:
82 + migrate to qt4-r2 with patch from Michael (kensington) (bug #410377)
83
84 27 Feb 2010; Pawel Hajdan jr <phajdan.jr@g.o>
85 connectagram-1.0.1-r1.ebuild: