diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2011-05-19 04:23:20 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2011-05-19 04:23:20 +0000 |
commit | be538fdb77c974057e410559b7b04e036973e729 (patch) | |
tree | 360fce884c93bcb4d2041fd2a4b1bb43b4038f3f /games-rpg | |
parent | Version bump. (diff) | |
download | gentoo-2-be538fdb77c974057e410559b7b04e036973e729.tar.gz gentoo-2-be538fdb77c974057e410559b7b04e036973e729.tar.bz2 gentoo-2-be538fdb77c974057e410559b7b04e036973e729.zip |
Undo my file renaming which breaks launching modules from Penultima City.
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/nwn-penultima/ChangeLog | 9 | ||||
-rw-r--r-- | games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild | 32 |
2 files changed, 39 insertions, 2 deletions
diff --git a/games-rpg/nwn-penultima/ChangeLog b/games-rpg/nwn-penultima/ChangeLog index de38943d5522..dbe50802e016 100644 --- a/games-rpg/nwn-penultima/ChangeLog +++ b/games-rpg/nwn-penultima/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-rpg/nwn-penultima -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-penultima/ChangeLog,v 1.2 2010/06/28 22:30:21 mr_bones_ Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-penultima/ChangeLog,v 1.3 2011/05/19 04:23:20 calchan Exp $ + +*nwn-penultima-1-r1 (19 May 2011) + + 19 May 2011; Denis Dupeyron <calchan@gentoo.org> +nwn-penultima-1-r1.ebuild: + Undo my file renaming which breaks launching modules from Penultima City. 28 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org> nwn-penultima-1.ebuild: diff --git a/games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild b/games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild new file mode 100644 index 000000000000..0716d851cae8 --- /dev/null +++ b/games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild,v 1.1 2011/05/19 04:23:20 calchan Exp $ + +inherit games + +DESCRIPTION="A parodic fantasy module for Neverwinter Nights" +HOMEPAGE="http://pixelscapes.com/penultima" +SRC_URI="http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1661/Penultima_0_Penultima_City.zip + http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1665/Penultima_1_Pest_Control.zip + http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1667/Penultima_2_Deweys_Decimal.zip + http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1669/Penultima_3_Hazard_Pay.zip + http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1671/Penultima_4_Clucking_Hositle.zip + http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1673/Penultima_5_Home_Sweet_Home.zip" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="games-rpg/nwn" + +src_install() { + insinto "${GAMES_PREFIX_OPT}"/nwn/modules + doins *.mod + + insinto "${GAMES_PREFIX_OPT}"/nwn/penultima + doins *.txt + + prepgamesdirs +} |