summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/cuyo/cuyo-1.8.6.ebuild')
-rw-r--r--games-puzzle/cuyo/cuyo-1.8.6.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/games-puzzle/cuyo/cuyo-1.8.6.ebuild b/games-puzzle/cuyo/cuyo-1.8.6.ebuild
deleted file mode 100644
index 7e988ac46fc9..000000000000
--- a/games-puzzle/cuyo/cuyo-1.8.6.ebuild
+++ /dev/null
@@ -1,42 +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/cuyo/cuyo-1.8.6.ebuild,v 1.7 2009/02/17 00:02:31 mr_bones_ Exp $
-
-EAPI=2
-inherit 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_prepare() {
- 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 MOC="${QTDIR}"/bin/moc || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README TODO ChangeLog
- make_desktop_entry cuyo Cuyo
- prepgamesdirs
-}