summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2010-01-25 02:06:44 +0000
committerDenis Dupeyron <calchan@gentoo.org>2010-01-25 02:06:44 +0000
commit964e4d63a0521a8ae42123b04b7bc88e9888991b (patch)
tree2f5c55689e5d2f70e22996eacee2af252b704b9a /games-rpg/nwn-penultima
parentold (diff)
downloadhistorical-964e4d63a0521a8ae42123b04b7bc88e9888991b.tar.gz
historical-964e4d63a0521a8ae42123b04b7bc88e9888991b.tar.bz2
historical-964e4d63a0521a8ae42123b04b7bc88e9888991b.zip
Initial commit.
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
Diffstat (limited to 'games-rpg/nwn-penultima')
-rw-r--r--games-rpg/nwn-penultima/ChangeLog9
-rw-r--r--games-rpg/nwn-penultima/metadata.xml9
-rw-r--r--games-rpg/nwn-penultima/nwn-penultima-1.ebuild37
3 files changed, 55 insertions, 0 deletions
diff --git a/games-rpg/nwn-penultima/ChangeLog b/games-rpg/nwn-penultima/ChangeLog
new file mode 100644
index 000000000000..c18ea40403fe
--- /dev/null
+++ b/games-rpg/nwn-penultima/ChangeLog
@@ -0,0 +1,9 @@
+# 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.1 2010/01/25 02:03:45 calchan Exp $
+
+*nwn-penultima-1 (25 Jan 2010)
+
+ 25 Jan 2010; Denis Dupeyron <calchan@gentoo.org> +nwn-penultima-1.ebuild:
+ Initial commit.
+
diff --git a/games-rpg/nwn-penultima/metadata.xml b/games-rpg/nwn-penultima/metadata.xml
new file mode 100644
index 000000000000..95d7ea2ffa6e
--- /dev/null
+++ b/games-rpg/nwn-penultima/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>games</herd>
+ <maintainer>
+ <email>calchan@gentoo.org</email>
+ <name>Denis Dupeyron</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/games-rpg/nwn-penultima/nwn-penultima-1.ebuild b/games-rpg/nwn-penultima/nwn-penultima-1.ebuild
new file mode 100644
index 000000000000..7f831c3d92c1
--- /dev/null
+++ b/games-rpg/nwn-penultima/nwn-penultima-1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2010 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.ebuild,v 1.1 2010/01/25 02:03:45 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
+ newins "Penultima City.mod" "Penultima 0 (Penultima City).mod"
+ newins "Pest Control.mod" "Penultima 1 (Pest Control).mod"
+ newins "Dewey's Decimal.mod" "Penultima 2 (Dewey's Decimal).mod"
+ newins "Hazard Pay.mod" "Penultima 3 (Hazard Pay).mod"
+ newins "Clucking Hostile.mod" "Penultima 4 (Clucking Hostile).mod"
+ newins "Home Sweet Home.mod" "Penultima 5 (Home Sweet Home).mod"
+
+ insinto "${GAMES_PREFIX_OPT}"/nwn/penultima
+ doins *.txt
+
+ prepgamesdirs
+}