summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2010-01-25 02:03:45 +0000
committerDenis Dupeyron <calchan@gentoo.org>2010-01-25 02:03:45 +0000
commitc20ff123474d5ab8bd01c5fcdf3f9dcb2ea524b2 (patch)
tree8a30d1cb836a1f7348bf9e07d73470933e6b8466 /games-rpg/nwn-penultima
parentold (diff)
downloadgentoo-2-c20ff123474d5ab8bd01c5fcdf3f9dcb2ea524b2.tar.gz
gentoo-2-c20ff123474d5ab8bd01c5fcdf3f9dcb2ea524b2.tar.bz2
gentoo-2-c20ff123474d5ab8bd01c5fcdf3f9dcb2ea524b2.zip
Initial commit.
(Portage version: 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
+}