summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/privateergold/ChangeLog20
-rw-r--r--games-rpg/privateergold/Manifest5
-rw-r--r--games-rpg/privateergold/files/privscript10
-rw-r--r--games-rpg/privateergold/metadata.xml25
-rw-r--r--games-rpg/privateergold/privateergold-1.03.ebuild52
5 files changed, 0 insertions, 112 deletions
diff --git a/games-rpg/privateergold/ChangeLog b/games-rpg/privateergold/ChangeLog
deleted file mode 100644
index b068e6b52..000000000
--- a/games-rpg/privateergold/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for games-rpg/privateergold
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 20 Mar 2013; Julian Ospald <hasufell@gentoo.org> privateergold-1.03.ebuild:
- fix inherit line
-
- 02 Jul 2011; Nathan Phillip Brink <binki@gentoo.org>
- privateergold-1.03.ebuild, files/privscript:
- Remove unnecessary DEPEND from binary package and fix head -1.
-
- 25 Jun 2011; Stefan Garthe (the_mgt) themgt@uncensored.citadel.org
- privateergold-1.03.ebuild:
- Improved the dependencies, removed commented-out phases, replaced them by
- definition of S. Thanks floppym and Enlik
-
- 24 Jun 2011; Stefan Garthe (the_mgt) themgt@uncensored.citadel.org
- +privateergold-1.03.ebuild, +files/privscript, +metadata.xml:
- New Ebuild for bug #84425 thanks to binki and mrgorny for reviews
-
diff --git a/games-rpg/privateergold/Manifest b/games-rpg/privateergold/Manifest
deleted file mode 100644
index 706c846f5..000000000
--- a/games-rpg/privateergold/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX privscript 221 SHA256 81534c1a01d54f52d6aa6a591c971daab6113541942e16ce338c0cfb4844eeae SHA512 298acdf960cb3cba46ef13c01ef80129a3a4ef2a930ff705709378906604d113d21f65a35b3a857abf157550699603d8174e60e242238298925814c0d217394c WHIRLPOOL 98c0103b9200998602987419ddd961d552db78415efc548610f88901b694030debf2895f04ebf970028ccb979590feceafcc4b9a66c3bbd24726a39608b0af22
-DIST PrivateerGold1.03.bz2.bin 316782609 SHA256 5e0f10eb8fda8a2b4f9d23044bf66d8ffa04ce2a1767892ff1eddde38b06698a SHA512 6e38d45717b5057d0196db234a5510444e8cd095557ecec44962488460e61c996b92250f4c22a34113a2f457d3dde74c114dd4be8b844e5c7434fd95da91fe94 WHIRLPOOL 8fa52bacd3d64dd47173b750c553fd3d4c676f47ebe9b6be8c6193571d50b78c4f974dd31a7b3b15e19802069be179436669d0d3d27c22d58dd7a2c4c6bfbf40
-EBUILD privateergold-1.03.ebuild 1529 SHA256 32803f9f44233eeb99e9c1fff5e8bdeab7243eb0945830e4cb0d8b4a48221c41 SHA512 f68d9e74f17524666f50be9d6ba73f42a05938c2cd7dbbdafb163b4ef49fedc444dc9319135a3768a8a7db18038e9332c1c2db37f5218d07a5b0509a331e2c99 WHIRLPOOL 3192109ab809317312c2b1d83faa3ca4e5c85d33f876001572bae5535b6cf8e7889f891ecbbc9a3d06431a2e357bffffc8f900d89f7938bc5efd7a10bd0b9fee
-MISC ChangeLog 811 SHA256 e530d3b4984dab4cbadf39cfb28ffcee0377c4ef34687fe2e62bd9b2900888d5 SHA512 9f41054a5d08e2ec4584feacfdb28e28f11818704b620a2e4e81ef298ef144a4efddfd6f1dcef4f85cc6a65a4fb669c22ce784314374a9df5297458285117ad6 WHIRLPOOL 62c97796b176f672ad5b0eb7af66ec03bfb606b3d978770f5272b66b535d4bea83caef1585b479c091b3990a0ec322f0b6eed1862b5d3fe655e2e753040da462
-MISC metadata.xml 1086 SHA256 b2e08951d3da9fc7a6ff85e9c59d1d628774587b2ef63e08921a65689a314c7d SHA512 11497709ad1da3faa8fe0045475a42dcf6e2feccf323220581cc456b43f626cbd33059c627e5cc77e562c6797511e5e129a21905920572ffaf22ca584a9219e0 WHIRLPOOL 6370cf1dbcd057b63bd3a180b6c1f7c87c6f4753813e36881339946692b90357e3ee461c8c4a53dd683b340a3df604ffaa6e5ae8958da1a891a7f1d8324cf9e2
diff --git a/games-rpg/privateergold/files/privscript b/games-rpg/privateergold/files/privscript
deleted file mode 100644
index cccc45dda..000000000
--- a/games-rpg/privateergold/files/privscript
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-GAMESDIR="/usr/share/games"
-PRIVDIR="$GAMESDIR/privateergold"
-
-VERSION=$(head -n 1 $PRIVDIR/Version.txt)
-if [ \! -e ~/$VERSION ]; then
- cd $PRIVDIR/bin && ./vsinstall.sh
-else
- cd $PRIVDIR/bin && ./privgold
-fi
diff --git a/games-rpg/privateergold/metadata.xml b/games-rpg/privateergold/metadata.xml
deleted file mode 100644
index 3bcbda4b8..000000000
--- a/games-rpg/privateergold/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
- <longdescription>Back in 1993 Privateer was released as part of the
- Wing Commander series and became a great success in the gaming
- industry. Over 10 years later a small group of privateer
- enthusiasts reintroduced the game with a new graphic engine
- and real 3D spaceflight.
-
- As Grayson Burrows you inherited a small old scout class ship
- from your grandfather, to start over as a Privateer in a new
- and sparsely populated sector of the Confederation. Take your
- chance and become a pirate, merchant or bounty hunter upgrade
- your ship and experience the hard truth in a border sector
- where no one has anything to give away ...
- </longdescription>
- <upstream>
- <maintainer>
- <email>priv@solsector.net</email>
- </maintainer>
- <doc>http://privateer.sourceforge.net/faq.shtml</doc>
- <bugs-to>http://privateer.sourceforge.net/comlink/</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/games-rpg/privateergold/privateergold-1.03.ebuild b/games-rpg/privateergold/privateergold-1.03.ebuild
deleted file mode 100644
index e96c63664..000000000
--- a/games-rpg/privateergold/privateergold-1.03.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit eutils unpacker games
-
-DESCRIPTION="WC: Privateer Gemini Gold, remake of the adventure space flight simulation"
-HOMEPAGE="http://privateer.sourceforge.net/"
-SRC_URI="mirror://sourceforge/privateer/PrivateerGold${PV}.bz2.bin"
-
-LICENSE="GPL-2 PGG-AL"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
- app-emulation/emul-linux-x86-gtklibs
- app-emulation/emul-linux-x86-opengl
- app-emulation/emul-linux-x86-xlibs )
- x86? ( virtual/opengl
- x11-libs/gtk+:1
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXi
- x11-libs/libXrandr )"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack_makeself
-}
-
-src_install() {
- dodoc Manual.pdf || die "Installation of docs failed"
- newgamesbin "${FILESDIR}"/privscript privateergold || die "Couldn't install launcher"
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r * || die "Installation of game data failed"
- make_desktop_entry ${PN} "Privateer Gemini Gold"
- prepgamesdirs
- fperms ug+x "${GAMES_DATADIR}/${PN}"/bin/{privgold,privserver,privsetup,soundserver,vsinstall.sh} || "chmod of game bins failed"
-}
-
-pkg_postinst() {
- elog "You can change game options with ${GAMES_DATADIR}/${PN}/bin/privsetup"
- elog "There is a manual and an intro under ${GAMES_DATADIR}/${PN}/"
- ewarn "Having /tmp mounted with noexec will cause the game to segfault"
- ewarn "at startup under kernel 2.6.39"
-}