diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-05 15:28:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-05 15:28:50 +0000 |
commit | 02eb92a092c77932413ac54dd1c83da431004f76 (patch) | |
tree | b7f184ac38be58d79511fdc07b45475dec5684bb /games-board | |
parent | Keyworded ~sparc (diff) | |
download | historical-02eb92a092c77932413ac54dd1c83da431004f76.tar.gz historical-02eb92a092c77932413ac54dd1c83da431004f76.tar.bz2 historical-02eb92a092c77932413ac54dd1c83da431004f76.zip |
version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/qgo/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/qgo/Manifest | 5 | ||||
-rw-r--r-- | games-board/qgo/files/1.0.2-gcc.patch | 24 | ||||
-rw-r--r-- | games-board/qgo/files/digest-qgo-1.0.2 | 1 | ||||
-rw-r--r-- | games-board/qgo/qgo-1.0.2.ebuild | 26 |
5 files changed, 62 insertions, 2 deletions
diff --git a/games-board/qgo/ChangeLog b/games-board/qgo/ChangeLog index cdd65764ec72..cd4b643a1b6f 100644 --- a/games-board/qgo/ChangeLog +++ b/games-board/qgo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-board/qgo # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.12 2005/05/24 21:06:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.13 2005/07/05 15:28:50 mr_bones_ Exp $ + +*qgo-1.0.2 (05 Jul 2005) + + 05 Jul 2005; Michael Sterrett <mr_bones_@gentoo.org> + +files/1.0.2-gcc.patch, +qgo-1.0.2.ebuild: + version bump 24 May 2005; Michael Sterrett <mr_bones_@gentoo.org> +files/1.0.1-gcc.patch, qgo-1.0.1.ebuild: diff --git a/games-board/qgo/Manifest b/games-board/qgo/Manifest index f2ed1e92bd7b..24283c098bdc 100644 --- a/games-board/qgo/Manifest +++ b/games-board/qgo/Manifest @@ -1,5 +1,8 @@ MD5 7be057a9771e6eb03103063d47a366b8 metadata.xml 388 MD5 b43bab1a312905a7abfd8efbf0a5800c qgo-1.0.1.ebuild 677 -MD5 f15c730a328def5b3b1749e8928199e0 ChangeLog 1561 +MD5 9c1c3eb3abb3482d019a65dcbd6184dc qgo-1.0.2.ebuild 651 +MD5 42b87836c00039e59cbdbbe7a249f5f0 ChangeLog 1703 MD5 27e98c0c98b8d714580d36f4b28f3542 files/digest-qgo-1.0.1 62 +MD5 c8d87e22089221af58773e0115d51003 files/1.0.2-gcc.patch 520 MD5 c8d87e22089221af58773e0115d51003 files/1.0.1-gcc.patch 520 +MD5 94b5e7f9489270517355918e2037042f files/digest-qgo-1.0.2 62 diff --git a/games-board/qgo/files/1.0.2-gcc.patch b/games-board/qgo/files/1.0.2-gcc.patch new file mode 100644 index 000000000000..0d113732b156 --- /dev/null +++ b/games-board/qgo/files/1.0.2-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-1.0.2 b/games-board/qgo/files/digest-qgo-1.0.2 new file mode 100644 index 000000000000..fc084bb3a8f7 --- /dev/null +++ b/games-board/qgo/files/digest-qgo-1.0.2 @@ -0,0 +1 @@ +MD5 c202a232d1902a902683c421f0177b8c qgo-1.0.2.tar.gz 1774935 diff --git a/games-board/qgo/qgo-1.0.2.ebuild b/games-board/qgo/qgo-1.0.2.ebuild new file mode 100644 index 000000000000..bb9d30a6b3aa --- /dev/null +++ b/games-board/qgo/qgo-1.0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.0.2.ebuild,v 1.1 2005/07/05 15:28:50 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="~amd64 ppc x86" +IUSE="" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PV}-gcc.patch +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog NEWS README TODO +} |