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-board/qgo: ChangeLog qgo-1.5.4_p3.ebuild qgo-1.5.4.ebuild
Date: Tue, 24 Feb 2009 21:20:06
Message-Id: E1Lc4hA-0002At-EF@stork.gentoo.org
1 mr_bones_ 09/02/24 21:20:04
2
3 Modified: ChangeLog qgo-1.5.4_p3.ebuild qgo-1.5.4.ebuild
4 Log:
5 EAPI=2; autotools eclass isn't needed
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.33 games-board/qgo/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/ChangeLog?rev=1.33&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/ChangeLog?rev=1.33&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/ChangeLog?r1=1.32&r2=1.33
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v
18 retrieving revision 1.32
19 retrieving revision 1.33
20 diff -u -r1.32 -r1.33
21 --- ChangeLog 27 Jul 2008 20:51:02 -0000 1.32
22 +++ ChangeLog 24 Feb 2009 21:20:04 -0000 1.33
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-board/qgo
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.32 2008/07/27 20:51:02 carlo Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.33 2009/02/24 21:20:04 mr_bones_ Exp $
29 +
30 + 24 Feb 2009; Michael Sterrett <mr_bones_@g.o> qgo-1.5.4.ebuild,
31 + qgo-1.5.4_p3.ebuild:
32 + EAPI=2; autotools eclass isn't needed
33
34 27 Jul 2008; Carsten Lohrke <carlo@g.o> qgo-1.5.4.ebuild:
35 QA: Get rid of deprecated qt_min_version().
36
37
38
39 1.2 games-board/qgo/qgo-1.5.4_p3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/qgo-1.5.4_p3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/qgo-1.5.4_p3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/qgo-1.5.4_p3.ebuild?r1=1.1&r2=1.2
44
45 Index: qgo-1.5.4_p3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4_p3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- qgo-1.5.4_p3.ebuild 24 Jun 2008 03:17:12 -0000 1.1
52 +++ qgo-1.5.4_p3.ebuild 24 Feb 2009 21:20:04 -0000 1.2
53 @@ -1,9 +1,9 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4_p3.ebuild,v 1.1 2008/06/24 03:17:12 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4_p3.ebuild,v 1.2 2009/02/24 21:20:04 mr_bones_ Exp $
59
60 -EAPI=1
61 -inherit eutils autotools qt3 games
62 +EAPI=2
63 +inherit eutils qt3 games
64
65 DESCRIPTION="A Qt Go client and SGF editor"
66 HOMEPAGE="http://qgo.sourceforge.net/"
67 @@ -18,9 +18,7 @@
68
69 S=${WORKDIR}/${P/_p*/}
70
71 -src_unpack() {
72 - unpack ${A}
73 - cd "${S}"
74 +src_prepare() {
75 epatch \
76 "${FILESDIR}"/${P}-parallel.patch \
77 "${FILESDIR}"/${P}-gcc43.patch
78
79
80
81 1.6 games-board/qgo/qgo-1.5.4.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/qgo-1.5.4.ebuild?rev=1.6&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/qgo-1.5.4.ebuild?rev=1.6&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/qgo-1.5.4.ebuild?r1=1.5&r2=1.6
86
87 Index: qgo-1.5.4.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4.ebuild,v
90 retrieving revision 1.5
91 retrieving revision 1.6
92 diff -u -r1.5 -r1.6
93 --- qgo-1.5.4.ebuild 27 Jul 2008 20:51:02 -0000 1.5
94 +++ qgo-1.5.4.ebuild 24 Feb 2009 21:20:04 -0000 1.6
95 @@ -1,10 +1,10 @@
96 -# Copyright 1999-2008 Gentoo Foundation
97 +# Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4.ebuild,v 1.5 2008/07/27 20:51:02 carlo Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4.ebuild,v 1.6 2009/02/24 21:20:04 mr_bones_ Exp $
101
102 EAPI=1
103
104 -inherit eutils autotools qt3 games
105 +inherit eutils qt3 games
106
107 DESCRIPTION="A Qt Go client and SGF editor"
108 HOMEPAGE="http://qgo.sourceforge.net/"