]> Pileus Git - ~andy/sunrise/commitdiff
games-arcade/bloboats: Mirror 1 unavailable (access denied) : SRC_URI changed for...
authorChristophe LEFEBVRE (chtof) <chtof62@gmail.com>
Sun, 11 Apr 2010 21:03:55 +0000 (21:03 +0000)
committerChristophe LEFEBVRE (chtof) <chtof62@gmail.com>
Sun, 11 Apr 2010 21:03:55 +0000 (21:03 +0000)
svn path=/sunrise/; revision=10439

games-arcade/bloboats/ChangeLog
games-arcade/bloboats/Manifest
games-arcade/bloboats/bloboats-1.0.1.ebuild

index d58393c6a066c076f65759327714dbdcd33bd511..209f2f539ca0e7745ae89f8eb02603b95b61175b 100644 (file)
@@ -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
index 894a54332a813d94291549d47aa200026a900e9d..c82272d9ab30ecb8f39331b27dd7eda85e4c6dce 100644 (file)
@@ -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
index 182e9c64fce95ffe53850055d50dd1117c92c215..7f661b02ba8bf5cf0178682a1a527e9daf6ed0de 100644 (file)
@@ -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
 }