--- /usr/portage/games-server/nwn-ded/nwn-ded-1.68.ebuild 2006-11-14 12:00:52.000000000 -0800 +++ nwn-ded-1.68.ebuild 2007-09-08 14:46:27.000000000 -0700 @@ -1,23 +1,25 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.68.ebuild,v 1.1 2006/11/14 20:00:52 wolf31o2 Exp $ +# $Header: $ inherit games #http://files.bioware.com/neverwinternights/updates/linux/168/linuxdedserver168.tar.gz -DIALOG_URL_BASE=http://nwdownloads.bioware.com/neverwinternights/patch/dialog/ +DIALOG_URL_BASE=http://files.bioware.com/neverwinternights/dialog/ DESCRIPTION="Neverwinter Nights Dedicated server" HOMEPAGE="http://nwn.bioware.com/downloads/standaloneserver.html" SRC_URI="http://files.bioware.com/neverwinternights/updates/windows/server/NWNDedicatedServer${PV}.zip + linguas_en? ( ${DIALOG_URL_BASE}/english/NWNEnglish${PV}dialog.zip ) linguas_fr? ( ${DIALOG_URL_BASE}/french/NWNFrench${PV}dialog.zip ) linguas_de? ( ${DIALOG_URL_BASE}/german/NWNGerman${PV}dialog.zip ) linguas_it? ( ${DIALOG_URL_BASE}/italian/NWNItalian${PV}dialog.zip ) linguas_es? ( ${DIALOG_URL_BASE}/spanish/NWNSpanish${PV}dialog.zip ) - !linguas_de? ( !linguas_fr? ( !linguas_es? ( !linguas_it? ( + linguas_jp? ( ${DIALOG_URL_BASE}/japanese/NWNJapanese${PV}dialog.zip ) + !linguas_jp? ( !linguas_en? ( !linguas_de? ( !linguas_fr? ( !linguas_es? ( !linguas_it? ( ${DIALOG_URL_BASE}/english/NWNEnglish${PV}dialog.zip - ) ) ) )" + ) ) ) ) ) )" LICENSE="NWN-EULA" SLOT="0" @@ -41,7 +43,6 @@ rm -f *dedserver*.{tar.gz,sit,zip} rm -f *.exe *.dll -# unpack linuxserverupdate1xxto166.tar.gz declare -a Aarray=(${A}) unpack ${Aarray[1]} }