diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-22 15:30:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-22 15:30:49 +0000 |
commit | 6504442ea5dafdbb96f228cd627c2d92c9ee1f5f (patch) | |
tree | 6f527cc9cdf55045442600810bae7881493a134a /games-rpg | |
parent | - new applet qatom, handy for scripts. fixed atom_explode script and hardcode... (diff) | |
download | gentoo-2-6504442ea5dafdbb96f228cd627c2d92c9ee1f5f.tar.gz gentoo-2-6504442ea5dafdbb96f228cd627c2d92c9ee1f5f.tar.bz2 gentoo-2-6504442ea5dafdbb96f228cd627c2d92c9ee1f5f.zip |
typos
(Portage version: 2.0.53)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/eternal-lands/eternal-lands-1.1.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-rpg/eternal-lands/eternal-lands-1.1.2.ebuild b/games-rpg/eternal-lands/eternal-lands-1.1.2.ebuild index 479ad0fc9bcb..c1f69ec0c095 100644 --- a/games-rpg/eternal-lands/eternal-lands-1.1.2.ebuild +++ b/games-rpg/eternal-lands/eternal-lands-1.1.2.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.1.2.ebuild,v 1.3 2005/10/28 14:34:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.1.2.ebuild,v 1.4 2005/12/22 15:30:49 mr_bones_ Exp $ inherit games MY_PV=${PV%_p*} DESCRIPTION="An online MMORPG written in C and SDL" HOMEPAGE="http://www.eternal-lands.com" -SRC_URI="http://el.tfm.ro/el_${MY_PV//.}_linux.zip - ftp://ftp.berlios.de/pub/elc/elc_${MY_PV//.}.tgz - mapeditor? ( ftp://ftp.berlios.de/pub/elc/mapedit_${MY_PV//.}.tgz ) +SRC_URI="http://el.tfm.ro/el_${MY_PV//./}_linux.zip + ftp://ftp.berlios.de/pub/elc/elc_${MY_PV//./}.tgz + mapeditor? ( ftp://ftp.berlios.de/pub/elc/mapedit_${MY_PV//./}.tgz ) !nomusic? ( http://el.tfm.ro/el_music_101.zip )" LICENSE="eternal_lands" |