diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-03-22 02:01:46 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-03-22 02:01:46 +0000 |
commit | 906a564a9393e0699cee6a378476278dce353034 (patch) | |
tree | efca00f1e469ac2940aa14baba878d126c37468c /games-puzzle | |
parent | x11-libs/qt:3 and revdeps removal, bug #283429 (diff) | |
download | gentoo-2-906a564a9393e0699cee6a378476278dce353034.tar.gz gentoo-2-906a564a9393e0699cee6a378476278dce353034.tar.bz2 gentoo-2-906a564a9393e0699cee6a378476278dce353034.zip |
x11-libs/qt:3 and revdeps removal, bug #283429
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/quadros/ChangeLog | 35 | ||||
-rw-r--r-- | games-puzzle/quadros/Manifest | 5 | ||||
-rw-r--r-- | games-puzzle/quadros/files/quadros-0.1-gcc41.patch | 18 | ||||
-rw-r--r-- | games-puzzle/quadros/metadata.xml | 5 | ||||
-rw-r--r-- | games-puzzle/quadros/quadros-0.1.ebuild | 40 |
5 files changed, 0 insertions, 103 deletions
diff --git a/games-puzzle/quadros/ChangeLog b/games-puzzle/quadros/ChangeLog deleted file mode 100644 index b101e58c5256..000000000000 --- a/games-puzzle/quadros/ChangeLog +++ /dev/null @@ -1,35 +0,0 @@ -# ChangeLog for games-puzzle/quadros -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/quadros/ChangeLog,v 1.9 2009/12/29 22:41:19 mr_bones_ Exp $ - - 29 Dec 2009; Michael Sterrett <mr_bones_@gentoo.org> quadros-0.1.ebuild: - Switch to using qt3 eclass instead of deprecated kde eclass (bug #298740) - - 10 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> quadros-0.1.ebuild: - Remove USE arts (deprecated). - - 17 Apr 2007; Christian Faulhammer <opfer@gentoo.org> quadros-0.1.ebuild: - keyworded ~amd64, bug 172218 - - 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: - Transition to Manifest2. - - 27 Sep 2006; Tristan Heaven <nyhm@gentoo.org> quadros-0.1.ebuild: - Add inherit eutils - - 19 May 2006; <Tupone@gentoo.org> +files/quadros-0.1-gcc41.patch, - quadros-0.1.ebuild: - Fixing build with gcc-4.1, bug #133816 - - 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> quadros-0.1.ebuild: - Fix qmake dir per bug #97535 - - 22 Feb 2005; David Holm <dholm@gentoo.org> quadros-0.1.ebuild: - Added to ~ppc. - -*quadros-0.1 (24 Jan 2005) - - 24 Jan 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, - +quadros-0.1.ebuild: - initial commit - ebuild submitted by MaratIK via bug #63212 - diff --git a/games-puzzle/quadros/Manifest b/games-puzzle/quadros/Manifest deleted file mode 100644 index 8c398703a3ed..000000000000 --- a/games-puzzle/quadros/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX quadros-0.1-gcc41.patch 439 RMD160 4867943e6861291e8927e463fb64515700c837a3 SHA1 de27fc1f76cc737ba8c1e389d22ed965018d533e SHA256 dd53c4e72c4420221139cf152c25fc25a3334746abf3db945624fd9334484b26 -DIST quadros-0.1.tar.gz 730745 RMD160 266eeba8edbfefc188c263cf2d62012a62fcf8ff SHA1 5f6811f24eee3bb8dede2c6625379e33b41e2307 SHA256 dfb811a5ce1df07733bf6bb2d099f983b8dc6d3d1cb21df57bef3f00810ce35e -EBUILD quadros-0.1.ebuild 1163 RMD160 fd0af57fac4e8379bfc1945f03e245e4434be486 SHA1 8781feb087d7ee009b2eeaaaf0f7e09d25926c27 SHA256 80b39d06b7ac3f1fbd54a71866c4e52e3504c8bb5ad09ef93a0527dc0c92c12b -MISC ChangeLog 1261 RMD160 c66d3f0e2531c57993fa992e5bec9a648ae346c7 SHA1 fd0d5b2911671e88165fe405832dbc27db4707d0 SHA256 83fec61ee79c1d8a567ac403b94d50ba7c2411dbd59fe3d69dec095b64f7ffe0 -MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-puzzle/quadros/files/quadros-0.1-gcc41.patch b/games-puzzle/quadros/files/quadros-0.1-gcc41.patch deleted file mode 100644 index 50608739ec39..000000000000 --- a/games-puzzle/quadros/files/quadros-0.1-gcc41.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- src/quadros.cpp.old 2006-05-20 00:00:05.000000000 +0200 -+++ src/quadros.cpp 2006-05-20 00:01:45.000000000 +0200 -@@ -336,6 +336,7 @@ - { - case SinglePlayer: - case Arcade: -+ { - SkillOptions opt = FOptions; - opt.RandomSeed = time(NULL)%0xFFFFl; - if (FGameMode == Arcade) -@@ -350,6 +351,7 @@ - setFocus(); - doc1->run(); - break; -+ } - case HumanVsHuman: - case HumanVsComputer: - if (doc1->isPlaying()) diff --git a/games-puzzle/quadros/metadata.xml b/games-puzzle/quadros/metadata.xml deleted file mode 100644 index d3c2cc926f0b..000000000000 --- a/games-puzzle/quadros/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>games</herd> -</pkgmetadata> diff --git a/games-puzzle/quadros/quadros-0.1.ebuild b/games-puzzle/quadros/quadros-0.1.ebuild deleted file mode 100644 index 001711de9fd2..000000000000 --- a/games-puzzle/quadros/quadros-0.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/quadros/quadros-0.1.ebuild,v 1.9 2009/12/30 07:22:53 mr_bones_ Exp $ - -EAPI=2 -inherit eutils qt3 games - -DESCRIPTION="An implementation of the Tetris game with team multiplayer ability" -HOMEPAGE="http://quadros.sourceforge.net/" -SRC_URI="mirror://sourceforge/quadros/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -DEPEND="x11-libs/qt:3" - -src_prepare() { - touch src/multiplayer.ui - epatch "${FILESDIR}/${P}"-gcc41.patch -} - -src_configure() { - ${QTDIR}/bin/qmake -project -o quadros.pro - # Need generating .pro file from scratch - # because shipped src/quadros.pro is corrupted - # and shipped configure scripts requires pre-installed kde-libs - # and other stuff like dcopidl,... - # which are not required by game - echo "QMAKE_CXXFLAGS += ${CXXFLAGS}" >> quadros.pro - echo "CONFIG += qt thread warn_on release" >> quadros.pro - eqmake3 quadros.pro -o Makefile -} - -src_install() { - dogamesbin quadros || die "dogamesbin failed" - dodoc AUTHORS ChangeLog TODO NEWS README - prepgamesdirs -} |