diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-05 20:54:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-05 20:54:12 +0000 |
commit | 289ff56207d3c1d31b3d5f14a806ceea2040cb58 (patch) | |
tree | 9a4da59bf822ec6456f8ad6835668a896bca337f /games-board/qgo | |
parent | fix typo: !use -> ! use (diff) | |
download | historical-289ff56207d3c1d31b3d5f14a806ceea2040cb58.tar.gz historical-289ff56207d3c1d31b3d5f14a806ceea2040cb58.tar.bz2 historical-289ff56207d3c1d31b3d5f14a806ceea2040cb58.zip |
version bump
Diffstat (limited to 'games-board/qgo')
-rw-r--r-- | games-board/qgo/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/qgo/Manifest | 9 | ||||
-rw-r--r-- | games-board/qgo/files/0.2.1-gcc.patch | 24 | ||||
-rw-r--r-- | games-board/qgo/files/digest-qgo-0.2.1 | 1 | ||||
-rw-r--r-- | games-board/qgo/qgo-0.2.1.ebuild | 30 |
5 files changed, 68 insertions, 4 deletions
diff --git a/games-board/qgo/ChangeLog b/games-board/qgo/ChangeLog index e1e38348fbee..383429ead791 100644 --- a/games-board/qgo/ChangeLog +++ b/games-board/qgo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-board/qgo # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.5 2004/06/25 03:13:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.6 2004/07/05 20:54:12 mr_bones_ Exp $ + +*qgo-0.2.1 (05 Jul 2004) + + 05 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> +files/0.2.1-gcc.patch, + +qgo-0.2.1.ebuild: + version bump 04 Jun 2004; David Holm <dholm@gentoo.org> qgo-0.2.ebuild: Added to ~ppc. diff --git a/games-board/qgo/Manifest b/games-board/qgo/Manifest index a94d5e3f53c2..92addbcb9264 100644 --- a/games-board/qgo/Manifest +++ b/games-board/qgo/Manifest @@ -1,7 +1,10 @@ +MD5 f691b4a7bdf0c4a5953ea2a258f99d16 ChangeLog 812 +MD5 7be057a9771e6eb03103063d47a366b8 metadata.xml 388 MD5 e67a1b08230b96533ea90bf673b46ae9 qgo-0.1.3.ebuild 704 MD5 ab25643f8cb75acf678dd8dc2d42977f qgo-0.2.ebuild 628 -MD5 ea31f1b4f8e8ffba12eae3e14a66c499 ChangeLog 669 -MD5 7be057a9771e6eb03103063d47a366b8 metadata.xml 388 +MD5 b771e5b2711b67f91d799ac5391763a7 qgo-0.2.1.ebuild 772 MD5 5a2efa67c8d2fe8776b7989246d2d620 files/digest-qgo-0.2 60 -MD5 c8d87e22089221af58773e0115d51003 files/0.2-gcc.patch 520 MD5 ea7f21cf900889be2ff0f258234dab0d files/digest-qgo-0.1.3 62 +MD5 2a837656c7ecb43d16a6fafb211e94bd files/digest-qgo-0.2.1 62 +MD5 c8d87e22089221af58773e0115d51003 files/0.2-gcc.patch 520 +MD5 c8d87e22089221af58773e0115d51003 files/0.2.1-gcc.patch 520 diff --git a/games-board/qgo/files/0.2.1-gcc.patch b/games-board/qgo/files/0.2.1-gcc.patch new file mode 100644 index 000000000000..0d113732b156 --- /dev/null +++ b/games-board/qgo/files/0.2.1-gcc.patch @@ -0,0 +1,24 @@ +--- qgo-0.2/qgo/src/wavfile.c.orig 2004-06-08 09:20:12.783379736 -0400 ++++ qgo-0.2/qgo/src/wavfile.c 2004-06-08 09:20:25.304476240 -0400 +@@ -134,6 +134,10 @@ + static char emsg[2048]; + + ++static void ++_v_erf(const char *format,va_list ap) { ++ vsprintf(emsg,format,ap); /* Capture message into emsg[] */ ++} + + /* + * Error reporting function for this source module: +@@ -150,10 +154,6 @@ + } + + +-static void +-_v_erf(const char *format,va_list ap) { +- vsprintf(emsg,format,ap); /* Capture message into emsg[] */ +-} + + + diff --git a/games-board/qgo/files/digest-qgo-0.2.1 b/games-board/qgo/files/digest-qgo-0.2.1 new file mode 100644 index 000000000000..d919f17918aa --- /dev/null +++ b/games-board/qgo/files/digest-qgo-0.2.1 @@ -0,0 +1 @@ +MD5 39b6fbadb2f728257df78a5893613775 qgo-0.2.1.tar.gz 1781760 diff --git a/games-board/qgo/qgo-0.2.1.ebuild b/games-board/qgo/qgo-0.2.1.ebuild new file mode 100644 index 000000000000..7a2a00f5e642 --- /dev/null +++ b/games-board/qgo/qgo-0.2.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-0.2.1.ebuild,v 1.1 2004/07/05 20:54:12 mr_bones_ Exp $ + +inherit kde-functions eutils +need-qt 3 + +DESCRIPTION="A c++/qt go client and sgf editor" +HOMEPAGE="http://qgo.sourceforge.net/" +SRC_URI="mirror://sourceforge/qgo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc" +IUSE="" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PV}-gcc.patch" + sed -i \ + -e 's:Horizontal Spacing2:_HorizontalSpacing2:' \ + `find qgo/src -iname '*.ui' -type f` \ + || die "fixing ui files failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc qgo/README ChangeLog TODO +} |