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-arcade/xbill: ChangeLog xbill-2.1-r2.ebuild
Date: Wed, 05 Dec 2007 22:52:52
Message-Id: E1J036i-0003JN-FW@stork.gentoo.org
1 tupone 07/12/05 22:52:44
2
3 Modified: ChangeLog
4 Added: xbill-2.1-r2.ebuild
5 Log:
6 Patched to use gtk-2. Bug #201214
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.14 games-arcade/xbill/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 7 Aug 2007 23:45:32 -0000 1.13
23 +++ ChangeLog 5 Dec 2007 22:52:43 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-arcade/xbill
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.13 2007/08/07 23:45:32 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.14 2007/12/05 22:52:43 tupone Exp $
29 +
30 +*xbill-2.1-r2 (05 Dec 2007)
31 +
32 + 05 Dec 2007; Tupone Alfredo <tupone@g.o>
33 + +files/xbill-2.1-gtk2.patch, +xbill-2.1-r2.ebuild:
34 + Patched to use gtk-2. Bug #201214 by yury fedorchenko
35
36 07 Aug 2007; Tristan Heaven <nyhm@g.o> xbill-2.1-r1.ebuild:
37 Add gtk USE flag, bug #186807 by Pacho Ramos
38
39
40
41 1.1 games-arcade/xbill/xbill-2.1-r2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xbill-2.1-r2.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-arcade/xbill/xbill-2.1-r2.ebuild,v 1.1 2007/12/05 22:52:43 tupone Exp $
51
52 inherit eutils autotools games
53
54 DESCRIPTION="A game about an evil hacker called Bill!"
55 HOMEPAGE="http://www.xbill.org/"
56 SRC_URI="http://www.xbill.org/download/${P}.tar.gz"
57
58 LICENSE="GPL-1"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
61 IUSE="gtk"
62
63 DEPEND="gtk? ( =x11-libs/gtk+-2* )
64 !gtk? ( x11-libs/libXaw )"
65
66 src_unpack() {
67 unpack ${A}
68 cd "${S}"
69 epatch "${FILESDIR}"/${P}-gtk2.patch
70 eautoreconf
71 }
72
73 src_compile() {
74 egamesconf \
75 --disable-motif \
76 $(use_enable gtk) \
77 $(use_enable !gtk athena) \
78 || die
79 emake || die "emake failed"
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" install || die "emake install failed"
84 newicon pixmaps/icon.xpm ${PN}.xpm
85 make_desktop_entry ${PN} XBill ${PN}.xpm
86 dodoc ChangeLog README
87 prepgamesdirs
88 }
89
90
91
92 --
93 gentoo-commits@g.o mailing list