summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-22 21:34:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-22 21:34:35 +0000
commita961a3d65f2db49e95762de5f07aa2a238eeb63c (patch)
tree8d8d234c4b785ba5b404ef170bd0b2ebb6d7ea1c /games-puzzle/cuyo
parentold (diff)
downloadhistorical-a961a3d65f2db49e95762de5f07aa2a238eeb63c.tar.gz
historical-a961a3d65f2db49e95762de5f07aa2a238eeb63c.tar.bz2
historical-a961a3d65f2db49e95762de5f07aa2a238eeb63c.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-puzzle/cuyo')
-rw-r--r--games-puzzle/cuyo/cuyo-1.8.5.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/games-puzzle/cuyo/cuyo-1.8.5.ebuild b/games-puzzle/cuyo/cuyo-1.8.5.ebuild
deleted file mode 100644
index 787fe7b93740..000000000000
--- a/games-puzzle/cuyo/cuyo-1.8.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.5.ebuild,v 1.8 2006/10/08 22:22:59 nyhm Exp $
-
-inherit toolchain-funcs 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="$(qt_min_version 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"
-}
-
-src_compile() {
- egamesconf \
- --with-qtdir="${QTDIR}" \
- --with-x \
- || die
- emake CXX=$(tc-getCXX) || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README TODO ChangeLog
- prepgamesdirs
-}