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 | 1afb446c3f121dd329e02c9eddf34d78954310ab (patch) | |
tree | ac1752d4f1a1c5bc92d0ede2fb4e9b8b17d17e2f /games-board/qgo | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-1afb446c3f121dd329e02c9eddf34d78954310ab.tar.gz gentoo-2-1afb446c3f121dd329e02c9eddf34d78954310ab.tar.bz2 gentoo-2-1afb446c3f121dd329e02c9eddf34d78954310ab.zip |
still need the gcc patch #74470
Diffstat (limited to 'games-board/qgo')
-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 |
9 files changed, 8 insertions, 138 deletions
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 } |