diff options
author | Christophe LEFEBVRE (chtof) <chtof62@gmail.com> | 2010-04-11 21:03:55 +0000 |
---|---|---|
committer | Christophe LEFEBVRE (chtof) <chtof62@gmail.com> | 2010-04-11 21:03:55 +0000 |
commit | 483c4e49b6474c4a14063d7ecb1f02c12c498620 (patch) | |
tree | f38ce87d121ed892189b889b64004b65c2d90b0f /games-arcade | |
parent | Minor cleanup and few additional exit-points in case of failures. (diff) | |
download | sunrise-483c4e49b6474c4a14063d7ecb1f02c12c498620.tar.gz sunrise-483c4e49b6474c4a14063d7ecb1f02c12c498620.tar.bz2 sunrise-483c4e49b6474c4a14063d7ecb1f02c12c498620.zip |
games-arcade/bloboats: Mirror 1 unavailable (access denied) : SRC_URI changed for Mirror 2 ; Even with a good SRC_URI, I have a blackscreen when I launch the game...
svn path=/sunrise/; revision=10439
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/bloboats/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/bloboats/Manifest | 4 | ||||
-rw-r--r-- | games-arcade/bloboats/bloboats-1.0.1.ebuild | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/games-arcade/bloboats/ChangeLog b/games-arcade/bloboats/ChangeLog index d58393c6a..209f2f539 100644 --- a/games-arcade/bloboats/ChangeLog +++ b/games-arcade/bloboats/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for games-arcade/bloboats -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 11 Apr 2010; Christophe LEFEBVRE (chtof) <chtof62@gmail.com> + bloboats-1.0.1.ebuild: + Mirror 1 unavailable (access denied) : SRC_URI changed for Mirror 2 ; Even + with a good SRC_URI, I have a blackscreen when I launch the game... + 06 Apr 2007; Nathan Smith (ndansmith) <ndansmith@gmail.com> bloboats-1.0.1.ebuild: Added ~ppc keyword diff --git a/games-arcade/bloboats/Manifest b/games-arcade/bloboats/Manifest index 894a54332..c82272d9a 100644 --- a/games-arcade/bloboats/Manifest +++ b/games-arcade/bloboats/Manifest @@ -1,4 +1,4 @@ DIST bloboats-1.0.1.tar.gz 7603140 RMD160 0a64d658e187393dbf001242b43af00c6f018720 SHA1 c53646090dee7420f624760a1f645d2a5c5f02ea SHA256 bbaf9b4774e42c1ec1b2473fca7e957c0b2b61448be4ba5e5023863e14d92242 -EBUILD bloboats-1.0.1.ebuild 1006 RMD160 03b5891d6318ccf42d962c5de4596f1869815150 SHA1 26b5e72e62ec5e5120b75831a83a107a126dc7ea SHA256 8583291a11ced15cfbf6958c7075fbcc9785654b8a6d87486242f073b979ad13 -MISC ChangeLog 547 RMD160 22aebcd219ad9344266584135c8453dcfdb2b616 SHA1 7638d4a8191f0640cbb162ba255dd25745b3d375 SHA256 dafa4d042ea214468c28b5f31954e3c4d587b416f2363633024684f16632654a +EBUILD bloboats-1.0.1.ebuild 985 RMD160 847cea52d9451a4b66880c01698bccea26451875 SHA1 097073f35a7cb8e32ed530fda7ed05c19db0e80b SHA256 b951a2ce0a6b439ed0c4e10a3579254be9da7c353f0bfc53238b49f6764cb535 +MISC ChangeLog 783 RMD160 63a3041cf46cd1ba2e81296ad096abb3c3011a5f SHA1 94935f9740164022318617fdc99a95381df18f5e SHA256 d596572c1dceb7e40fae7f4b0c8834bb62c3879fd2b8469226a5c1d1a1535d2a MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/games-arcade/bloboats/bloboats-1.0.1.ebuild b/games-arcade/bloboats/bloboats-1.0.1.ebuild index 182e9c64f..7f661b02b 100644 --- a/games-arcade/bloboats/bloboats-1.0.1.ebuild +++ b/games-arcade/bloboats/bloboats-1.0.1.ebuild @@ -4,9 +4,9 @@ inherit games toolchain-funcs -DESCRIPTION="arcade-like boat racing game combining platform jumpers and elastomania / x-moto like games" +DESCRIPTION="Arcade-like boat racing game combining platform jumpers and elastomania / x-moto like games" HOMEPAGE="http://bloboats.dy.fi/" -SRC_URI="http://mirror.kapsi.fi/bloboats.dy.fi/${P}.tar.gz" +SRC_URI="http://koti.mbnet.fi/makegho/c/blobtrox/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -34,6 +34,6 @@ src_unpack(){ } src_install(){ - emake PREFIX="${D}" install || die "emake install failed" + emake PREFIX="${D}" install || die prepgamesdirs } |