diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-03-06 12:22:41 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-03-06 12:22:41 +0000 |
commit | c2d1f432aa030795d91f52d354d4d9342bc20acc (patch) | |
tree | 417720110710a717f6f391a3913ae3ee6ccef43f /games-board/ggz-gtk-client | |
parent | Changed silense to silence (diff) | |
download | historical-c2d1f432aa030795d91f52d354d4d9342bc20acc.tar.gz historical-c2d1f432aa030795d91f52d354d4d9342bc20acc.tar.bz2 historical-c2d1f432aa030795d91f52d354d4d9342bc20acc.zip |
remove old
Package-Manager: portage-2.1.2.1
Diffstat (limited to 'games-board/ggz-gtk-client')
6 files changed, 0 insertions, 176 deletions
diff --git a/games-board/ggz-gtk-client/files/0.0.9-duplicate-prototypes.patch b/games-board/ggz-gtk-client/files/0.0.9-duplicate-prototypes.patch deleted file mode 100644 index 10b26b9f8514..000000000000 --- a/games-board/ggz-gtk-client/files/0.0.9-duplicate-prototypes.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ggz-gtk/ggzclient.c.orig 2004-12-26 17:57:46.578440888 -0500 -+++ ggz-gtk/ggzclient.c 2004-12-26 17:58:35.865948048 -0500 -@@ -67,7 +67,6 @@ - static GGZHookReturn ggz_entered_fail(GGZServerEvent id, void* event_data, void* user_data); - static GGZHookReturn ggz_logout(GGZServerEvent id, void* event_data, void* user_data); - static GGZHookReturn ggz_motd_loaded(GGZServerEvent id, void* event_data, void* user_data); --static GGZHookReturn ggz_table_left(GGZServerEvent id, void* event_data, void* user_data); - static GGZHookReturn ggz_server_error(GGZServerEvent id, void* event_data, void* user_data); - static GGZHookReturn ggz_net_error(GGZServerEvent id, void* event_data, void* user_data); - 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 deleted file mode 100644 index 1e8b4c456a06..000000000000 --- a/games-board/ggz-gtk-client/files/digest-ggz-gtk-client-0.0.13 +++ /dev/null @@ -1,3 +0,0 @@ -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/files/digest-ggz-gtk-client-0.0.9 b/games-board/ggz-gtk-client/files/digest-ggz-gtk-client-0.0.9 deleted file mode 100644 index 9bcec0b7cfde..000000000000 --- a/games-board/ggz-gtk-client/files/digest-ggz-gtk-client-0.0.9 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 65a989fee6b0df22cbbf22eb603668b8 ggz-gtk-client-0.0.9.tar.gz 383193 -RMD160 b15dcfe8b4b1284b29eb6fc5dc7035abc3590ec8 ggz-gtk-client-0.0.9.tar.gz 383193 -SHA256 3def0ba123483c842205ce4b16129e2aa814adfb0a6f6b39c5475b973533e875 ggz-gtk-client-0.0.9.tar.gz 383193 diff --git a/games-board/ggz-gtk-client/files/ggz-gtk-client-0.0.13-gaim.patch b/games-board/ggz-gtk-client/files/ggz-gtk-client-0.0.13-gaim.patch deleted file mode 100644 index 3f7e0045fb44..000000000000 --- a/games-board/ggz-gtk-client/files/ggz-gtk-client-0.0.13-gaim.patch +++ /dev/null @@ -1,59 +0,0 @@ ---- configure.ac -+++ configure.ac -@@ -28,8 +28,23 @@ - - dnl Gaim plugin check - dnl ================= --AC_GAIM -- -+AC_ARG_ENABLE([gaim], -+ AC_HELP_STRING([--enable-gaim], [build gaim plugin]),, -+ [enable_gaim=no]) -+ -+if test x$enable_gaim = xyes ; then -+ PKG_CHECK_MODULES(GAIM, [gaim]) -+ -+ GAIM_LIBDIR=`pkg-config --variable=libdir gaim` -+ GAIM_DATADIR=`pkg-config --variable=datadir gaim` -+ GAIMPLUGIN=gaim-plugin -+ -+ AC_SUBST(GAIM_CFLAGS) -+ AC_SUBST(GAIM_LIBS) -+ AC_SUBST(GAIM_LIBDIR) -+ AC_SUBST(GAIM_DATADIR) -+ AC_SUBST(GAIMPLUGIN) -+fi - - dnl Check for header files - dnl ====================== -@@ -118,7 +133,7 @@ - echo " GDB Debugging......$enable_debug_gdb" - echo " Dmalloc Debugging..$enable_debug_mem" - echo "" --echo " Gaim plugin........$have_gaim" -+echo " Gaim plugin........$enable_gaim" - echo "" - echo "At the prompt type \"make\" to compile the GGZ gtk client" - echo "" - ---- gaim-plugin/Makefile.am -+++ gaim-plugin/Makefile.am -@@ -1,15 +1,15 @@ - ## Process this file with automake to produce Makefile.in - # $Id: ggz-gtk-client-0.0.13-gaim.patch,v 1.1 2006/10/11 15:35:26 nyhm Exp $ - --plugindir = $(libdir)/gaim -+plugindir = @GAIM_LIBDIR@/gaim - - plugin_LTLIBRARIES = ggzgaim.la - - ggzgaim_la_SOURCES = simple.c - ggzgaim_la_LDFLAGS = -module -avoid-version @GTK_CFLAGS@ $(LIBGGZ_LDFLAGS) --ggzgaim_la_LIBADD = @GTK_LIBS@ $(LIB_GGZ) -+ggzgaim_la_LIBADD = @GTK_LIBS@ @GAIM_LIBS@ $(LIB_GGZ) - --AM_CPPFLAGS = @GTK_CFLAGS@ $(LIBGGZ_INCLUDES) -+AM_CPPFLAGS = @GTK_CFLAGS@ @GAIM_CFLAGS@ $(LIBGGZ_INCLUDES) - - EXTRA_DIST = ggz.xpm - 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 deleted file mode 100644 index 1c69eb7a4cba..000000000000 --- a/games-board/ggz-gtk-client/ggz-gtk-client-0.0.13.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# 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.6 2006/10/11 15:35:26 nyhm Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" -inherit autotools eutils 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 x86" -IUSE="gaim" -RESTRICT="userpriv" - -RDEPEND="~dev-games/ggz-client-libs-${PV} - =x11-libs/gtk+-2* - virtual/libintl - gaim? ( =net-im/gaim-1.5* )" -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-gaim.patch - - sed -i '/desktopdir/s:$(datadir):/usr/share:' \ - Makefile.am || die "sed Makefile.am failed" - - eautoreconf - - sed -i 's:$(includedir):/usr/include:' \ - ggz-gtk/Makefile.in || die "sed Makefile.in failed" - - sed -i '/locale/s:$(prefix):/usr:' \ - po/Makefile.in || die "sed configure.ac failed" -} - -src_compile() { - egamesconf \ - --disable-debug \ - $(use_enable gaim) \ - || die - emake || die "emake failed" -} - -src_install() { - dodir /usr/include - emake DESTDIR="${D}" install || die "emake install failed" - rmdir "${D}/${GAMES_PREFIX}"/include - - dodoc AUTHORS ChangeLog NEWS QuickStart.GGZ README* TODO - prepgamesdirs -} 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 deleted file mode 100644 index 29e80a33fcb0..000000000000 --- a/games-board/ggz-gtk-client/ggz-gtk-client-0.0.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.5 2006/07/09 01:42:22 wormo Exp $ - -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 - 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} - =x11-libs/gtk+-2* " - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-duplicate-prototypes.patch - sed -i 's:dir=$(prefix):dir=$(DESTDIR)$(prefix):' po/Makefile.in -} - -src_compile() { - egamesconf \ - --disable-debug \ - $(use_enable nls) \ - --enable-gtk=gtk2 \ - || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS QuickStart.GGZ README* TODO - prepgamesdirs -} |