From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1650069-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 872C41581C1 for <garchives@archives.gentoo.org>; Fri, 5 Jul 2024 17:49:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2AC52BC119; Fri, 5 Jul 2024 17:49:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D7622BC10D for <gentoo-commits@lists.gentoo.org>; Fri, 5 Jul 2024 17:49:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B558034309A for <gentoo-commits@lists.gentoo.org>; Fri, 5 Jul 2024 17:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D4C61D0E for <gentoo-commits@lists.gentoo.org>; Fri, 5 Jul 2024 17:49:30 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1720201733.f44533fa9141a16ef0f507f0159627c31ce2a738.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/scorched3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/scorched3d/scorched3d-44-r2.ebuild X-VCS-Directories: games-strategy/scorched3d/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f44533fa9141a16ef0f507f0159627c31ce2a738 X-VCS-Branch: master Date: Fri, 5 Jul 2024 17:49:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2efe0475-f870-4fe9-9838-3ab2d380b05b X-Archives-Hash: 2ced9cd8d09fd34f9946002ff811caaf commit: f44533fa9141a16ef0f507f0159627c31ce2a738 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Jul 5 17:24:08 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Jul 5 17:48:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44533fa games-strategy/scorched3d: drop 44-r2 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> games-strategy/scorched3d/scorched3d-44-r2.ebuild | 91 ----------------------- 1 file changed, 91 deletions(-) diff --git a/games-strategy/scorched3d/scorched3d-44-r2.ebuild b/games-strategy/scorched3d/scorched3d-44-r2.ebuild deleted file mode 100644 index c6cea36cfce0..000000000000 --- a/games-strategy/scorched3d/scorched3d-44-r2.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -WX_GTK_VER="3.0" -inherit autotools desktop edos2unix wxwidgets - -DESCRIPTION="Multi-player tank battle in 3D (OpenGL)" -HOMEPAGE="http://www.scorched3d.co.uk/" -SRC_URI="https://downloads.sourceforge.net/scorched3d/Scorched3D-${PV}-src.tar.gz" -S="${WORKDIR}/scorched" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="dedicated mysql" - -RDEPEND=" - dev-libs/expat - media-fonts/dejavu - media-libs/libpng:0= - media-libs/libsdl[video] - media-libs/sdl-net - sys-libs/zlib - virtual/jpeg:0 - !dedicated? ( - virtual/opengl - virtual/glu - media-libs/glew:0= - media-libs/libogg - media-libs/libvorbis - media-libs/openal - media-libs/freealut - x11-libs/wxGTK:${WX_GTK_VER}[X] - media-libs/freetype:2 - sci-libs/fftw:3.0= - ) - mysql? ( virtual/mysql )" -DEPEND="${RDEPEND}" -BDEPEND="!dedicated? ( virtual/pkgconfig )" - -PATCHES=( - "${FILESDIR}"/${P}-fixups.patch - "${FILESDIR}"/${P}-gcc43.patch - "${FILESDIR}"/${P}-odbc.patch - "${FILESDIR}"/${P}-win32.patch - "${FILESDIR}"/${P}-freetype.patch - "${FILESDIR}"/${P}-jpeg9.patch - "${FILESDIR}"/${P}-wxgtk.patch - "${FILESDIR}"/${P}-fix-c++14.patch -) - -src_prepare() { - edos2unix \ - src/launcher/wxdialogs/SettingsDialog.cpp \ - src/launcher/wxdialogs/DisplayDialog.cpp \ - src/launcher/wxdialogs/Display.cpp \ - src/launcher/wxdialogs/KeyDialog.cpp - default - eautoreconf -} - -src_configure() { - setup-wxwidgets - econf \ - --datadir="${EPREFIX}"/usr/share/${PN} \ - --with-fftw="${EPREFIX}"/usr \ - --with-ogg="${EPREFIX}"/usr \ - --with-vorbis="${EPREFIX}"/usr \ - --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --with-wx-config="${WX_CONFIG}" \ - --without-pgsql \ - $(use_with mysql) \ - $(use_enable dedicated serveronly) -} - -src_install() { - default - - # remove bundled fonts - rm "${ED}"/usr/share/${PN}/data/fonts/* || die - dosym ../../../fonts/dejavu/DejaVuSans.ttf /usr/share/${PN}/data/fonts/dejavusans.ttf - dosym ../../../fonts/dejavu/DejaVuSansCondensed-Bold.ttf /usr/share/${PN}/data/fonts/dejavusconbd.ttf - dosym ../../../fonts/dejavu/DejaVuSansMono-Bold.ttf /usr/share/${PN}/data/fonts/dejavusmobd.ttf - - if ! use dedicated; then - newicon data/images/tank-old.bmp ${PN}.bmp - make_desktop_entry ${PN} "Scorched 3D" /usr/share/pixmaps/${PN}.bmp - fi -}