diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-08 21:30:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-08 21:30:28 +0000 |
commit | c59e3888a3bc3b0864edf3e5f1b659ded39ea150 (patch) | |
tree | 344b251ba05a0abfb49d176bb6be698d8aff1578 /games-rpg/eternal-lands | |
parent | version bump. (diff) | |
download | historical-c59e3888a3bc3b0864edf3e5f1b659ded39ea150.tar.gz historical-c59e3888a3bc3b0864edf3e5f1b659ded39ea150.tar.bz2 historical-c59e3888a3bc3b0864edf3e5f1b659ded39ea150.zip |
old
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-rpg/eternal-lands')
-rw-r--r-- | games-rpg/eternal-lands/Manifest | 2 | ||||
-rw-r--r-- | games-rpg/eternal-lands/eternal-lands-1.0.0.ebuild | 74 | ||||
-rw-r--r-- | games-rpg/eternal-lands/files/digest-eternal-lands-1.0.0 | 2 |
3 files changed, 0 insertions, 78 deletions
diff --git a/games-rpg/eternal-lands/Manifest b/games-rpg/eternal-lands/Manifest index 31fd97c68490..668f113c325e 100644 --- a/games-rpg/eternal-lands/Manifest +++ b/games-rpg/eternal-lands/Manifest @@ -1,6 +1,4 @@ MD5 f14047c98a46008d55322cc6df542db0 metadata.xml 218 -MD5 7ec6587351e4ce4cb7c471d2530293e5 eternal-lands-1.0.0.ebuild 1976 MD5 d297a30b0973849e5c91922c61e32f25 ChangeLog 796 MD5 5880576ab7a69d81483583d9bc20fdb9 eternal-lands-1.0.1.ebuild 3971 MD5 cd095b45439a8c74608347887c8eb72a files/digest-eternal-lands-1.0.1 236 -MD5 13332eb34e0c35e33cfd4e40064f1672 files/digest-eternal-lands-1.0.0 113 diff --git a/games-rpg/eternal-lands/eternal-lands-1.0.0.ebuild b/games-rpg/eternal-lands/eternal-lands-1.0.0.ebuild deleted file mode 100644 index 8923990be40c..000000000000 --- a/games-rpg/eternal-lands/eternal-lands-1.0.0.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# 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.0.0.ebuild,v 1.5 2005/01/28 19:59:14 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="An online MMORPG written in C and SDL" -HOMEPAGE="http://www.eternal-lands.com" -TMP_PV=${PV%_p*} -SRC_URI="http://el.tfm.ro/el_${TMP_PV//.}.zip - ftp://ftp.berlios.de/pub/elc/elc_${PV//.}.tgz" - -LICENSE="eternal_lands" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -RDEPEND="virtual/x11 - virtual/opengl - >=media-libs/libsdl-1.2.5 - >=media-libs/sdl-net-1.2.5 - >media-libs/openal-20020127 - media-libs/libvorbis - >=dev-libs/libxml2-2.6.7" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/elc" - -src_unpack() { - unpack ${A} - cd "${S}" - sed \ - -e "s@CFLAGS=\$(PLATFORM) -Wall -ggdb -pipe@CFLAGS=${CFLAGS}@g" \ - -e 's@OPTIONS=@OPTIONS=-DDATA_DIR="\\"${GAMES_DATADIR}/${PN}/\\"" @g' \ - Makefile.linux > Makefile \ - || die "sed failed" - sed \ - -e 's/#browser/browser/g' \ - -e 's/browser = mozilla/#browser = mozilla/g' \ - -e "s@data_dir = /usr/local/games/el/@#data_dir = ${GAMES_DATADIR}/${PN}/@g" \ - el.ini > ../el.ini \ - || die "sed failed" - cd .. - cp license.txt EULA || die "cp failed" - rm -fr Encyclopedia/images/.xvpics -} - -src_compile() { - emake || die "emake failed" - cp el.x86.linux.bin ../el.x86.linux.bin || die "cp failed" -} - -src_install () { - cd "${WORKDIR}" - insinto "${GAMES_DATADIR}/${PN}" - newgamesbin el.x86.linux.bin el - dodoc changes.txt faq.txt readme.txt EULA - doins el.ini *.lst el_icon.png icon.bmp global_filters.txt global_ignores.txt \ - || die "Files failed to be installed" - cp -R 2dobjects 3dobjects Encyclopedia maps md2 sound textures tiles \ - "${D}/${GAMES_DATADIR}/${PN}" \ - || die "copy failed" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - einfo "To run the game: el" - einfo "Copy ${GAMES_DATADIR}/${PN}/el.ini to ~/.elc/" - einfo "to make per-user changes." - echo -} diff --git a/games-rpg/eternal-lands/files/digest-eternal-lands-1.0.0 b/games-rpg/eternal-lands/files/digest-eternal-lands-1.0.0 deleted file mode 100644 index 1e4c693fd993..000000000000 --- a/games-rpg/eternal-lands/files/digest-eternal-lands-1.0.0 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 594a75b39a95c753e8e43560dccda098 el_100.zip 23888304 -MD5 d6408a8a247fcfcc0eef3e18198427e2 elc_100.tgz 242047 |