diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-02-13 21:17:23 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-02-13 21:17:23 +0000 |
commit | 19c9f6eec253fff57689e564a4c6dd4ffdf8141f (patch) | |
tree | 879fce0e096c53f2f9bef245a606140907662b60 /games-rpg/eternal-lands-data | |
parent | Ported AfterStep to modular X. (diff) | |
download | gentoo-2-19c9f6eec253fff57689e564a4c6dd4ffdf8141f.tar.gz gentoo-2-19c9f6eec253fff57689e564a4c6dd4ffdf8141f.tar.bz2 gentoo-2-19c9f6eec253fff57689e564a4c6dd4ffdf8141f.zip |
Fix mirror
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-rpg/eternal-lands-data')
-rw-r--r-- | games-rpg/eternal-lands-data/Manifest | 6 | ||||
-rw-r--r-- | games-rpg/eternal-lands-data/eternal-lands-data-1.2.0_p1.ebuild | 11 |
2 files changed, 9 insertions, 8 deletions
diff --git a/games-rpg/eternal-lands-data/Manifest b/games-rpg/eternal-lands-data/Manifest index e0c5e6c35c8a..4bfff477b0ea 100644 --- a/games-rpg/eternal-lands-data/Manifest +++ b/games-rpg/eternal-lands-data/Manifest @@ -1,9 +1,9 @@ MD5 ec50f10a6cfc2fb632ff54438fd65d83 ChangeLog 395 RMD160 95a6d6bad13c51ae357654c36e0833afa21de979 ChangeLog 395 SHA256 78b7d6510258a74bac7e710738fd68189f256ab966072c99c255e417d78c7f34 ChangeLog 395 -MD5 bfca52ec964340b75896504c39ad1fab eternal-lands-data-1.2.0_p1.ebuild 1195 -RMD160 203ae3074ab6e8a9040998f2992c4feb65ebeda1 eternal-lands-data-1.2.0_p1.ebuild 1195 -SHA256 c8132ffcaf922eb010fb2dbd897486bc7843612e7a13ce58a572b73090f9ace8 eternal-lands-data-1.2.0_p1.ebuild 1195 +MD5 6e3229397b0a810d5e03e595075129d5 eternal-lands-data-1.2.0_p1.ebuild 1196 +RMD160 edd82d6e453243add982fbbfe81ad790225d8fda eternal-lands-data-1.2.0_p1.ebuild 1196 +SHA256 fbe9f8e9a403dc68a7ef539782e40557b7927ce5a5beccb1fa408e9822926828 eternal-lands-data-1.2.0_p1.ebuild 1196 MD5 9c8f36acf3f57473a96cd1f0233b8807 files/digest-eternal-lands-data-1.2.0_p1 497 RMD160 36232cd30f2a9a5905fac47bc3dc05a7bb3ab8ae files/digest-eternal-lands-data-1.2.0_p1 497 SHA256 f8ee8f38cb4aa519a74cffb37a85bdb0c553072ac4e6a75ffaf215457100731d files/digest-eternal-lands-data-1.2.0_p1 497 diff --git a/games-rpg/eternal-lands-data/eternal-lands-data-1.2.0_p1.ebuild b/games-rpg/eternal-lands-data/eternal-lands-data-1.2.0_p1.ebuild index 06f65619f6e7..b4665c1f4e94 100644 --- a/games-rpg/eternal-lands-data/eternal-lands-data-1.2.0_p1.ebuild +++ b/games-rpg/eternal-lands-data/eternal-lands-data-1.2.0_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands-data/eternal-lands-data-1.2.0_p1.ebuild,v 1.1 2006/02/13 20:44:45 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands-data/eternal-lands-data-1.2.0_p1.ebuild,v 1.2 2006/02/13 21:17:23 uberlord Exp $ inherit games @@ -9,10 +9,11 @@ MY_PV="${MY_PV//./}" DESCRIPTION="An online MMORPG written in C and SDL" HOMEPAGE="http://www.eternal-lands.com" SRC_URI="http://www.other-life.com/el/el_${MY_PV}_linux_full.zip - music? ( http://www.other-life.com/downloads/el_music_${MY_PV}.zip )" -# WARNING: The music file is held at this URL as music.zip - we rename it here -# so that it is versioned AND prefixed with el_ so as not to cause any -# conflicts. + music? ( mirror://gentoo/el_music_${MY_PV}.zip )" +# WARNING: The music file is held at +# http://www.other-life.com/downloads/music.zip +# We only mirror it so that it is versioned AND prefixed with el_ so as not +# cause any conflicts. LICENSE="eternal_lands" SLOT="0" |