Portage is a package management system used by Gentoo Linux
# ChangeLog for games-puzzle/cuyo
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.18 2008/06/22 21:37:46 mr_bones_ Exp $
22 Jun 2008; Michael Sterrett
use slot dep instead of qt3 function
19 Feb 2008; nixnut
Stable on ppc wrt bug 210368
18 Feb 2008; Santiago M. Mola
amd64 stable wrt bug #210368
11 Dec 2007; Tupone Alfredo
Fix build: use moc from qt3 instead of the one in PATH
*cuyo-1.8.6 (27 May 2007)
27 May 2007; Tupone Alfredo
+files/cuyo-1.8.6-gcc4.patch, +cuyo-1.8.6.ebuild:
Version bump. Bug #160072 by Pacho Ramos
08 Oct 2006; Tristan Heaven
Use qt3 eclass
15 Aug 2006; Thomas Cort
Stable on amd64 wrt Bug #143961
16 Feb 2006;
modular X dependency fix
07 Jul 2005; Caleb Tennis
Fix qt dep
15 Jun 2005; Chris Gianelloni
Removed INSTALL file.
28 Dec 2004; Ciaran McCreesh
Change encoding to UTF-8 for GLEP 31 compliance
01 Dec 2004; Michael Sterrett
use kde-functions to set PATH before compile (bug #70861)
19 Nov 2004; Michael Sterrett
clean older version
*cuyo-1.8.5 (06 Nov 2004)
06 Nov 2004; Michael Sterrett
version bump; added amd64 per bug #69615
*cuyo-1.8.1 (13 Sep 2003)
13 Sep 2003; Mike Frysinger
Set QT to work with any version again.
*cuyo-1.6.1 (27 Dec 2002)
27 Dec 2002; Mike Frysinger
Dropped qt ver back to 2 while qt3 issues are worked out.
Added games eclass support.
*cuyo-1.6.0_beta2 (28 Nov 2002)
28 Nov 2002; Dan Armak
New version for qt3. Marked as testing initially.
*cuyo-1.05 (23 Oct 2002)
23 Oct 2002; Spider
updated version with bugfixes
*cuyo-1.03 (01 Apr 2002)
17 jul 2002; Jose Alberto Suárez López
Added LICENSE, KEYWORDS.
1 Apr 2002; Spider
Adding this highly addictive game to portage.
AUX cuyo-1.8.6-gcc4.patch 387 RMD160 95f3aba6ffa81ff45d14617f6b62e851b7e85ef3 SHA1 f33d4da3d7a8f840be526972b283f95acb0d5278 SHA256 f4087f65a831c93d1196fcf01ea74cf739869308f4a6c8a867ae9aa76028b47e
DIST cuyo-1.8.6.tar.gz 1444617 RMD160 6b39aa146dbcfb4c51b511fce495bec7876a53a6 SHA1 c50ac76ae0c4c68ee841f99d51ff6392b916d602 SHA256 4b8ed5fa01ec922f19d52a7da9538a55a6bbe4c728c904a49ffeb7e3174d1f6d
EBUILD cuyo-1.8.6.ebuild 1075 RMD160 35b0915f4026becfd07096f332bde712ff4d9727 SHA1 f0c40fa8af413fc8515ecd54dad622050185815d SHA256 df3dc3e3ef580547e0a681a180ebf07b5c518d7037b4d8f6625834ee4dcb3bd8
MISC ChangeLog 2532 RMD160 5e09edfb826da6ceb3b5231c2289eec94a368bde SHA1 f9771ac78ead78458ede65f5f633b6d72acfc52d SHA256 aef7f2a84a4f4c6a0d1fd6e5ecc305631d2a488cca1008b00883bbb92806531d
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.6.ebuild,v 1.6 2008/06/22 21:37:46 mr_bones_ Exp $
EAPI=1
inherit toolchain-funcs eutils qt3 games
DESCRIPTION="highly addictive and remotely related to tetris"
HOMEPAGE="http://www.karimmi.de/cuyo/"
SRC_URI="http://savannah.nongnu.org/download/cuyo/${P//_}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND=">=x11-libs/qt-3.3:3"
S=${WORKDIR}/${P/_}
src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e '/^gamesdir.*=/ s:\$(prefix)/games:$(bindir):' \
-e 's:-O2:@CXXFLAGS@ -Wno-long-long:' src/Makefile.in \
|| die "sed src/Makefile.in failed"
epatch "${FILESDIR}"/${P}-gcc4.patch
}
src_compile() {
egamesconf \
--with-qtdir="${QTDIR}" \
--with-x \
|| die
emake CXX=$(tc-getCXX) MOC="${QTDIR}"/bin/moc || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS NEWS README TODO ChangeLog
prepgamesdirs
}