Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/blokish: ChangeLog blokish-0.9.4.ebuild
Date: Mon, 29 Oct 2007 23:19:06
Message-Id: E1Imdsr-0000rU-2z@stork.gentoo.org
1 tupone 07/10/29 23:19:01
2
3 Modified: ChangeLog
4 Added: blokish-0.9.4.ebuild
5 Log:
6 Version bump to 0.9.4
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.4 games-board/blokish/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/blokish/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/blokish/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/blokish/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/blokish/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 19 Nov 2006 21:43:50 -0000 1.3
23 +++ ChangeLog 29 Oct 2007 23:19:00 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-board/blokish
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/ChangeLog,v 1.3 2006/11/19 21:43:50 nyhm Exp $
28 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/ChangeLog,v 1.4 2007/10/29 23:19:00 tupone Exp $
30 +
31 +*blokish-0.9.4 (29 Oct 2007)
32 +
33 + 29 Oct 2007; Tupone Alfredo <tupone@g.o> +blokish-0.9.4.ebuild:
34 + Version bump
35
36 19 Nov 2006; Tristan Heaven <nyhm@g.o> blokish-0.9.3.ebuild:
37 Use wxwidgets eclass and install desktop entry
38
39
40
41 1.1 games-board/blokish/blokish-0.9.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/blokish/blokish-0.9.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/blokish/blokish-0.9.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: blokish-0.9.4.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-board/blokish/blokish-0.9.4.ebuild,v 1.1 2007/10/29 23:19:00 tupone Exp $
51
52 inherit eutils wxwidgets games
53
54 MY_P="${PN}_v${PV}"
55 DESCRIPTION="Open source clone of the four-player board game Blokus"
56 HOMEPAGE="http://sourceforge.net/projects/blokish/"
57 SRC_URI="mirror://sourceforge/blokish/${MY_P}.tgz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND="=x11-libs/wxGTK-2.6*
65 virtual/opengl"
66
67 S=${WORKDIR}/${PN}
68
69 pkg_setup() {
70 WX_GTK_VER=2.6 need-wxwidgets unicode
71 games_pkg_setup
72 }
73
74 src_unpack() {
75 unpack ${A}
76 cd "${S}"
77
78 sed -i \
79 -e "s:wx-config:${WX_CONFIG}:" \
80 configure makefile.in \
81 || die "sed failed"
82 }
83
84 src_install() {
85 emake DESTDIR="${D}" install || die "emake install failed"
86
87 doicon src/${PN}.xpm
88 make_desktop_entry ${PN} Blokish ${PN}.xpm
89
90 dodoc AUTHORS ChangeLog README
91 dohtml docs/*
92 prepgamesdirs
93 }
94
95
96
97 --
98 gentoo-commits@g.o mailing list