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
commitc06bc4769e2974ebd75ace624d79b545ce88b829 (patch)
tree45c1fdcf6aac8849e5eb62d0352f8e5bfb33d495 /games-simulation
parentstable for x86 (diff)
downloadhistorical-c06bc4769e2974ebd75ace624d79b545ce88b829.tar.gz
historical-c06bc4769e2974ebd75ace624d79b545ce88b829.tar.bz2
historical-c06bc4769e2974ebd75ace624d79b545ce88b829.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/singularity/Manifest2
-rw-r--r--games-simulation/singularity/singularity-0.25.ebuild31
2 files changed, 0 insertions, 33 deletions
diff --git a/games-simulation/singularity/Manifest b/games-simulation/singularity/Manifest
index 891175a52a16..01e3df070fd1 100644
--- a/games-simulation/singularity/Manifest
+++ b/games-simulation/singularity/Manifest
@@ -1,8 +1,6 @@
AUX singularity-0.26a-musicdir.patch 1145 RMD160 13602f4dd865539b9eeeb15ebacf78a7114a1aa3 SHA1 46a80b9c0b87057720bfd5f02ddca2fb2314ca6a SHA256 b2c1a11508711d83e8c76afe9a0cb00e6e43db30f87f2759e3aaebabef445edc
DIST endgame-singularity-music-001.zip 23997713 RMD160 e2ee47d6fde5da48825a6198af8d1a4fc8fcc585 SHA1 fe112cd67974f740015f922d75b3b5dee28ac8da SHA256 f0d68beebac597252930fc458d19381b5806226f33b338e495f4af0b9407a8b6
-DIST singularity_0.25.tar.gz 468709 RMD160 e77e89153ca564af20d40520b55081604618fbb8 SHA1 edbd5013e8c79427d1e55da6eb880870455a0c40 SHA256 d32cab6e03d01f48b2f09adfaf9b245511820017991b26fd2472a93a3edd1ea3
DIST singularity_0.26a.tar.gz 1262046 RMD160 8241cd5cc8d1ec6e449e351f4f7d06b5a2b243fc SHA1 547724c9d6f5cbf6f39530008abb5529743fa418 SHA256 3d457ae793c2dc80387c9f1548c2fb3232aec95c650bb8401d9107dbeeb601d4
-EBUILD singularity-0.25.ebuild 955 RMD160 cec1ea50f6229ebea0ad4df67fdf8f1b11738708 SHA1 359e87a5ba518101c29b8ef7815987386fc2e175 SHA256 1694d0c9f8081bc09df9dbc94b53b41c4cf78f8fd7bed4cc594520e56e436e78
EBUILD singularity-0.26a.ebuild 1216 RMD160 e07347f57599b1d191a0116b151168bbb1407351 SHA1 398f77fcc29f0927bdb863820028aa00b19add8e SHA256 861006f62ad0c9f0773282a3f7d0850479ad026476c52817fbbc97c72ce6d3eb
MISC ChangeLog 1004 RMD160 b641abd6df3e89690c89561beaf3bcbb75170f6a SHA1 a0bc79930673d733017f2fe0268598fc321f713c SHA256 545280a8b839a46a134f4bf0ed170dc2b899631755bc8cba78e38f1f73fcd11a
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
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
-}