* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/hardened/linux/amd64/no-multilib/, ...
@ 2018-07-28 11:48 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-07-28 11:48 UTC (permalink / raw
To: gentoo-commits
commit: 089380dae1b6ee5dca4c396ff75f6065523789ee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 11:45:34 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 11:46:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089380da
games-fps/soldieroffortune-demo: Remove last-rited pkg
Closes: https://bugs.gentoo.org/654492
games-fps/soldieroffortune-demo/Manifest | 1 -
games-fps/soldieroffortune-demo/metadata.xml | 11 ----
.../soldieroffortune-demo-0.57-r1.ebuild | 67 ----------------------
profiles/arch/amd64/no-multilib/package.mask | 1 -
profiles/default/linux/musl/package.mask | 1 -
profiles/default/linux/uclibc/amd64/package.mask | 1 -
.../hardened/linux/amd64/no-multilib/package.mask | 1 -
profiles/package.mask | 4 --
8 files changed, 87 deletions(-)
diff --git a/games-fps/soldieroffortune-demo/Manifest b/games-fps/soldieroffortune-demo/Manifest
deleted file mode 100644
index 4d6242bbd0c..00000000000
--- a/games-fps/soldieroffortune-demo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sof-demo.run 92496052 BLAKE2B 6aded47641d13eb8438d5bf4f7d4df2b8e46dbb9a14c31d02ac8adade6b2ea1063bca0f8c0a712df3f078b413e655a5d8bd50f1ff7d7d01270e50387f3a70b9a SHA512 d285cffe5ed9017409737120d63f1bb14a4ae2f54a83bc2b4d838e82440f43fe430ea63b7765496121633e6fbf40053fe2c5bbda37e48e6da8b18aaa2ff540a6
diff --git a/games-fps/soldieroffortune-demo/metadata.xml b/games-fps/soldieroffortune-demo/metadata.xml
deleted file mode 100644
index 0ea4bdc912f..00000000000
--- a/games-fps/soldieroffortune-demo/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
-<longdescription>
-Soldier of Fortune is a first-person 3-D shooter based on the mercenary trade. You play as John, an ex-military mercinary who still has plenty of good friends on the inside. For a wad of bucks, you'll do the job -- no cares, no worries. Just get the gun, play for keeps, get paid, on to the next one -- that's your life. That's what you do. And you're good at it, one of the best even. But now is the time for your biggest challenge ever. This is the demo version of the game.
-</longdescription>
-</pkgmetadata>
diff --git a/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild b/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild
deleted file mode 100644
index 91362dc0744..00000000000
--- a/games-fps/soldieroffortune-demo/soldieroffortune-demo-0.57-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils unpacker games
-
-MY_PN=${PN/soldieroffortune/sof}
-
-DESCRIPTION="First-person shooter based on the mercenary trade"
-HOMEPAGE="http://www.lokigames.com/products/sof/"
-SRC_URI="mirror://lokigames/loki_demos/${MY_PN}.run"
-
-LICENSE="LOKI-EULA"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="strip"
-
-DEPEND="games-util/loki_patch"
-RDEPEND="virtual/opengl[abi_x86_32(-)]
- media-libs/libsdl[X,opengl,sound,abi_x86_32(-)]
- x11-libs/libXrender[abi_x86_32(-)]
- x11-libs/libXrandr[abi_x86_32(-)]
- x11-libs/libXcursor[abi_x86_32(-)]
- media-libs/smpeg[abi_x86_32(-)]"
-
-S=${WORKDIR}
-
-dir=${GAMES_PREFIX_OPT}/${PN}
-Ddir=${D}/${dir}
-QA_PREBUILT="${dir:1}/* ${dir:1}/base/*so"
-
-src_install() {
- local demo="data/demos/sof_demo"
- local exe="sof-bin.x86"
-
- loki_patch patch.dat data/ || die
-
- insinto "${dir}"
- exeinto "${dir}"
- doins -r "${demo}"/*
- doexe "${demo}/${exe}"
-
- # Replace bad library
- dosym /usr/$(use amd64 && echo lib32 || echo lib)/libSDL.so "${dir}"/libSDL-1.1.so.0
-
- games_make_wrapper ${PN} "./${exe}" "${dir}" "${dir}"
-
- # fix buffer overflow
- sed -i \
- -e '/^exec/i \
-export MESA_EXTENSION_MAX_YEAR=2003 \
-export __GL_ExtensionStringVersion=17700' "${ED}"${GAMES_BINDIR}/${PN} || die
-
- newicon "${demo}"/launch/box.png ${PN}.png
- make_desktop_entry ${PN} "Soldier of Fortune (Demo)"
-
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- ewarn "This game requires OSS sound device /dev/dsp ; make sure the module"
- ewarn "snd_pcm_oss is loaded and/or built into your kernel or there will be no sound"
- elog
- elog "Run '${PN}' to start the game"
-}
diff --git a/profiles/arch/amd64/no-multilib/package.mask b/profiles/arch/amd64/no-multilib/package.mask
index 234aec7ab9a..58c01717f09 100644
--- a/profiles/arch/amd64/no-multilib/package.mask
+++ b/profiles/arch/amd64/no-multilib/package.mask
@@ -107,7 +107,6 @@ games-fps/sauerbraten
games-fps/serious-sam-tfe
games-fps/serious-sam-tse
games-fps/soldieroffortune
-games-fps/soldieroffortune-demo
games-fps/unreal-tournament
games-fps/ut2003
games-fps/ut2003-demo
diff --git a/profiles/default/linux/musl/package.mask b/profiles/default/linux/musl/package.mask
index bd2e1559c9b..64fa7f1639e 100644
--- a/profiles/default/linux/musl/package.mask
+++ b/profiles/default/linux/musl/package.mask
@@ -56,7 +56,6 @@ games-fps/quake3-demo
games-fps/rtcwmp-demo
games-fps/rtcwsp-demo
games-fps/soldieroffortune
-games-fps/soldieroffortune-demo
games-fps/transfusion-bin
games-fps/tribes2
games-fps/ut2003
diff --git a/profiles/default/linux/uclibc/amd64/package.mask b/profiles/default/linux/uclibc/amd64/package.mask
index 830ad9d325e..f674b76e8e1 100644
--- a/profiles/default/linux/uclibc/amd64/package.mask
+++ b/profiles/default/linux/uclibc/amd64/package.mask
@@ -79,7 +79,6 @@ games-fps/sauerbraten
games-fps/serious-sam-tfe
games-fps/serious-sam-tse
games-fps/soldieroffortune
-games-fps/soldieroffortune-demo
games-fps/unreal-tournament
games-fps/ut2003
games-fps/ut2003-demo
diff --git a/profiles/hardened/linux/amd64/no-multilib/package.mask b/profiles/hardened/linux/amd64/no-multilib/package.mask
index 61fac2813a7..fd047b076a7 100644
--- a/profiles/hardened/linux/amd64/no-multilib/package.mask
+++ b/profiles/hardened/linux/amd64/no-multilib/package.mask
@@ -99,7 +99,6 @@ games-fps/sauerbraten
games-fps/serious-sam-tfe
games-fps/serious-sam-tse
games-fps/soldieroffortune
-games-fps/soldieroffortune-demo
games-fps/unreal-tournament
games-fps/ut2003
games-fps/ut2003-demo
diff --git a/profiles/package.mask b/profiles/package.mask
index 70898a84316..d5cbc850910 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -338,10 +338,6 @@ games-fps/duke3d
# month.
games-fps/lsdldoom
-# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
-# Fails to start (#654492). Removal in a month.
-games-fps/soldieroffortune-demo
-
# Mart Raudsepp <leio@gentoo.org> (16 Jun 2018)
# No upstream (website disappeared), no upstream plugin maintainer,
# and pretty much a fringe format anyway.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-07-28 11:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28 11:48 [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/hardened/linux/amd64/no-multilib/, Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox