diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-16 02:40:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-16 02:40:19 +0000 |
commit | b650e59dc08a7946e1b4896f54937c8e5ec03f2a (patch) | |
tree | 0779eb6e622aa85254125fbc89464ecdeabab16e /games-board/qgo | |
parent | Version bump. (diff) | |
download | historical-b650e59dc08a7946e1b4896f54937c8e5ec03f2a.tar.gz historical-b650e59dc08a7946e1b4896f54937c8e5ec03f2a.tar.bz2 historical-b650e59dc08a7946e1b4896f54937c8e5ec03f2a.zip |
still need the gcc patch #74470
Diffstat (limited to 'games-board/qgo')
-rw-r--r-- | games-board/qgo/Manifest | 22 | ||||
-rw-r--r-- | games-board/qgo/files/0.2-gcc.patch | 24 | ||||
-rw-r--r-- | games-board/qgo/files/0.2.1-gcc.patch | 24 | ||||
-rw-r--r-- | games-board/qgo/files/digest-qgo-0.1.3 | 1 | ||||
-rw-r--r-- | games-board/qgo/files/digest-qgo-0.2 | 1 | ||||
-rw-r--r-- | games-board/qgo/files/digest-qgo-0.2.1 | 1 | ||||
-rw-r--r-- | games-board/qgo/qgo-0.1.3.ebuild | 29 | ||||
-rw-r--r-- | games-board/qgo/qgo-0.2.1.ebuild | 30 | ||||
-rw-r--r-- | games-board/qgo/qgo-0.2.ebuild | 26 | ||||
-rw-r--r-- | games-board/qgo/qgo-1.0.0.ebuild | 10 |
10 files changed, 20 insertions, 148 deletions
diff --git a/games-board/qgo/Manifest b/games-board/qgo/Manifest index fdcbf08a9ae1..ccb809403337 100644 --- a/games-board/qgo/Manifest +++ b/games-board/qgo/Manifest @@ -1,15 +1,17 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 f6f45113c63efd6e620fe2649fe35245 ChangeLog 1167 MD5 7be057a9771e6eb03103063d47a366b8 metadata.xml 388 -MD5 e67a1b08230b96533ea90bf673b46ae9 qgo-0.1.3.ebuild 704 -MD5 ab25643f8cb75acf678dd8dc2d42977f qgo-0.2.ebuild 628 -MD5 b771e5b2711b67f91d799ac5391763a7 qgo-0.2.1.ebuild 772 MD5 f742498b316eee7393ef8ddb3324f337 qgo-0.2.2.ebuild 779 -MD5 cf731a493632aa60a14e9cea5d08e20b qgo-1.0.0.ebuild 598 -MD5 5a2efa67c8d2fe8776b7989246d2d620 files/digest-qgo-0.2 60 -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 -MD5 ff7cfb7f58299a4302de40ad6c385127 files/digest-qgo-0.2.2 65 +MD5 f11765b85acb6b79bc6c8b2b947c26e5 qgo-1.0.0.ebuild 674 MD5 c8d87e22089221af58773e0115d51003 files/0.2.2-gcc.patch 520 +MD5 ff7cfb7f58299a4302de40ad6c385127 files/digest-qgo-0.2.2 65 MD5 fb4f5ca754283eed5aeceed2ff0bc054 files/digest-qgo-1.0.0 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBwPWZroRuSHgZdywRAqVTAJ9c3zDVhYXQQgMPvYmW9wGWDNwRHQCfdAs+ +H/d0uiLkQFp0D4myAG10aUc= +=k54J +-----END PGP SIGNATURE----- diff --git a/games-board/qgo/files/0.2-gcc.patch b/games-board/qgo/files/0.2-gcc.patch deleted file mode 100644 index 0d113732b156..000000000000 --- a/games-board/qgo/files/0.2-gcc.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- 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/0.2.1-gcc.patch b/games-board/qgo/files/0.2.1-gcc.patch deleted file mode 100644 index 0d113732b156..000000000000 --- a/games-board/qgo/files/0.2.1-gcc.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- 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.1.3 b/games-board/qgo/files/digest-qgo-0.1.3 deleted file mode 100644 index 6ebcaa7144b5..000000000000 --- a/games-board/qgo/files/digest-qgo-0.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 718c3109e205c8e7d6312526cdb90f47 qgo-0.1.3.tar.gz 1684589 diff --git a/games-board/qgo/files/digest-qgo-0.2 b/games-board/qgo/files/digest-qgo-0.2 deleted file mode 100644 index 46c32c789d17..000000000000 --- a/games-board/qgo/files/digest-qgo-0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 75da1a2459d20aa02fd8e5306c599a2d qgo-0.2.tar.gz 1751448 diff --git a/games-board/qgo/files/digest-qgo-0.2.1 b/games-board/qgo/files/digest-qgo-0.2.1 deleted file mode 100644 index d919f17918aa..000000000000 --- a/games-board/qgo/files/digest-qgo-0.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 39b6fbadb2f728257df78a5893613775 qgo-0.2.1.tar.gz 1781760 diff --git a/games-board/qgo/qgo-0.1.3.ebuild b/games-board/qgo/qgo-0.1.3.ebuild deleted file mode 100644 index 4263cc5f9b92..000000000000 --- a/games-board/qgo/qgo-0.1.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.1.3.ebuild,v 1.4 2004/06/25 03:13:19 agriffis Exp $ - -inherit kde-functions -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" -IUSE="" - -src_unpack() { - unpack ${A} - cd ${S} - 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 ChangeLog -} diff --git a/games-board/qgo/qgo-0.2.1.ebuild b/games-board/qgo/qgo-0.2.1.ebuild deleted file mode 100644 index 7a2a00f5e642..000000000000 --- a/games-board/qgo/qgo-0.2.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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 -} diff --git a/games-board/qgo/qgo-0.2.ebuild b/games-board/qgo/qgo-0.2.ebuild deleted file mode 100644 index 789aa14044ee..000000000000 --- a/games-board/qgo/qgo-0.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.ebuild,v 1.4 2004/06/25 03:13:19 agriffis 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 -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc qgo/README ChangeLog TODO -} diff --git a/games-board/qgo/qgo-1.0.0.ebuild b/games-board/qgo/qgo-1.0.0.ebuild index e2a32ee3b7e3..222fcc946c91 100644 --- a/games-board/qgo/qgo-1.0.0.ebuild +++ b/games-board/qgo/qgo-1.0.0.ebuild @@ -1,6 +1,6 @@ # 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-1.0.0.ebuild,v 1.1 2004/12/14 11:27:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.0.0.ebuild,v 1.2 2004/12/16 02:40:19 vapier Exp $ inherit kde-functions eutils need-qt 3 @@ -14,8 +14,14 @@ SLOT="0" KEYWORDS="x86 ppc ~amd64" IUSE="" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/0.2.2-gcc.patch +} + src_install() { make DESTDIR="${D}" install || die "make install failed" - rm -rf "${D}/usr/include" + rm -r "${D}"/usr/include dodoc AUTHORS ChangeLog NEWS README TODO } |