diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-24 20:54:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-24 20:54:34 +0000 |
commit | f8114dc72ee4859d21bb54390891ecbd703f631b (patch) | |
tree | 72810cf12b2261441348c384676417534e81d626 /games-board | |
parent | version bumping, adding ~ppc (diff) | |
download | gentoo-2-f8114dc72ee4859d21bb54390891ecbd703f631b.tar.gz gentoo-2-f8114dc72ee4859d21bb54390891ecbd703f631b.tar.bz2 gentoo-2-f8114dc72ee4859d21bb54390891ecbd703f631b.zip |
clean older ebuilds
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/qgo/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/qgo/files/0.2.2-gcc.patch | 24 | ||||
-rw-r--r-- | games-board/qgo/files/digest-qgo-0.2.2 | 1 | ||||
-rw-r--r-- | games-board/qgo/files/digest-qgo-1.0.0 | 1 | ||||
-rw-r--r-- | games-board/qgo/qgo-0.2.2.ebuild | 30 | ||||
-rw-r--r-- | games-board/qgo/qgo-1.0.0.ebuild | 27 |
6 files changed, 5 insertions, 84 deletions
diff --git a/games-board/qgo/ChangeLog b/games-board/qgo/ChangeLog index edaba2accd81..3347e89063b4 100644 --- a/games-board/qgo/ChangeLog +++ b/games-board/qgo/ChangeLog @@ -1,6 +1,10 @@ # 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.10 2005/03/31 17:36:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.11 2005/05/24 20:54:34 mr_bones_ Exp $ + + 24 May 2005; Michael Sterrett <mr_bones_@gentoo.org> + -files/0.2.2-gcc.patch, -qgo-0.2.2.ebuild, -qgo-1.0.0.ebuild: + clean older ebuilds *qgo-1.0.1 (31 Mar 2005) diff --git a/games-board/qgo/files/0.2.2-gcc.patch b/games-board/qgo/files/0.2.2-gcc.patch deleted file mode 100644 index 0d113732b156..000000000000 --- a/games-board/qgo/files/0.2.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-0.2.2 b/games-board/qgo/files/digest-qgo-0.2.2 deleted file mode 100644 index 28eaffedfe45..000000000000 --- a/games-board/qgo/files/digest-qgo-0.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 4483bebd46ceda203b0cbad35da0a624 qgo-0.2.2-b3.tar.gz 1751040 diff --git a/games-board/qgo/files/digest-qgo-1.0.0 b/games-board/qgo/files/digest-qgo-1.0.0 deleted file mode 100644 index afe8bd4d1798..000000000000 --- a/games-board/qgo/files/digest-qgo-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 a455fb3a850e340c9d07bb5e514026ef qgo-1.0.0.tar.gz 1420181 diff --git a/games-board/qgo/qgo-0.2.2.ebuild b/games-board/qgo/qgo-0.2.2.ebuild deleted file mode 100644 index aaa9b6b21fd6..000000000000 --- a/games-board/qgo/qgo-0.2.2.ebuild +++ /dev/null @@ -1,30 +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-0.2.2.ebuild,v 1.3 2005/03/31 17:36:05 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}-b3.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc ~amd64" -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-1.0.0.ebuild b/games-board/qgo/qgo-1.0.0.ebuild deleted file mode 100644 index 3deccf96734d..000000000000 --- a/games-board/qgo/qgo-1.0.0.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.0.ebuild,v 1.3 2005/03/31 17:36:05 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 ~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 -r "${D}"/usr/include - dodoc AUTHORS ChangeLog NEWS README TODO -} |