diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 16:30:44 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 16:30:44 +0000 |
commit | 0b3ef06da1fce262fb82bcfdacc8f2523f46bf0a (patch) | |
tree | 506094f7a40f984090179d2dbfebf30f3b9ac5d6 /games-board | |
parent | Added ibiblio mirror and closing bug #87288. (diff) | |
download | gentoo-2-0b3ef06da1fce262fb82bcfdacc8f2523f46bf0a.tar.gz gentoo-2-0b3ef06da1fce262fb82bcfdacc8f2523f46bf0a.tar.bz2 gentoo-2-0b3ef06da1fce262fb82bcfdacc8f2523f46bf0a.zip |
Added ibiblio mirror and closing bug #87288.
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/ggz-gtk-client/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/ggz-gtk-client/ggz-gtk-client-0.0.9.ebuild | 18 |
2 files changed, 15 insertions, 11 deletions
diff --git a/games-board/ggz-gtk-client/ChangeLog b/games-board/ggz-gtk-client/ChangeLog index 0cc3f82423c3..40856a12f6f2 100644 --- a/games-board/ggz-gtk-client/ChangeLog +++ b/games-board/ggz-gtk-client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/ggz-gtk-client -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-client/ChangeLog,v 1.8 2005/09/20 14:52:59 wolf31o2 Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-client/ChangeLog,v 1.9 2006/03/24 16:30:44 wolf31o2 Exp $ + + 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + ggz-gtk-client-0.0.9.ebuild: + Added ibiblio mirror and closing bug #87288. 20 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> ggz-gtk-client-0.0.9.ebuild: diff --git a/games-board/ggz-gtk-client/ggz-gtk-client-0.0.9.ebuild b/games-board/ggz-gtk-client/ggz-gtk-client-0.0.9.ebuild index 8cb0f3796b60..99460de1c1db 100644 --- a/games-board/ggz-gtk-client/ggz-gtk-client-0.0.9.ebuild +++ b/games-board/ggz-gtk-client/ggz-gtk-client-0.0.9.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.9.ebuild,v 1.3 2005/09/20 14:52:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-client/ggz-gtk-client-0.0.9.ebuild,v 1.4 2006/03/24 16:30:44 wolf31o2 Exp $ -inherit eutils +inherit eutils games DESCRIPTION="The gtk client for GGZ Gaming Zone" HOMEPAGE="http://ggz.sourceforge.net/" -SRC_URI="http://ftp.ggzgamingzone.org/pub/ggz/${PV}/${P}.tar.gz" +SRC_URI="http://ftp.ggzgamingzone.org/pub/ggz/${PV}/${P}.tar.gz + http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~x86" IUSE="nls" -DEPEND=">=dev-games/ggz-client-libs-${PV} +DEPEND="~dev-games/ggz-client-libs-${PV} =x11-libs/gtk+-2* " src_unpack() { @@ -24,12 +25,10 @@ src_unpack() { } src_compile() { - local myconf="--enable-gtk=gtk2" - - econf \ + egamesconf \ --disable-debug \ $(use_enable nls) \ - ${myconf} \ + --enable-gtk=gtk2 \ || die emake || die } @@ -37,4 +36,5 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS QuickStart.GGZ README* TODO + prepgamesdirs } |