From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- games-rpg/nwn-penultimarerolled/Manifest | 5 +++ games-rpg/nwn-penultimarerolled/metadata.xml | 9 +++++ .../nwn-penultimarerolled-1.ebuild | 40 ++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 games-rpg/nwn-penultimarerolled/Manifest create mode 100644 games-rpg/nwn-penultimarerolled/metadata.xml create mode 100644 games-rpg/nwn-penultimarerolled/nwn-penultimarerolled-1.ebuild (limited to 'games-rpg/nwn-penultimarerolled') diff --git a/games-rpg/nwn-penultimarerolled/Manifest b/games-rpg/nwn-penultimarerolled/Manifest new file mode 100644 index 000000000000..303ad758ea37 --- /dev/null +++ b/games-rpg/nwn-penultimarerolled/Manifest @@ -0,0 +1,5 @@ +DIST PR0_and_PR1_Penultima_ReRolled_Starter_Pack_v1.4.zip 3020678 SHA256 6e0ef8e3be1ca628fc0e6c29b1a0082a970623308fa3f72064dedfba490f432a +DIST PR2_Below_the_R00t.v1.zip 433938 SHA256 58744d9a07eb0ebe4909f8b6be7be699d132dea62a20ee99ab227bae65061d1b +DIST PR3_Homeland_Security.v1.4.zip 479645 SHA256 6f79f5ae168db226b60661fa0e26e94db6bf9e5aae1a478eddeee32fba0f8804 +DIST PR4_Pastor_of_Muppets.v1.1.zip 1719811 SHA256 216df86a743557997e32425e84ab058f10e0e28424a46127e5c8c244eb71d203 +DIST PR5_The_Saving_Throw.v1.1.zip 3813986 SHA256 f6a4dafb669cbec4e5c840b0f7492223e80708cfa6e0e0ad5334ced38a3e52d8 diff --git a/games-rpg/nwn-penultimarerolled/metadata.xml b/games-rpg/nwn-penultimarerolled/metadata.xml new file mode 100644 index 000000000000..95d7ea2ffa6e --- /dev/null +++ b/games-rpg/nwn-penultimarerolled/metadata.xml @@ -0,0 +1,9 @@ + + + + games + + calchan@gentoo.org + Denis Dupeyron + + diff --git a/games-rpg/nwn-penultimarerolled/nwn-penultimarerolled-1.ebuild b/games-rpg/nwn-penultimarerolled/nwn-penultimarerolled-1.ebuild new file mode 100644 index 000000000000..12d03afc71e6 --- /dev/null +++ b/games-rpg/nwn-penultimarerolled/nwn-penultimarerolled-1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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/1674/PR0_and_PR1_Penultima_ReRolled_Starter_Pack_v1.4.zip + http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1675/PR2_Below_the_R00t.v1.zip + http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1676/PR3_Homeland_Security.v1.4.zip + http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1677/PR4_Pastor_of_Muppets.v1.1.zip + http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1678/PR5_The_Saving_Throw.v1.1.zip" + +LICENSE="freedist" +SLOT="0" +KEYWORDS="-* amd64 x86" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="games-rpg/nwn" + +src_install() { + insinto "${GAMES_PREFIX_OPT}"/nwn/modules + doins *.mod || die "Installing modules failed" + + insinto "${GAMES_PREFIX_OPT}"/nwn/hak + doins *.hak || die "Installing hak files failed" + + insinto "${GAMES_PREFIX_OPT}"/nwn/music + doins *.bmu || die "Installing music failed" + + insinto "${GAMES_PREFIX_OPT}"/nwn/movies + doins *.bik || die "Installing movies failed" + + insinto "${GAMES_PREFIX_OPT}"/nwn/penultima_rerolled + doins *.html *.jpg || die "Installing documentation failed" + + prepgamesdirs +} -- cgit v1.2.3-65-gdbad