summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-01-12 16:26:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-01-12 16:26:18 +0000
commit03dc8481288741dfc0132721e3a2fdd9e2b83daa (patch)
tree369e7197eb02407d0cabd1db575856469c2193f9 /games-board/qgo
parentversion bump (diff)
downloadgentoo-2-03dc8481288741dfc0132721e3a2fdd9e2b83daa.tar.gz
gentoo-2-03dc8481288741dfc0132721e3a2fdd9e2b83daa.tar.bz2
gentoo-2-03dc8481288741dfc0132721e3a2fdd9e2b83daa.zip
old
(Portage version: 2.0.53)
Diffstat (limited to 'games-board/qgo')
-rw-r--r--games-board/qgo/files/1.0.1-gcc.patch24
-rw-r--r--games-board/qgo/files/1.0.2-gcc.patch24
-rw-r--r--games-board/qgo/files/digest-qgo-1.0.11
-rw-r--r--games-board/qgo/files/digest-qgo-1.0.21
-rw-r--r--games-board/qgo/qgo-1.0.1.ebuild27
-rw-r--r--games-board/qgo/qgo-1.0.2.ebuild26
6 files changed, 0 insertions, 103 deletions
diff --git a/games-board/qgo/files/1.0.1-gcc.patch b/games-board/qgo/files/1.0.1-gcc.patch
deleted file mode 100644
index 0d113732b156..000000000000
--- a/games-board/qgo/files/1.0.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/1.0.2-gcc.patch b/games-board/qgo/files/1.0.2-gcc.patch
deleted file mode 100644
index 0d113732b156..000000000000
--- a/games-board/qgo/files/1.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/digest-qgo-1.0.1 b/games-board/qgo/files/digest-qgo-1.0.1
deleted file mode 100644
index 84959f9b94a0..000000000000
--- a/games-board/qgo/files/digest-qgo-1.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6bc17460c17cc0e19af01c991bfbd128 qgo-1.0.1.tar.gz 1399181
diff --git a/games-board/qgo/files/digest-qgo-1.0.2 b/games-board/qgo/files/digest-qgo-1.0.2
deleted file mode 100644
index fc084bb3a8f7..000000000000
--- a/games-board/qgo/files/digest-qgo-1.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c202a232d1902a902683c421f0177b8c qgo-1.0.2.tar.gz 1774935
diff --git a/games-board/qgo/qgo-1.0.1.ebuild b/games-board/qgo/qgo-1.0.1.ebuild
deleted file mode 100644
index 2c3d64ea6be3..000000000000
--- a/games-board/qgo/qgo-1.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.1.ebuild,v 1.2 2005/05/24 21:06:01 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"
- rm -r "${D}"/usr/include
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/games-board/qgo/qgo-1.0.2.ebuild b/games-board/qgo/qgo-1.0.2.ebuild
deleted file mode 100644
index bb9d30a6b3aa..000000000000
--- a/games-board/qgo/qgo-1.0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
-}