summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-02-14 02:05:27 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-02-14 02:05:27 +0000
commitcb7272629132268aafaff957f577c1869f07308d (patch)
treeebdea419c1a62f3b13ddba4bcd755f42b3529877 /games-simulation/singularity
parentstable for x86 (diff)
downloadgentoo-2-cb7272629132268aafaff957f577c1869f07308d.tar.gz
gentoo-2-cb7272629132268aafaff957f577c1869f07308d.tar.bz2
gentoo-2-cb7272629132268aafaff957f577c1869f07308d.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-simulation/singularity')
-rw-r--r--games-simulation/singularity/singularity-0.25.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/games-simulation/singularity/singularity-0.25.ebuild b/games-simulation/singularity/singularity-0.25.ebuild
deleted file mode 100644
index 9121df23177f..000000000000
--- a/games-simulation/singularity/singularity-0.25.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.25.ebuild,v 1.2 2006/10/08 19:52:54 blubb Exp $
-
-inherit games
-
-DESCRIPTION="A simulation of a true AI. Go from computer to computer, pursued by the entire world. Keep hidden, and you might have a chance."
-HOMEPAGE="http://www.emhsoft.net/singularity/"
-SRC_URI="http://www.emhsoft.net/singularity/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2 CCPL-Attribution-ShareAlike-2.5"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/pygame"
-
-src_unpack() {
- unpack "${A}"
- cd "${S}"
-
- rm code/*.pyc data/*.html # Remove unecessary files
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r code data || die "doins failed"
- games_make_wrapper singularity "python ./singularity.py" "${GAMES_DATADIR}/${PN}/code"
- dodoc README.txt TODO Changelog AUTHORS
- prepgamesdirs
-}