Portage is a package management system used by Gentoo Linux
# ChangeLog for games-board/ggz-gtk-client
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-client/ChangeLog,v 1.21 2008/06/25 19:13:31 nixnut Exp $
25 Jun 2008; nixnut
Stable on ppc wrt bug 229163
25 Jun 2008; Santiago M. Mola
ggz-gtk-client-0.0.14.1.ebuild:
amd64 stable wrt bug #229163
25 Jun 2008; Christian Faulhammer
ggz-gtk-client-0.0.14.1.ebuild:
stable x86, bug 229163
18 Mar 2008; Tristan Heaven
ggz-gtk-client-0.0.14.1.ebuild:
Add ~amd64 keyword
*ggz-gtk-client-0.0.14.1 (18 Feb 2008)
18 Feb 2008; Tristan Heaven
+ggz-gtk-client-0.0.14.1.ebuild:
Version bump
*ggz-gtk-client-0.0.14 (22 Feb 2007)
22 Feb 2007; Tristan Heaven
+ggz-gtk-client-0.0.14.ebuild:
Version bump
11 Oct 2006; Tristan Heaven
+files/ggz-gtk-client-0.0.13-gaim.patch, ggz-gtk-client-0.0.13.ebuild:
Add gaim use flag and fix install paths
18 Jul 2006; Michael Hanselmann
ggz-gtk-client-0.0.13.ebuild:
Stable on ppc.
10 Jul 2006; Stephanie Lockwood-Childs
ggz-gtk-client-0.0.9.ebuild:
stable on ppc (Bug #138482)
07 Jul 2006; Chris Gianelloni
ggz-gtk-client-0.0.13.ebuild:
Stable on x86 wrt bug #138482. Marked -amd64 and removed ~sparc for the same
bug.
24 Mar 2006; Chris Gianelloni
ggz-gtk-client-0.0.13.ebuild:
Modifed to install the .desktop file into the correct location.
*ggz-gtk-client-0.0.13 (24 Mar 2006)
24 Mar 2006; Chris Gianelloni
+ggz-gtk-client-0.0.13.ebuild:
Version bumped to 0.0.13 and closing bug #94366.
24 Mar 2006; Chris Gianelloni
ggz-gtk-client-0.0.9.ebuild:
Added ibiblio mirror and closing bug #87288.
20 Sep 2005; Chris Gianelloni
ggz-gtk-client-0.0.9.ebuild:
Removed gtk2 flag per bug #106560.
15 Jun 2005; Chris Gianelloni
ggz-gtk-client-0.0.9.ebuild:
Removed INSTALL file.
28 Dec 2004; Ciaran McCreesh
Change encoding to UTF-8 for GLEP 31 compliance
*ggz-gtk-client-0.0.9 (26 Dec 2004)
26 Dec 2004; Mike Frysinger
+files/0.0.9-duplicate-prototypes.patch, -ggz-gtk-client-0.0.7.ebuild,
+ggz-gtk-client-0.0.9.ebuild:
Version bump #69432 by Bryan Duff.
27 Nov 2003; Michael Sterrett
ggz-gtk-client-0.0.7.ebuild:
fix gtk2 USE flag usage (bug 34559)
*ggz-gtk-client-0.0.7 (10 Jul 2003)
10 Jul 2003; Mike Frysinger
Version bump #24166. Added gtk2 support for disabled for now ... seems to segfault.
*ggz-gtk-client-0.0.5 (13 Apr 2002)
17 jul 2002; Jose Alberto Suárez López
Added LICENSE, KEYWORDS, SLOT.
07 May 2002; Spider
fix sourceforge mirroring.
13 Apr 2002; T.Kvernes
Initial ebuild. This is the gtk client for the GGZ Gaming Zone.
DIST ggz-gtk-client-0.0.14.1.tar.gz 986230 RMD160 65f8f476da0e706208e4c42fd8889760a87802ee SHA1 066a2e0d5f913f3f65a3c44005d012bce74fb7c7 SHA256 414c69f41a786c685f42cc2834cc426578d5b24ea75fce5769ee3b9712e1b82e
EBUILD ggz-gtk-client-0.0.14.1.ebuild 605 RMD160 0322a723af79028211a3e1b306de3d9740ea6e98 SHA1 9a765f1e89b8fd186b689279555c100b7dbda5c1 SHA256 8be1cc65f5e0d8cffb9dcd66fdc439867f1bfe663a791e151ba2d9b5421a6316
MISC ChangeLog 3239 RMD160 1e64371ad89b0e8b130c57dbae567a46eeb3f4d2 SHA1 7045f660dc8cbe513c19964d26ee6f8fd91eaf9b SHA256 6ae489e1b7366811c50fbd7bb0544dbf25eeb23fae7ce69eb24d3a43c18b9554
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-client/ggz-gtk-client-0.0.14.1.ebuild,v 1.5 2008/06/25 19:13:31 nixnut Exp $
inherit games-ggz
DESCRIPTION="The GTK+ client for GGZ Gaming Zone"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="debug"
RDEPEND="~dev-games/libggz-${PV}
~dev-games/ggz-client-libs-${PV}
>=x11-libs/gtk+-2
virtual/libintl"
DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/gettext"
src_compile() {
games-ggz_src_compile \
--disable-gaim-plugin
}