mr_bones_ 14/09/04 07:41:03 Modified: nwn-ded-1.69.ebuild ChangeLog Removed: nwn-ded-1.68-r1.ebuild Log: EAPI=5; tidy deps (bug #522120); clean old (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 games-server/nwn-ded/nwn-ded-1.69.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/nwn-ded/nwn-ded-1.69.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/nwn-ded/nwn-ded-1.69.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/nwn-ded/nwn-ded-1.69.ebuild?r1=1.4&r2=1.5 Index: nwn-ded-1.69.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.69.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nwn-ded-1.69.ebuild 28 Dec 2012 17:55:51 -0000 1.4 +++ nwn-ded-1.69.ebuild 4 Sep 2014 07:41:03 -0000 1.5 @@ -1,7 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 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.69.ebuild,v 1.4 2012/12/28 17:55:51 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.69.ebuild,v 1.5 2014/09/04 07:41:03 mr_bones_ Exp $ +EAPI=5 inherit games LANGUAGES="linguas_en" @@ -19,8 +20,6 @@ RESTRICT="mirror strip" DEPEND="app-arch/unzip" -RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs - app-emulation/emul-linux-x86-compat )" S=${WORKDIR} @@ -28,10 +27,10 @@ QA_PREBUILT="${dir:1}/common/nwserver" src_unpack() { - mkdir common || die "Failed creating directory" - cd common + mkdir common || die + cd common || die unpack NWNDedicatedServer${PV}.zip - tar -zxf linuxdedserver${PV/./}.tar.gz || die "Failed unpacking linuxdedserver" + tar -zxf linuxdedserver${PV/./}.tar.gz || die rm -f *dedserver*.{tar.gz,sit,zip} *.exe *.dll cd .. local currentlocale="" @@ -45,9 +44,9 @@ if [ -z "${a/*Italian*/}" ]; then currentlocale="it"; fi if [ -z "${a/*Spanish*/}" ]; then currentlocale="es"; fi if [ -z "${a/*Japanese*/}" ]; then currentlocale="ja"; fi - mkdir ${currentlocale} || die "Failed creating directory" + mkdir ${currentlocale} || die cd ${currentlocale} - cp -rfl ../common/* . || die "Failed hard-linking to common directory" + cp -rfl ../common/* . || die unpack "${a}" cd .. fi @@ -65,7 +64,7 @@ fi done - mv * "${D}/${dir}"/ || die "Failed installing server" + mv * "${D}/${dir}"/ || die prepgamesdirs chmod -R g+w "${D}/${dir}" 1.27 games-server/nwn-ded/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/nwn-ded/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/nwn-ded/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/nwn-ded/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-server/nwn-ded/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 28 Dec 2012 17:55:51 -0000 1.26 +++ ChangeLog 4 Sep 2014 07:41:03 -0000 1.27 @@ -1,6 +1,10 @@ # ChangeLog for games-server/nwn-ded -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/ChangeLog,v 1.26 2012/12/28 17:55:51 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/ChangeLog,v 1.27 2014/09/04 07:41:03 mr_bones_ Exp $ + + 04 Sep 2014; Michael Sterrett <[email protected]> -nwn-ded-1.68-r1.ebuild, + nwn-ded-1.69.ebuild: + EAPI=5; tidy deps (bug #522120); clean old 28 Dec 2012; Tupone Alfredo <[email protected]> nwn-ded-1.69.ebuild: Use QA_PREBUILT. Bug #448540 by Diego Elio Pettenò
