diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-15 15:04:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-15 15:04:42 +0000 |
commit | a91402f6c4476c27a919b4d7548ee787358327fe (patch) | |
tree | e5d759fce8d2b35ebec5edf9bb10dc3e9f02d8fd /games-simulation/singularity | |
parent | Also stable on ia64 (diff) | |
download | gentoo-2-a91402f6c4476c27a919b4d7548ee787358327fe.tar.gz gentoo-2-a91402f6c4476c27a919b4d7548ee787358327fe.tar.bz2 gentoo-2-a91402f6c4476c27a919b4d7548ee787358327fe.zip |
old
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-simulation/singularity')
-rw-r--r-- | games-simulation/singularity/Manifest | 13 | ||||
-rw-r--r-- | games-simulation/singularity/singularity-0.28a.ebuild | 39 |
2 files changed, 0 insertions, 52 deletions
diff --git a/games-simulation/singularity/Manifest b/games-simulation/singularity/Manifest index 31b1a01ba78f..7bb1e61fb2ff 100644 --- a/games-simulation/singularity/Manifest +++ b/games-simulation/singularity/Manifest @@ -1,18 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST endgame-singularity-music-005.zip 25944087 RMD160 82b2eca41d33635fb07bce4344ddbc3eebc749f8 SHA1 f01caac2be16ea8ab1ec8b4c7f76f3ee6f22818c SHA256 7e4c12827fb685f28317fd5c7278514ac2a931eaa090eb58260b8178e6605ff6 DIST endgame-singularity-music-006.zip 28250705 RMD160 02d820803c5af660a45b7891ea06738409598530 SHA1 abde1c1490261c0fed3cba3d1ee6d57700183765 SHA256 469697285c00564d831249898204d3e532f2685a17b4cf47ee4abc3ffc29276f -DIST singularity-0.28a-src.tar.gz 1629963 RMD160 fd44109b68173e4eaccc55c2cc945f8858b5faee SHA1 1635398327c92954c719cc9d766d99470c7b6592 SHA256 9340bddd3548bbd75ba23e32ea142ba1e76f7e2da9a49e4f4809f53f184b3747 DIST singularity-0.30-src.tar.gz 2142971 RMD160 00ab8067d23fa145e021708fa1c3c99011cd9968 SHA1 390243b0ea15ca946777b9af090be58567931d2e SHA256 8fc8b4a79b49854ec4a0e83d99237f3c5b3cd3fbcd657368cbb45bc59fa25ff4 -EBUILD singularity-0.28a.ebuild 1144 RMD160 d17bb6a6290a93c97af4c40991a2a5737df561c6 SHA1 758e03946fe9b17c3ef822c2265075fd37ad2c5e SHA256 63b0b3a2bf48336c6d049eba979e658e9778a535fd692ffd9a7b8c878f3193b8 EBUILD singularity-0.30.ebuild 1112 RMD160 3ab35ee03909fd53aa97eae8432146810c8aaf4b SHA1 715fd45cce5ffff63587fbbc00fdc33bbc428d69 SHA256 5f59eae5e265c71c90e5bd22013b68347caa75b081f062017884ea2cdaab2655 MISC ChangeLog 1782 RMD160 41bf6e0161a510962b2996b53be5d0e0f7ba1279 SHA1 45e19ee1ad150ac0edc8126a91bbb44d1fce41c3 SHA256 7a288e6e2757f8b475b93c95db069b10cd5e8bb180d523c3f49c9738f14b7384 MISC metadata.xml 227 RMD160 436ae3deb54a81ca5e9099e33dfb0241481ff675 SHA1 bb7357a7687d84ddd6ac08362fee6dcee8798729 SHA256 28b22e890388a62439dc4a8db704279c20f412291066bec2b8b6c130851126df ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAkpd2qwACgkQNQqtfCuFnePgrwCdHGXzwozltXBM0eBnwGnIa9Ag -r9EAnAsVhs6Qyd31/wVoEFkznmVmVMEK -=6Qyi ------END PGP SIGNATURE----- diff --git a/games-simulation/singularity/singularity-0.28a.ebuild b/games-simulation/singularity/singularity-0.28a.ebuild deleted file mode 100644 index be63cccf9776..000000000000 --- a/games-simulation/singularity/singularity-0.28a.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/singularity/singularity-0.28a.ebuild,v 1.3 2008/06/20 18:06:57 mr_bones_ Exp $ - -inherit eutils games - -MUSIC=endgame-${PN}-music-005 - -DESCRIPTION="A simulation of a true AI. Go from computer to computer, pursued by the entire world" -HOMEPAGE="http://www.emhsoft.com/singularity/" -SRC_URI="http://www.emhsoft.com/singularity/${P}-src.tar.gz - music? ( http://endgame-singularity.googlecode.com/files/${MUSIC}.zip )" - -LICENSE="GPL-2 CCPL-Attribution-ShareAlike-2.5" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="music" - -RDEPEND="dev-python/pygame" -DEPEND="${RDEPEND} - app-arch/unzip" - -src_unpack() { - unpack ${A} - cd "${S}" - - rm -f code/*.pyc data/*.html # Remove unecessary files -} - -src_install() { - insinto "${GAMES_DATADIR}/${PN}" - doins -r code data || die "doins failed" - if use music ; then - doins -r ../${MUSIC}/music || die "doins failed" - fi - games_make_wrapper singularity "python ./singularity.py" "${GAMES_DATADIR}/${PN}/code" - dodoc README.txt TODO Changelog AUTHORS - prepgamesdirs -} |