diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 16:40:09 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 16:40:09 +0000 |
commit | 986ec34524cf94b0556592e4352eb48069dc7861 (patch) | |
tree | 4f9f24673fd6b7459e5160cefe0174a74a42fda1 /games-board | |
parent | Added various updates from upstream. (diff) | |
download | gentoo-2-986ec34524cf94b0556592e4352eb48069dc7861.tar.gz gentoo-2-986ec34524cf94b0556592e4352eb48069dc7861.tar.bz2 gentoo-2-986ec34524cf94b0556592e4352eb48069dc7861.zip |
Version bumped to 0.0.13 and closing bug #94366.
(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/files/digest-ggz-gtk-client-0.0.13 | 3 | ||||
-rw-r--r-- | games-board/ggz-gtk-client/ggz-gtk-client-0.0.13.ebuild | 35 |
3 files changed, 45 insertions, 1 deletions
diff --git a/games-board/ggz-gtk-client/ChangeLog b/games-board/ggz-gtk-client/ChangeLog index 40856a12f6f2..f6b8e991afa8 100644 --- a/games-board/ggz-gtk-client/ChangeLog +++ b/games-board/ggz-gtk-client/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-board/ggz-gtk-client # 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 $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-client/ChangeLog,v 1.10 2006/03/24 16:40:09 wolf31o2 Exp $ + +*ggz-gtk-client-0.0.13 (24 Mar 2006) + + 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + +ggz-gtk-client-0.0.13.ebuild: + Version bumped to 0.0.13 and closing bug #94366. 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> ggz-gtk-client-0.0.9.ebuild: diff --git a/games-board/ggz-gtk-client/files/digest-ggz-gtk-client-0.0.13 b/games-board/ggz-gtk-client/files/digest-ggz-gtk-client-0.0.13 new file mode 100644 index 000000000000..1e8b4c456a06 --- /dev/null +++ b/games-board/ggz-gtk-client/files/digest-ggz-gtk-client-0.0.13 @@ -0,0 +1,3 @@ +MD5 5607b66d6a75e3de9706342a0aebff03 ggz-gtk-client-0.0.13.tar.gz 724743 +RMD160 23b3be9b6d274e58dc45ff19a849fe4f5948e3bc ggz-gtk-client-0.0.13.tar.gz 724743 +SHA256 c947392a28ce3011c7b9e3de883ee7c4fdfbfb42569c141a04246275a05c9413 ggz-gtk-client-0.0.13.tar.gz 724743 diff --git a/games-board/ggz-gtk-client/ggz-gtk-client-0.0.13.ebuild b/games-board/ggz-gtk-client/ggz-gtk-client-0.0.13.ebuild new file mode 100644 index 000000000000..b2548391edc2 --- /dev/null +++ b/games-board/ggz-gtk-client/ggz-gtk-client-0.0.13.ebuild @@ -0,0 +1,35 @@ +# 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.13.ebuild,v 1.1 2006/03/24 16:40:09 wolf31o2 Exp $ + +inherit games + +DESCRIPTION="The gtk client for the GGZ Gaming Zone" +HOMEPAGE="http://www.ggzgamingzone.org/" +SRC_URI="http://ftp.belnet.be/packages/ggzgamingzone/ggz/${PV}/${P}.tar.gz + http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="~dev-games/ggz-client-libs-0.0.13 + =x11-libs/gtk+-2*" + +src_compile() { + local myconf="--enable-gtk=gtk2" + + egamesconf \ + --enable-gtk=gtk2 \ + --disable-debug \ + || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog NEWS QuickStart.GGZ README* TODO + prepgamesdirs +} + |