From e2f9ebafc0573eb4636ecb0fdc4fdad2fc0a0219 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sat, 29 Aug 2009 18:22:13 +0000 Subject: old Package-Manager: portage-2.1.6.13/cvs/Linux i686 --- games-board/qgo/Manifest | 6 -- games-board/qgo/files/qgo-1.5.4-gcc43.patch | 115 ------------------------- games-board/qgo/files/qgo-1.5.4-parallel.patch | 34 -------- games-board/qgo/qgo-1.5.1.ebuild | 21 ----- games-board/qgo/qgo-1.5.4.ebuild | 38 -------- 5 files changed, 214 deletions(-) delete mode 100644 games-board/qgo/files/qgo-1.5.4-gcc43.patch delete mode 100644 games-board/qgo/files/qgo-1.5.4-parallel.patch delete mode 100644 games-board/qgo/qgo-1.5.1.ebuild delete mode 100644 games-board/qgo/qgo-1.5.4.ebuild (limited to 'games-board') diff --git a/games-board/qgo/Manifest b/games-board/qgo/Manifest index 2fb0587d13ed..12b9252400da 100644 --- a/games-board/qgo/Manifest +++ b/games-board/qgo/Manifest @@ -1,12 +1,6 @@ -AUX qgo-1.5.4-gcc43.patch 3754 RMD160 3f2fb127a34a1193b43514409a78a5ea8ef230f3 SHA1 b8c54d2ade1067f51ca72b6f04415c6fdf14f8c5 SHA256 4f5662c4362a98e2dee388be82e4bf31538ae59fb6956c43b0105a278038bc7f -AUX qgo-1.5.4-parallel.patch 907 RMD160 389155cf0aba40247889327bcfa4819e43d363d9 SHA1 f276a5ac3cfd75995aeb65b8e19eeacad44db3aa SHA256 47570371bbb11129ad7542fcf24d4b99d9db3fd507f71ce75eadf5b28ce5cebf AUX qgo-1.5.4_p3-gcc43.patch 3754 RMD160 3f2fb127a34a1193b43514409a78a5ea8ef230f3 SHA1 b8c54d2ade1067f51ca72b6f04415c6fdf14f8c5 SHA256 4f5662c4362a98e2dee388be82e4bf31538ae59fb6956c43b0105a278038bc7f AUX qgo-1.5.4_p3-parallel.patch 907 RMD160 389155cf0aba40247889327bcfa4819e43d363d9 SHA1 f276a5ac3cfd75995aeb65b8e19eeacad44db3aa SHA256 47570371bbb11129ad7542fcf24d4b99d9db3fd507f71ce75eadf5b28ce5cebf -DIST qgo-1.5.1-r1.tar.gz 2335443 RMD160 e92f12d180bd9aba029670b522b4ae4929f275f6 SHA1 2b0987abc01ac254fc75957bcd5159937df15e3e SHA256 5fad22968e8b4274f0d317fc421b524ecdd21f1e9b14e2bfe407b54e8417b09c DIST qgo-1.5.4-r3.tar.gz 2490737 RMD160 4bcbe8db7967736a996d91cf2fb8ba11f5019fde SHA1 19581ef2b12029af27f0c36ab561c59d36ada4bf SHA256 ddfb66ada7027b844838895061f266bda03b327e8dfec2ee2782e14748bac104 -DIST qgo-1.5.4.tar.gz 2427901 RMD160 82e4220c268124774b109d078fa82c65520d4394 SHA1 36a6656780b25c45194fb31db90288b3b199f88f SHA256 1c5dd7171e4da1339b0d95c3f1cfed8a592e6e4b8dc0bf446a5d3fc02e62d014 -EBUILD qgo-1.5.1.ebuild 574 RMD160 5226d018e6560f487f5e3124c49982e06e999367 SHA1 82a5b1489ceb5f089c268d42c3399aec38ed7f36 SHA256 2b87c55a1660c692e7ab02346765b94524b95371863b2dc2c34e092add804096 -EBUILD qgo-1.5.4.ebuild 920 RMD160 1d77056dc80d0c6fbaa5e125ae30d37eaef06d48 SHA1 03d69b5de3cc2c269d71801af9519cb414e5cd12 SHA256 008736c88cc4c74888f66754403733590cc10659e9b1c85ac8f6c45dcbc6e2e6 EBUILD qgo-1.5.4_p3.ebuild 1119 RMD160 35bef66c68cfe70d2fba1bb6ac2ecf764f7b88e5 SHA1 37e09523f66050fb9be2b112cb2081273171b2e0 SHA256 98dc76b53e8eda445f37651a2d607f77dce4c0ff56eea3030379c736b7d4f59e MISC ChangeLog 4698 RMD160 dae23d2c6e4eaf6246415d1c93f0c50a70d09962 SHA1 80c8c00f6c24870bbb5a4e3e21ff07cda7370a5a SHA256 6a6926dd008f3e5428fa911383d0d9203761d74cdf065b70b659d9610097bea1 MISC metadata.xml 388 RMD160 cd5534eeca1a07a692717586962a4a26545796dd SHA1 8d74cbab2c30bea8f61092c6cfad96f5501d5e09 SHA256 286a1e0a2fc34628235ea89461009dcf86c04ba05c0fcd35aed6fc433af7d1b8 diff --git a/games-board/qgo/files/qgo-1.5.4-gcc43.patch b/games-board/qgo/files/qgo-1.5.4-gcc43.patch deleted file mode 100644 index d93f241d5d74..000000000000 --- a/games-board/qgo/files/qgo-1.5.4-gcc43.patch +++ /dev/null @@ -1,115 +0,0 @@ ---- src/matrix.cpp -+++ src/matrix.cpp -@@ -5,7 +5,7 @@ - #include "matrix.h" - #include - #ifndef NO_DEBUG --#include -+#include - #endif - - Matrix::Matrix(int s) -@@ -78,60 +78,60 @@ - - int i, j; - -- cout << "\n "; -+ std::cout << "\n "; - for (i=0; iisEmpty()) - { -- cout << markTexts->count() << " mark texts in the storage.\n"; -+ std::cout << markTexts->count() << " mark texts in the storage.\n"; - for (QStringList::Iterator it=markTexts->begin(); it != markTexts->end(); ++it) -- cout << (QString)(*it) << endl; -+ std::cout << (QString)(*it) << endl; - } - } - #endif ---- src/tree.cpp -+++ src/tree.cpp -@@ -5,7 +5,6 @@ - #include "tree.h" - #include "move.h" - #include "qgo.h" --#include - #include - - Tree::Tree(int board_size) diff --git a/games-board/qgo/files/qgo-1.5.4-parallel.patch b/games-board/qgo/files/qgo-1.5.4-parallel.patch deleted file mode 100644 index 4351104b7071..000000000000 --- a/games-board/qgo/files/qgo-1.5.4-parallel.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- src/sounds/Makefile.in.bad 2007-06-02 11:24:44.000000000 +0200 -+++ src/sounds/Makefile.in 2007-06-02 11:25:08.000000000 +0200 -@@ -373,7 +353,7 @@ - - info-am: - --install-data-am: install-SoundsDATA install-data-local -+install-data-am: install-SoundsDATA - - install-exec-am: - ---- src/translations/Makefile.in.bad 2007-06-02 11:24:48.000000000 +0200 -+++ src/translations/Makefile.in 2007-06-02 11:25:08.000000000 +0200 -@@ -374,7 +353,7 @@ - - info-am: - --install-data-am: install-TranslationsDATA install-data-local -+install-data-am: install-TranslationsDATA - - install-exec-am: - ---- templates/Makefile.in.bad 2007-09-20 15:39:52.000000000 -0400 -+++ templates/Makefile.in 2007-09-20 15:40:01.000000000 -0400 -@@ -386,8 +386,7 @@ - - info-am: - --install-data-am: install-ApplinkDATA install-MimelinkDATA \ -- install-data-local -+install-data-am: install-ApplinkDATA install-MimelinkDATA - - install-exec-am: - diff --git a/games-board/qgo/qgo-1.5.1.ebuild b/games-board/qgo/qgo-1.5.1.ebuild deleted file mode 100644 index 0508ca9d1b50..000000000000 --- a/games-board/qgo/qgo-1.5.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.1.ebuild,v 1.3 2006/09/24 09:01:10 hansmi Exp $ - -inherit kde-functions eutils - -DESCRIPTION="A c++/qt go client and sgf editor" -HOMEPAGE="http://qgo.sourceforge.net/" -SRC_URI="mirror://sourceforge/qgo/${P}-r1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -need-qt 3 - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/games-board/qgo/qgo-1.5.4.ebuild b/games-board/qgo/qgo-1.5.4.ebuild deleted file mode 100644 index b45f9029f05f..000000000000 --- a/games-board/qgo/qgo-1.5.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4.ebuild,v 1.6 2009/02/24 21:20:04 mr_bones_ Exp $ - -EAPI=1 - -inherit eutils qt3 games - -DESCRIPTION="A 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="" - -DEPEND="x11-libs/qt:3" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch \ - "${FILESDIR}"/${P}-parallel.patch \ - "${FILESDIR}"/${P}-gcc43.patch - sed -i 's:$(datadir):/usr/share:' \ - templates/Makefile.in \ - || die "sed Makefile.in failed" - sed -i "s:/usr/share:${GAMES_DATADIR}:" \ - templates/*.desktop \ - || die "sed .desktop failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README TODO - prepgamesdirs -} -- cgit v1.2.3-65-gdbad