diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 17:46:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 17:46:27 +0000 |
commit | fb8c4cf310fc6a66ecddbe48c1b77a183baa6141 (patch) | |
tree | 179b6d7697d589a3888e34ab007a4d76082e89ee /games-board/ggz-gtk-client | |
parent | Changes to make the eclass more flexible (diff) | |
download | historical-fb8c4cf310fc6a66ecddbe48c1b77a183baa6141.tar.gz historical-fb8c4cf310fc6a66ecddbe48c1b77a183baa6141.tar.bz2 historical-fb8c4cf310fc6a66ecddbe48c1b77a183baa6141.zip |
board board games
Diffstat (limited to 'games-board/ggz-gtk-client')
6 files changed, 88 insertions, 0 deletions
diff --git a/games-board/ggz-gtk-client/ChangeLog b/games-board/ggz-gtk-client/ChangeLog new file mode 100644 index 000000000000..6ffebebb0c53 --- /dev/null +++ b/games-board/ggz-gtk-client/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for app-games/ggz-gtk-client +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-client/ChangeLog,v 1.1 2003/09/10 17:46:27 vapier Exp $ + +*ggz-gtk-client-0.0.7 (10 Jul 2003) + + 10 Jul 2003; Mike Frysinger <vapier@gentoo.org> : + 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 <bass@gentoo.org> ggz-gtk-client-0.0.5.ebuild : + Added LICENSE, KEYWORDS, SLOT. + + 07 May 2002; Spider <spider@gentoo.org> ggz-gtk-client-0.0.5.ebuild : + fix sourceforge mirroring. + + 13 Apr 2002; T.Kvernes <terjekv@math.uio.no> ChangeLog : + Initial ebuild. This is the gtk client for the GGZ Gaming Zone. diff --git a/games-board/ggz-gtk-client/Manifest b/games-board/ggz-gtk-client/Manifest new file mode 100644 index 000000000000..b47b2d6e2b40 --- /dev/null +++ b/games-board/ggz-gtk-client/Manifest @@ -0,0 +1,5 @@ +MD5 a70e4f21ed3008a0abfac956e634a71b files/digest-ggz-gtk-client-0.0.5 72 +MD5 1e8c24bd09f29cd29f9179681a676c92 files/digest-ggz-gtk-client-0.0.7 72 +MD5 0c659b32988f9a297638b25f6e360a9a ggz-gtk-client-0.0.5.ebuild 589 +MD5 5129655fe092329819f50e6fc8ebbd53 ChangeLog 803 +MD5 a761e0bb18fe6b9ac920e6b778f1fd2b ggz-gtk-client-0.0.7.ebuild 986 diff --git a/games-board/ggz-gtk-client/files/digest-ggz-gtk-client-0.0.5 b/games-board/ggz-gtk-client/files/digest-ggz-gtk-client-0.0.5 new file mode 100644 index 000000000000..029e861e498d --- /dev/null +++ b/games-board/ggz-gtk-client/files/digest-ggz-gtk-client-0.0.5 @@ -0,0 +1 @@ +MD5 f2f7607e47f1e3b1c56eb32f7f20dba3 ggz-gtk-client-0.0.5.tar.gz 245923 diff --git a/games-board/ggz-gtk-client/files/digest-ggz-gtk-client-0.0.7 b/games-board/ggz-gtk-client/files/digest-ggz-gtk-client-0.0.7 new file mode 100644 index 000000000000..d7579cc17556 --- /dev/null +++ b/games-board/ggz-gtk-client/files/digest-ggz-gtk-client-0.0.7 @@ -0,0 +1 @@ +MD5 0ef369d852e908d6389c70ce7538bfc0 ggz-gtk-client-0.0.7.tar.gz 371171 diff --git a/games-board/ggz-gtk-client/ggz-gtk-client-0.0.5.ebuild b/games-board/ggz-gtk-client/ggz-gtk-client-0.0.5.ebuild new file mode 100644 index 000000000000..e982c88cef20 --- /dev/null +++ b/games-board/ggz-gtk-client/ggz-gtk-client-0.0.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.5.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ + +DESCRIPTION="The gtk client for GGZ Gaming Zone" +HOMEPAGE="http://ggz.sourceforge.net/" +SRC_URI="mirror://sourceforge/ggz/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc" + +DEPEND="~dev-games/ggz-client-libs-0.0.5 + =x11-libs/gtk+-1.2*" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} diff --git a/games-board/ggz-gtk-client/ggz-gtk-client-0.0.7.ebuild b/games-board/ggz-gtk-client/ggz-gtk-client-0.0.7.ebuild new file mode 100644 index 000000000000..dfa69183208d --- /dev/null +++ b/games-board/ggz-gtk-client/ggz-gtk-client-0.0.7.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.7.ebuild,v 1.1 2003/09/10 17:46:27 vapier Exp $ + +DESCRIPTION="The gtk client for GGZ Gaming Zone" +HOMEPAGE="http://ggz.sourceforge.net/" +SRC_URI="mirror://sourceforge/ggz/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="gtk2 gtk" + +DEPEND="=dev-games/ggz-client-libs-0.0.7 + >=sys-apps/sed-4 + || ( + gtk2? ( =x11-libs/gtk+-2* ) + gtk? ( =x11-libs/gtk+-1* ) + =x11-libs/gtk+-2* + )" + +src_compile() { + local myconf="" + if [ `use gtk2` ] ; then + myconf="--enable-gtk=gtk2" + elif [ `use gtk` ] ; then + myconf="--enable-gtk=gtk1" + else + myconf="--enable-gtk=gtk2" + fi + econf ${myconf} --disable-debug || die + sed -i '/^SUBDIRS/s:po::' Makefile + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog INSTALL NEWS QuickStart.GGZ README* TODO +} |