diff options
author | Austin English <wizardedit@gentoo.org> | 2017-11-13 18:18:25 -0600 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2017-11-13 18:30:51 -0600 |
commit | 310e73fc1d93b76435172325752b9f17851d6400 (patch) | |
tree | a96e61997cfe4a499d86cacffca178c234b55aff /games-rpg/nwn-shadowlordsdreamcatcherdemon | |
parent | sys-apps/openrc: 0.34.7 version bump (diff) | |
download | gentoo-310e73fc1d93b76435172325752b9f17851d6400.tar.gz gentoo-310e73fc1d93b76435172325752b9f17851d6400.tar.bz2 gentoo-310e73fc1d93b76435172325752b9f17851d6400.zip |
games-rpg/nw*: remove last-rited packages
Requires maintenance and no one has stepped up to maintain.
Running under Wine is the recommended alternative.
Gentoo-Bug: https://bugs.gentoo.org/599390
Signed-off-by: Austin English <wizardedit@gentoo.org>
Signed-off-by: Denis Dupeyron <calchan@gentoo.org>
Diffstat (limited to 'games-rpg/nwn-shadowlordsdreamcatcherdemon')
3 files changed, 0 insertions, 53 deletions
diff --git a/games-rpg/nwn-shadowlordsdreamcatcherdemon/Manifest b/games-rpg/nwn-shadowlordsdreamcatcherdemon/Manifest deleted file mode 100644 index 623b744f9bf9..000000000000 --- a/games-rpg/nwn-shadowlordsdreamcatcherdemon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ShadowlordsDreamcatcherDemon.exe 157055254 SHA256 6f1197ae79da447e72d1d894d51265c534f5406583e1e8905907396a488cf62c SHA512 8ac3b47df35c2ee3baba6ca27e027cf5f8f83e7583e342725741a4721462621bf6b8f65d8337cfefc51cc0420d0d0d8d2acc2255793a7705f35b3d56d3a933dd WHIRLPOOL e23fb9ff3112e0514d36d59ee9405f6d635facfd206db86ee9bb668333b2a9ac68fe2a7ab766dce6d3987fac4a6696173abb33583cff8c7cf49a75c1af2908e1 diff --git a/games-rpg/nwn-shadowlordsdreamcatcherdemon/metadata.xml b/games-rpg/nwn-shadowlordsdreamcatcherdemon/metadata.xml deleted file mode 100644 index 4352d122dab9..000000000000 --- a/games-rpg/nwn-shadowlordsdreamcatcherdemon/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>calchan@gentoo.org</email> - <name>Denis Dupeyron</name> - </maintainer> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> -</pkgmetadata> diff --git a/games-rpg/nwn-shadowlordsdreamcatcherdemon/nwn-shadowlordsdreamcatcherdemon-1.ebuild b/games-rpg/nwn-shadowlordsdreamcatcherdemon/nwn-shadowlordsdreamcatcherdemon-1.ebuild deleted file mode 100644 index c2c02c04ce5d..000000000000 --- a/games-rpg/nwn-shadowlordsdreamcatcherdemon/nwn-shadowlordsdreamcatcherdemon-1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit games - -DESCRIPTION="The bundled Shadowlords, Dreamcatcher, and Demon campaigns by Hall-of-Famer Adam Miller" -HOMEPAGE="http://www.adamandjamie.com/mod/nwn_campaign.aspx" -SRC_URI="http://vnfiles.ign.com/nwvault.ign.com/fms/files/modules/4273/ShadowlordsDreamcatcherDemon.exe" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="mirror bindist" - -DEPEND="app-arch/p7zip" -RDEPEND="games-rpg/nwn" - -src_unpack() { - 7z x "${DISTDIR}/ShadowlordsDreamcatcherDemon.exe" || die "Unpacking failed" -} - -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/shadowlords_dreamcatcher_demon - doins *.txt || die "Installing documentation failed" - - prepgamesdirs -} |