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-arcade/xbill: xbill-2.1-r2.ebuild ChangeLog
Date: Mon, 28 Feb 2011 23:56:28
Message-Id: 20110228235542.AE6C720054@flycatcher.gentoo.org
1 mr_bones_ 11/02/28 23:55:42
2
3 Modified: xbill-2.1-r2.ebuild ChangeLog
4 Log:
5 EAPI=2; slot gtk+ dep
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.8 games-arcade/xbill/xbill-2.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild?r1=1.7&r2=1.8
15
16 Index: xbill-2.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- xbill-2.1-r2.ebuild 4 Sep 2008 21:22:44 -0000 1.7
23 +++ xbill-2.1-r2.ebuild 28 Feb 2011 23:55:42 -0000 1.8
24 @@ -1,7 +1,8 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild,v 1.7 2008/09/04 21:22:44 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild,v 1.8 2011/02/28 23:55:42 mr_bones_ Exp $
30
31 +EAPI=2
32 inherit eutils autotools games
33
34 DESCRIPTION="A game about an evil hacker called Bill!"
35 @@ -13,31 +14,27 @@
36 KEYWORDS="alpha amd64 ppc x86"
37 IUSE="gtk"
38
39 -RDEPEND="gtk? ( =x11-libs/gtk+-2* )
40 +RDEPEND="gtk? ( x11-libs/gtk+:2 )
41 !gtk? ( x11-libs/libXaw )"
42 DEPEND="${RDEPEND}
43 dev-util/pkgconfig"
44
45 -src_unpack() {
46 - unpack ${A}
47 - cd "${S}"
48 +src_prepare() {
49 epatch \
50 "${FILESDIR}"/${P}-gtk2.patch \
51 "${FILESDIR}"/${P}-gentoo.patch
52 eautoreconf
53 }
54
55 -src_compile() {
56 +src_configure() {
57 egamesconf \
58 --disable-motif \
59 $(use_enable gtk) \
60 - $(use_enable !gtk athena) \
61 - || die
62 - emake || die "emake failed"
63 + $(use_enable !gtk athena)
64 }
65
66 src_install() {
67 - emake DESTDIR="${D}" install || die "emake install failed"
68 + emake DESTDIR="${D}" install || die
69 newicon pixmaps/icon.xpm ${PN}.xpm
70 make_desktop_entry ${PN} XBill ${PN}
71 dodoc ChangeLog README
72
73
74
75 1.21 games-arcade/xbill/ChangeLog
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill/ChangeLog?rev=1.21&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill/ChangeLog?rev=1.21&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill/ChangeLog?r1=1.20&r2=1.21
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v
84 retrieving revision 1.20
85 retrieving revision 1.21
86 diff -u -r1.20 -r1.21
87 --- ChangeLog 4 Sep 2008 21:22:44 -0000 1.20
88 +++ ChangeLog 28 Feb 2011 23:55:42 -0000 1.21
89 @@ -1,6 +1,9 @@
90 # ChangeLog for games-arcade/xbill
91 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.20 2008/09/04 21:22:44 mr_bones_ Exp $
93 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
94 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.21 2011/02/28 23:55:42 mr_bones_ Exp $
95 +
96 + 28 Feb 2011; Michael Sterrett <mr_bones_@g.o> xbill-2.1-r2.ebuild:
97 + EAPI=2; slot gtk+ dep
98
99 04 Sep 2008; Michael Sterrett <mr_bones_@g.o>
100 +files/xbill-2.1-gentoo.patch, xbill-2.1-r2.ebuild: