commit: 516375e6e1050d6aab680eed3fd4cb1a6104e3b1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed May 31 20:25:53 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jun 11 18:15:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516375e6
games-action/descent3-demo: EAPI-8 bump, switch to media-libs/libpulse Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> ...cent3-demo-1.4.0a-r2.ebuild => descent3-demo-1.4.0a-r3.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-action/descent3-demo/descent3-demo-1.4.0a-r2.ebuild b/games-action/descent3-demo/descent3-demo-1.4.0a-r3.ebuild similarity index 90% rename from games-action/descent3-demo/descent3-demo-1.4.0a-r2.ebuild rename to games-action/descent3-demo/descent3-demo-1.4.0a-r3.ebuild index b23a9ee52d79..a0ae950ccf3b 100644 --- a/games-action/descent3-demo/descent3-demo-1.4.0a-r2.ebuild +++ b/games-action/descent3-demo/descent3-demo-1.4.0a-r3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop unpacker wrapper xdg DESCRIPTION="Indoor/outdoor 3D combat with evil robotic mining spacecraft" -HOMEPAGE="http://www.lokigames.com/products/descent3/" +HOMEPAGE="https://www.lokigames.com/products/descent3/" SRC_URI="mirror://lokigames/loki_demos/${PN}.run" S="${WORKDIR}" @@ -24,7 +24,7 @@ RDEPEND=" >=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-sound/pulseaudio[abi_x86_32(-)] ) + pulseaudio? ( media-libs/libpulse[abi_x86_32(-)] ) " BDEPEND="games-util/loki_patch"
