summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-08-14 17:24:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-08-14 17:24:45 +0000
commite8bdcd73f65cde7095d7f87e989f7e6d231df0f8 (patch)
tree1b874add70a0c904b4fa130e192d87da5ee9a734 /games-misc
parentStable on ppc wrt bug 233920 (diff)
downloadgentoo-2-e8bdcd73f65cde7095d7f87e989f7e6d231df0f8.tar.gz
gentoo-2-e8bdcd73f65cde7095d7f87e989f7e6d231df0f8.tar.bz2
gentoo-2-e8bdcd73f65cde7095d7f87e989f7e6d231df0f8.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/qlife/qlife-0.8.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/games-misc/qlife/qlife-0.8.ebuild b/games-misc/qlife/qlife-0.8.ebuild
deleted file mode 100644
index 93ef9d42b899..000000000000
--- a/games-misc/qlife/qlife-0.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.8.ebuild,v 1.2 2005/07/01 15:03:34 caleb Exp $
-
-inherit kde
-need-qt 3
-
-DESCRIPTION="Simulates the classical Game of Life invented by John Conway"
-HOMEPAGE="http://personal.inet.fi/koti/rkauppila/projects/life/"
-SRC_URI="http://freshmeat.net/redir/qlife/50265/url_tgz/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_compile() {
- ${QTDIR}/bin/qmake || die "qmake failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dobin qlife || die "dobin failed"
- insinto /usr/share/qlife
- doins patterns/* || die "doins failed"
- dodoc README ChangeLog Todo About
-}