diff options
author | Tristan Heaven <tristan@gentoo.org> | 2008-06-25 09:51:41 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2008-06-25 09:51:41 +0000 |
commit | 5848446673e545c35a9f8b32609a25356e0e3e1c (patch) | |
tree | b464a82e16bd3bb090891825d149aa0dfbfb5749 /games-simulation/micropolis | |
parent | Version bump. (diff) | |
download | historical-5848446673e545c35a9f8b32609a25356e0e3e1c.tar.gz historical-5848446673e545c35a9f8b32609a25356e0e3e1c.tar.bz2 historical-5848446673e545c35a9f8b32609a25356e0e3e1c.zip |
call prepgamesdirs
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25.8 x86_64
Diffstat (limited to 'games-simulation/micropolis')
-rw-r--r-- | games-simulation/micropolis/Manifest | 8 | ||||
-rw-r--r-- | games-simulation/micropolis/micropolis-1.0.ebuild | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-simulation/micropolis/Manifest b/games-simulation/micropolis/Manifest index 6370fbb566ce..55cd5fa61fc0 100644 --- a/games-simulation/micropolis/Manifest +++ b/games-simulation/micropolis/Manifest @@ -3,13 +3,13 @@ Hash: SHA1 DIST micropolis-activity-source.tgz 7676438 RMD160 0a683d86b1b0b1ae743abf4488293005ad3da87d SHA1 fe5b47bc63cee6f17d199772d8d0d50996dcacbb SHA256 1b3c72dc3680a34b5fc5a740a6fb5cfc0b8775514da8ab7bb3b2965b20d4f8bc DIST micropolis_git.patch 83549 RMD160 3014255b9426bc2bfb25ae22631ff16701022303 SHA1 82ceb5c43c2c9a6121b02b64c5780eaa755106af SHA256 13419a4394242cd11d5cabd8b1b50787282ea16b55fdcfbeadf8505af46b0592 -EBUILD micropolis-1.0.ebuild 1226 RMD160 1d38dfb3c6a705bb94efef1f4e9cb0b4f8f1b8f9 SHA1 843b510984430a4f43d745964b46b3103e67f2ee SHA256 e36a29d906a67efed4583a20aede86f7cf186fbcb6e1fe75916c5200d37bc2d4 +EBUILD micropolis-1.0.ebuild 1241 RMD160 9623c3b0c0b8369815e2bfb363378b85315f4484 SHA1 ca0319ba69db0a65cf52b58ec543b8ed6dd1d626 SHA256 6453f2cb84cf6976dcaea0a7af7775eea8137b559e678c420ee591fb321eac8d MISC ChangeLog 399 RMD160 ecd8fc08f9d5d391256cc18f8cd97a89b42a099a SHA1 c6d501461991f2ec1e81dcc68e16e49a016cb8c0 SHA256 4dca843d048cf84c728de0aa532acfee2569c0b72c7a511b00d38b18154fb2fb MISC metadata.xml 215 RMD160 6f1cd8dd52cf06aaac0dbdfffd8ae35d72f588de SHA1 87b668a7f8b650ea2ff5f976a23c0033a55b6db8 SHA256 1641652c5aaf8e7536564089ff72ee43e0f0620d2204574ec283fe8a8b503cfd -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) -iEYEARECAAYFAkhiE8kACgkQdz7hIScOURF/ZwCePI9spP1oHUH7RiTxlx+36dtr -8lsAn3t6vCF9EH1syAAvLsSIKEcFWsZ0 -=eOjI +iEYEARECAAYFAkhiFTIACgkQdz7hIScOURFOqACg7CSRStCXoMsG8oAlltp0+oes +QDYAoMLfg5PfaQh3iglYsIc3Qm7ExFdk +=MM4m -----END PGP SIGNATURE----- diff --git a/games-simulation/micropolis/micropolis-1.0.ebuild b/games-simulation/micropolis/micropolis-1.0.ebuild index dde011b3c5fa..e4258dd2f819 100644 --- a/games-simulation/micropolis/micropolis-1.0.ebuild +++ b/games-simulation/micropolis/micropolis-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.1 2008/06/11 15:11:49 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.2 2008/06/25 09:51:41 nyhm Exp $ inherit eutils games @@ -47,4 +47,6 @@ src_install() { games_make_wrapper micropolis res/sim "${dir}" doicon Micropolis.png make_desktop_entry micropolis "Micropolis" Micropolis.png + + prepgamesdirs } |