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-util/gslist: ChangeLog gslist-0.8.8a.ebuild
Date: Fri, 08 Jan 2010 06:28:56
Message-Id: E1NT8L8-0005cJ-4P@stork.gentoo.org
1 mr_bones_ 10/01/08 06:28:54
2
3 Modified: ChangeLog
4 Added: gslist-0.8.8a.ebuild
5 Log:
6 version bump (bug #299926)
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 games-util/gslist/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/gslist/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/gslist/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/gslist/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 6 Jan 2010 18:17:18 -0000 1.5
23 +++ ChangeLog 8 Jan 2010 06:28:53 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-util/gslist
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.5 2010/01/06 18:17:18 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.6 2010/01/08 06:28:53 mr_bones_ Exp $
29 +
30 +*gslist-0.8.8a (08 Jan 2010)
31 +
32 + 08 Jan 2010; Michael Sterrett <mr_bones_@g.o>
33 + +gslist-0.8.8a.ebuild, +files/gslist-0.8.8a-build.patch:
34 + version bump (bug #299926)
35
36 06 Jan 2010; Jeroen Roovers <jer@g.o> gslist-0.8.8.ebuild:
37 Marked ~hppa too.
38
39
40
41 1.1 games-util/gslist/gslist-0.8.8a.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gslist-0.8.8a.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v 1.1 2010/01/08 06:28:53 mr_bones_ Exp $
51
52 EAPI=2
53 inherit eutils games
54
55 DESCRIPTION="A GameSpy server browser"
56 HOMEPAGE="http://aluigi.altervista.org/papers.htm#gslist"
57 SRC_URI="mirror://gentoo/${P}.zip"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~hppa ~x86"
62 IUSE="web"
63
64 RDEPEND="dev-libs/geoip"
65 DEPEND="${RDEPEND}
66 app-arch/unzip"
67
68 S=${WORKDIR}/${PN}
69
70 src_prepare() {
71 emake clean
72 epatch "${FILESDIR}"/${P}-build.patch
73 }
74
75 src_compile() {
76 emake SQL=0 $(use web || echo GSWEB=0) || die "emake failed"
77 }
78
79 src_install() {
80 dogamesbin ${PN} || die "dogamesbin failed"
81 dodoc ${PN}.txt
82 prepgamesdirs
83 }