summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-05 09:56:52 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-05 10:15:57 +0200
commit6baa64108093c2bd39604f3f735cb91e6a6c1a3f (patch)
treed3291681460cde573a241aa323112466f4755931 /games-fps/prey-data
parentRemove packages using old python eclasses (diff)
downloadsunrise-6baa64108093c2bd39604f3f735cb91e6a6c1a3f.tar.gz
sunrise-6baa64108093c2bd39604f3f735cb91e6a6c1a3f.tar.bz2
sunrise-6baa64108093c2bd39604f3f735cb91e6a6c1a3f.zip
Remove multiple packages with unsatisfied deps
Diffstat (limited to 'games-fps/prey-data')
-rw-r--r--games-fps/prey-data/ChangeLog17
-rw-r--r--games-fps/prey-data/Manifest3
-rw-r--r--games-fps/prey-data/metadata.xml5
-rw-r--r--games-fps/prey-data/prey-data-20090219.ebuild45
4 files changed, 0 insertions, 70 deletions
diff --git a/games-fps/prey-data/ChangeLog b/games-fps/prey-data/ChangeLog
deleted file mode 100644
index af7256b16..000000000
--- a/games-fps/prey-data/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-# ChangeLog for games-fps/prey-data
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 30 Mar 2012; Igor Ulyanov (Displacer) <disinbox@gmail.com>
- prey-data-20090219.ebuild:
- Fixed cdrom eclass dependency for cdrom functions (splitted from
- eutils.eclass)
-
- 17 May 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- prey-data-20090219.ebuild:
- Drop strip restriction
-
- 17 May 2009; Robert Cernansky (HS) <openhs@users.sourceforge.net>
- +prey-data-20090219.ebuild, +metadata.xml:
- New ebuild for bug 270050 (game data), reviewed mainly by Tommy[D]
-
diff --git a/games-fps/prey-data/Manifest b/games-fps/prey-data/Manifest
deleted file mode 100644
index 725be470f..000000000
--- a/games-fps/prey-data/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD prey-data-20090219.ebuild 1052 RMD160 f8c697bc44e6ef334201d0f6238cf73c0ea93920 SHA1 2320f7f710e8abe3d1a611e72503e74a2af5cbb7 SHA256 9b7dcaa10d823d8ace03d191f6e8a9ede4a9f20b5f2f7f510ea2bdcc583641a1
-MISC ChangeLog 592 RMD160 5ee2e3ea646b593fefdadf509c4c0aee2cf8f234 SHA1 7758c6fe9421447330bb58ee9deeeb34fd97fefb SHA256 c94108f2a733b84650d841cea2fc2e927180beb4484fdd5de79db013a5b6ca10
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/games-fps/prey-data/metadata.xml b/games-fps/prey-data/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/games-fps/prey-data/metadata.xml
+++ /dev/null
@@ -1,5 +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>
-</pkgmetadata>
diff --git a/games-fps/prey-data/prey-data-20090219.ebuild b/games-fps/prey-data/prey-data-20090219.ebuild
deleted file mode 100644
index 332f2516b..000000000
--- a/games-fps/prey-data/prey-data-20090219.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit games cdrom
-
-DESCRIPTION="First person shooter from 3D Realms"
-HOMEPAGE="http://icculus.org/prey/ http://www.3drealms.com/prey/"
-SRC_URI=""
-
-LICENSE="PREY"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-PROPERTIES="interactive"
-RESTRICT="bindist"
-
-PDEPEND="games-fps/prey"
-S=${WORKDIR}
-
-GAMES_CHECK_LICENSE="yes"
-dir=${GAMES_PREFIX_OPT}/prey
-Ddir=${D}/${dir}
-
-src_install() {
- cdrom_get_cds Setup/Data/Base/pak000.pk4 \
- Setup/Data/Base/pak002.pk4 \
- Setup/Data/Base/pak003.pk4
-
- insinto "${dir}"/base
-
- einfo "Copying files from Disk 1..."
- doins ${CDROM_ROOT}/Setup/Data/Base/pak00{0,1}.pk4 \
- || die "copying pak000 and pak001"
- cdrom_load_next_cd
- einfo "Copying files from Disk 2..."
- doins ${CDROM_ROOT}/Setup/Data/Base/pak002.pk4 \
- || die "copying pak002"
- cdrom_load_next_cd
- einfo "Copying files from Disk 3..."
- doins ${CDROM_ROOT}/Setup/Data/Base/pak00{3,4}.pk4 \
- || die "copying pak003 and pak004"
-
- prepgamesdirs
-}