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
Date: Tue, 24 Jun 2008 03:17:18
Message-Id: E1KAz1s-0000qm-VC@stork.gentoo.org
1 mr_bones_ 08/06/24 03:17:12
2
3 Modified: ChangeLog
4 Added: qgo-1.5.4_p3.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.31 games-board/qgo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 21 Mar 2008 16:49:57 -0000 1.30
23 +++ ChangeLog 24 Jun 2008 03:17:12 -0000 1.31
24 @@ -1,6 +1,13 @@
25 # ChangeLog for games-board/qgo
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.30 2008/03/21 16:49:57 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.31 2008/06/24 03:17:12 mr_bones_ Exp $
29 +
30 +*qgo-1.5.4_p3 (24 Jun 2008)
31 +
32 + 24 Jun 2008; Michael Sterrett <mr_bones_@g.o>
33 + +files/qgo-1.5.4_p3-gcc43.patch, +files/qgo-1.5.4_p3-parallel.patch,
34 + +qgo-1.5.4_p3.ebuild:
35 + version bump
36
37 21 Mar 2008; Tristan Heaven <nyhm@g.o> qgo-1.5.4.ebuild:
38 Stable on amd64
39
40
41
42 1.1 games-board/qgo/qgo-1.5.4_p3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/qgo-1.5.4_p3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/qgo/qgo-1.5.4_p3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qgo-1.5.4_p3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 EAPI=1
54 inherit eutils autotools qt3 games
55
56 DESCRIPTION="A Qt Go client and SGF editor"
57 HOMEPAGE="http://qgo.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/qgo/${P/_p/-r}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 DEPEND=">=x11-libs/qt-3.3:3"
66
67 S=${WORKDIR}/${P/_p*/}
68
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72 epatch \
73 "${FILESDIR}"/${P}-parallel.patch \
74 "${FILESDIR}"/${P}-gcc43.patch
75 sed -i 's:$(datadir):/usr/share:' \
76 templates/Makefile.in \
77 || die "sed Makefile.in failed"
78 sed -i "s:/usr/share:${GAMES_DATADIR}:" \
79 templates/*.desktop \
80 || die "sed .desktop failed"
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" install || die "emake install failed"
85 dodoc AUTHORS ChangeLog NEWS README TODO
86 prepgamesdirs
87 }
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list