* [gentoo-commits] repo/gentoo:master commit in: profiles/, games-action/descent3-demo/, profiles/arch/amd64/no-multilib/, ...
@ 2023-08-12 12:44 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2023-08-12 12:44 UTC (permalink / raw
To: gentoo-commits
commit: 8e017c0fdc46d4901ca5c072796909e733d8f3ba
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 12:39:22 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 12:42:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e017c0f
games-action/descent3-demo: treeclean
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
games-action/descent3-demo/Manifest | 1 -
.../descent3-demo/descent3-demo-1.4.0a-r3.ebuild | 76 ----------------------
games-action/descent3-demo/metadata.xml | 15 -----
profiles/arch/amd64/no-multilib/package.mask | 3 +-
profiles/features/musl/package.mask | 1 -
profiles/package.mask | 1 -
6 files changed, 1 insertion(+), 96 deletions(-)
diff --git a/games-action/descent3-demo/Manifest b/games-action/descent3-demo/Manifest
deleted file mode 100644
index 7088a39e64b2..000000000000
--- a/games-action/descent3-demo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST descent3-demo.run 45118289 BLAKE2B 7e64f03aa6cf75839d1eddf0116686c9d2a121f69a764cf416695455008b608579449ab7458177a2be11910ad361f707501153749d5c8b58dacc36e338251c1c SHA512 8f5e790257d0477e4238aae8fb5b4b1f21e23f188775cb53a5197baf0c174017d821e3a8dd696f9c0fd27838e08cff4bde0d6f5a9dca87a7e8af29cdc627d29c
diff --git a/games-action/descent3-demo/descent3-demo-1.4.0a-r3.ebuild b/games-action/descent3-demo/descent3-demo-1.4.0a-r3.ebuild
deleted file mode 100644
index a0ae950ccf3b..000000000000
--- a/games-action/descent3-demo/descent3-demo-1.4.0a-r3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop unpacker wrapper xdg
-
-DESCRIPTION="Indoor/outdoor 3D combat with evil robotic mining spacecraft"
-HOMEPAGE="https://www.lokigames.com/products/descent3/"
-SRC_URI="mirror://lokigames/loki_demos/${PN}.run"
-S="${WORKDIR}"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa pulseaudio"
-REQUIRED_USE="?? ( alsa pulseaudio )"
-
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
- sys-libs/glibc
- >=virtual/opengl-7.0-r1[abi_x86_32(-)]
- >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
- >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
- alsa? ( media-libs/alsa-oss[abi_x86_32(-)] )
- pulseaudio? ( media-libs/libpulse[abi_x86_32(-)] )
-"
-BDEPEND="games-util/loki_patch"
-
-dir="/opt/${PN}"
-QA_PREBUILT="
- ${dir#/}/descent3_demo.x86
- ${dir#/}/netgames/*.d3m
-"
-
-src_install() {
- local \
- snd= \
- demo="data/demos/descent3_demo" \
- exe="descent3_demo.x86"
-
- loki_patch patch.dat data/ || die
-
- insinto ${dir}
- doins -r "${demo}"/*
-
- exeinto ${dir}
- doexe "${demo}/${exe}"
-
- # Required directory
- keepdir "${dir}"/missions
-
- # Fix for 2.6 kernel crash, bug #151148
- dosym ppics.hog "${dir}"/PPics.Hog
-
- if use alsa; then
- snd="aoss "
- elif use pulseaudio; then
- snd="env LD_PRELOAD=\"${EPREFIX}/usr/$(ABI=x86 get_libdir)/pulseaudio/libpulsedsp.so\" "
- fi
-
- make_wrapper ${PN} "${snd}./${exe} -G -o" "${dir}"
- newicon "${demo}"/launch/box.png ${PN}.png
- make_desktop_entry ${PN} "Descent 3 (Demo)"
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- elog "To play the game run:"
- elog " descent3-demo"
- elog
- elog "If the game appears blank, then run it windowed with:"
- elog " descent3-demo -w"
-}
diff --git a/games-action/descent3-demo/metadata.xml b/games-action/descent3-demo/metadata.xml
deleted file mode 100644
index c302600542cf..000000000000
--- a/games-action/descent3-demo/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
-<longdescription>
-Descent 3 is a first-person 3-D action flight-sim which takes place in both
-indoor and outdoor arenas. The game was ported to Linux by the now defunct Loki
-Entertainment and is commercial software. You can still pick up a copy from
-Tuxgames (http://www.tuxgames.com), but supplies are limited, as the publisher
-is no longer in business. This is the free demo version of the full game.
-</longdescription>
-</pkgmetadata>
diff --git a/profiles/arch/amd64/no-multilib/package.mask b/profiles/arch/amd64/no-multilib/package.mask
index 8fbfd2ec73b4..011cd8d09ba7 100644
--- a/profiles/arch/amd64/no-multilib/package.mask
+++ b/profiles/arch/amd64/no-multilib/package.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# James Le Cuirot <chewi@gentoo.org> (2021-09-04)
@@ -42,7 +42,6 @@ games-action/brutal-legend-gog
games-action/brutal-legend-hb
games-action/crimsonland
games-action/descent3
-games-action/descent3-demo
games-action/guacamelee
games-action/heretic2
games-action/heretic2-demo
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask
index 4e73c95631e8..92369352ab39 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -162,7 +162,6 @@ games-action/badland
games-action/brutal-legend-gog
games-action/brutal-legend-hb
games-action/descent3
-games-action/descent3-demo
games-action/minecraft-launcher
games-action/psychonauts-gog
games-action/psychonauts-hb
diff --git a/profiles/package.mask b/profiles/package.mask
index b8a568fdb061..af8cb9da4e24 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -380,7 +380,6 @@ dev-util/sysdig-kmod
# under Wayland. In short, it's a lost cause. Removal in 30 days. Bug #436140.
# There is a modern SDL2-based port, but it is only available from Steam.
games-action/descent3
-games-action/descent3-demo
# Sam James <sam@gentoo.org> (2023-06-23)
# Segfaults with non-bison yacc.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-12 12:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-12 12:44 [gentoo-commits] repo/gentoo:master commit in: profiles/, games-action/descent3-demo/, profiles/arch/amd64/no-multilib/, Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox