summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLocke Shinseiko <wizzleby@gmail.com>2010-04-07 06:43:08 -0400
committerLocke Shinseiko <wizzleby@gmail.com>2010-04-07 06:43:08 -0400
commit9ccd7df8646951d03efc6d15f0a9acbc5b70848f (patch)
tree834025614d34c055c560879ad406fc0fc93f64ba
parent[games-simulation/openttd] metadata.xml: added desc for openmedia USE flag (diff)
downloadgamerlay-9ccd7df8646951d03efc6d15f0a9acbc5b70848f.tar.gz
gamerlay-9ccd7df8646951d03efc6d15f0a9acbc5b70848f.tar.bz2
gamerlay-9ccd7df8646951d03efc6d15f0a9acbc5b70848f.zip
[games-simulation/openttd] openttd-1.0.0: remove one last reference to openmsx
Signed-off-by: Locke Shinseiko <wizzleby@gmail.com>
-rw-r--r--games-simulation/openttd/Manifest3
-rw-r--r--games-simulation/openttd/openttd-1.0.0.ebuild9
2 files changed, 7 insertions, 5 deletions
diff --git a/games-simulation/openttd/Manifest b/games-simulation/openttd/Manifest
index 5fe8ffe..654ac6d 100644
--- a/games-simulation/openttd/Manifest
+++ b/games-simulation/openttd/Manifest
@@ -1,5 +1,6 @@
AUX openttd.initd 529 RMD160 ff9fdf7a787ae3d08ec4dbef1b1b37eee12d1ccd SHA1 f833206fc430c6e7afec76c39e97af0f7ec6578a SHA256 a16e5c64a073d0b7e7092bb906b7f064414870a8607bebce16b4b08cff7f4112
DIST openttd-1.0.0-source.tar.bz2 5334428 RMD160 073f64185d15496f6ca510200c80fecbca4eb388 SHA1 2513c0118794f3e1573589abd8f7e2480c24414b SHA256 5049e1c5a14e134ed20d8ea9fe781502b5fd9588c1ca80e99f2d061b9927153b
-EBUILD openttd-1.0.0.ebuild 4247 RMD160 4d572987b42f0591fc203587b70af93ea5f051b9 SHA1 311da718ee517ba3961088335255e2c22b9444c9 SHA256 2c25e74cc4ddadf9885a1c8d94c027b194482a0a9138d9551693241c5fc9e342
+EBUILD openttd-1.0.0.ebuild 4331 RMD160 c811c93abb9c828e45218d47fc0cd6db92a511c2 SHA1 a5d8ab789eb75c4dea5c47af63afabdb63809e97 SHA256 8a3bfe7a0eee9ffa3424f00e62edeeb896e701d0e814cb6928175f8f65310080
MISC ChangeLog 816 RMD160 076a8abd10a308a06c2b5ddfcf0029d7c70290fe SHA1 11dcc4b5bbf728e402cd1b070337189ff0c9132e SHA256 3fab657d1ac100fa903d5b2a6a8124dccfe535348fc6b09164417b3401b3c9a9
MISC metadata.xml 690 RMD160 7111aa7378443af1d4894e82d6974d27297a1ac8 SHA1 20c3b3735ead24808d976c1fb75fb4ad0622f240 SHA256 77fc62745951ebd0ed57db793ef88020e5ee3e0cec55d62ed63a5e5cb4e817a4
+MISC openttd-0.7.5-to-1.0.0.ebuild.patch 4393 RMD160 1f002eb29ea10dd274eb800c0f42b47e91f05916 SHA1 3c00f6c257967ceffa693d22e00b54daf4dbfb36 SHA256 e2790ade8383e7dd8da726018ef9c735e4388fcb1ecd4f659ca52c21b5886307
diff --git a/games-simulation/openttd/openttd-1.0.0.ebuild b/games-simulation/openttd/openttd-1.0.0.ebuild
index fb11e91..dece33c 100644
--- a/games-simulation/openttd/openttd-1.0.0.ebuild
+++ b/games-simulation/openttd/openttd-1.0.0.ebuild
@@ -143,10 +143,11 @@ pkg_postinst() {
elog "You have emerged with 'aplaymidi' for playing MIDI."
elog "You have to set the environment variable ALSA_OUTPUT_PORTS."
elog "Available ports can be listed by using 'aplaymidi -l'."
- if ! use openmsx ; then
- elog "You have disabled the openmsx use flag, in game music"
- elog "will be unavailable unless you build with openmsx"
- elog "or install a music set in ~/.openttd/gm"
+ if ! use openmedia ; then
+ elog "You have disabled the openmedia use flag, in-game music"
+ elog "will be unavailable unless you install games-misc/openmsx"
+ elog "or install a music set in ~/.openttd/gm or use the in-game"
+ elog "download functionality to get a music set"
fi
else
elog "alsa not in USE so music will not be played during the game."