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: qgo-1.5.4_p20100322.ebuild ChangeLog
Date: Thu, 30 Oct 2014 03:53:40
Message-Id: 20141030035336.0F11C90B4@oystercatcher.gentoo.org
1 mr_bones_ 14/10/30 03:53:36
2
3 Modified: qgo-1.5.4_p20100322.ebuild ChangeLog
4 Log:
5 EAPI=5; fix compile warning
6
7 (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.10 games-board/qgo/qgo-1.5.4_p20100322.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/qgo/qgo-1.5.4_p20100322.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/qgo/qgo-1.5.4_p20100322.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/qgo/qgo-1.5.4_p20100322.ebuild?r1=1.9&r2=1.10
15
16 Index: qgo-1.5.4_p20100322.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4_p20100322.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- qgo-1.5.4_p20100322.ebuild 2 Mar 2013 21:13:33 -0000 1.9
23 +++ qgo-1.5.4_p20100322.ebuild 30 Oct 2014 03:53:36 -0000 1.10
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4_p20100322.ebuild,v 1.9 2013/03/02 21:13:33 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4_p20100322.ebuild,v 1.10 2014/10/30 03:53:36 mr_bones_ Exp $
30
31 -EAPI=2
32 +EAPI=5
33 inherit eutils qt4-r2 games
34
35 DESCRIPTION="An ancient boardgame, very common in Japan, China and Korea"
36 @@ -18,6 +18,7 @@
37 dev-qt/qtcore:4
38 dev-qt/qtgui:4
39 dev-qt/qttest:4"
40 +RDEPEND="${DEPEND}"
41
42 src_prepare() {
43 sed -i \
44 @@ -32,7 +33,8 @@
45
46 epatch \
47 "${FILESDIR}"/${P}-gcc45.patch \
48 - "${FILESDIR}"/${P}-qt47.patch
49 + "${FILESDIR}"/${P}-qt47.patch \
50 + "${FILESDIR}"/${P}-buffer.patch
51 }
52
53 src_configure() {
54 @@ -45,7 +47,7 @@
55 dodoc AUTHORS
56
57 insinto "${GAMES_DATADIR}"/qgo/languages
58 - doins src/translations/*.qm || die
59 + doins src/translations/*.qm
60
61 prepgamesdirs
62 }
63
64
65
66 1.45 games-board/qgo/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/qgo/ChangeLog?rev=1.45&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/qgo/ChangeLog?rev=1.45&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/qgo/ChangeLog?r1=1.44&r2=1.45
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v
75 retrieving revision 1.44
76 retrieving revision 1.45
77 diff -u -r1.44 -r1.45
78 --- ChangeLog 2 Mar 2013 21:13:33 -0000 1.44
79 +++ ChangeLog 30 Oct 2014 03:53:36 -0000 1.45
80 @@ -1,6 +1,10 @@
81 # ChangeLog for games-board/qgo
82 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.44 2013/03/02 21:13:33 hwoarang Exp $
84 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.45 2014/10/30 03:53:36 mr_bones_ Exp $
86 +
87 + 30 Oct 2014; Michael Sterrett <mr_bones_@g.o>
88 + +files/qgo-1.5.4_p20100322-buffer.patch, qgo-1.5.4_p20100322.ebuild:
89 + EAPI=5; fix compile warning
90
91 02 Mar 2013; Markos Chandras <hwoarang@g.o> qgo-1.5.4_p20100322.ebuild:
92 Move Qt dependencies to the new category