commit:     d9334f54de41639a3c4de36c97e3d5594176b2fc
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 19:41:05 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 19:41:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9334f54

app-emulation/86Box: drop 3.1

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-emulation/86Box/86Box-3.1.ebuild | 56 ------------------------------------
 app-emulation/86Box/Manifest         |  1 -
 app-emulation/86Box/metadata.xml     |  3 +-
 3 files changed, 1 insertion(+), 59 deletions(-)

diff --git a/app-emulation/86Box/86Box-3.1.ebuild 
b/app-emulation/86Box/86Box-3.1.ebuild
deleted file mode 100644
index 95973bf3cce2..000000000000
--- a/app-emulation/86Box/86Box-3.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Emulator of x86-based machines based on PCem"
-HOMEPAGE="https://github.com/86Box/86Box";
-SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dinput experimental +fluidsynth +munt +dynarec new-dynarec +threads +usb 
vramdump"
-
-DEPEND="
-       media-libs/freetype:2=
-       media-libs/libpng:=
-       media-libs/libsdl2
-       media-libs/openal
-       media-libs/rtmidi
-       sys-libs/zlib
-"
-
-RDEPEND="
-       ${DEPEND}
-       fluidsynth? ( media-sound/fluidsynth )
-       munt? ( media-libs/munt-mt32emu )
-"
-
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-       local mycmakeargs=(
-               -DCPPTHREADS="$(usex threads)"
-               -DDEV_BRANCH="$(usex experimental)"
-               -DDINPUT="$(usex dinput)"
-               -DDYNAREC="$(usex dynarec)"
-               -DFLUIDSYNTH="$(usex fluidsynth)"
-               -DMINITRACE="OFF"
-               -DMUNT="$(usex munt)"
-               -DNEW_DYNAREC="$(usex new-dynarec)"
-               -DPREFER_STATIC="OFF"
-               -DRELEASE="ON"
-               -DUSB="$(usex usb)"
-               -DVRAMDUMP="$(usex vramdump)"
-       )
-
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       elog "In order to use 86Box, you will need some roms for various 
emulated systems."
-       elog "See https://github.com/86Box/roms for more information."
-}

diff --git a/app-emulation/86Box/Manifest b/app-emulation/86Box/Manifest
index bc9a2a378ddc..690f4082021c 100644
--- a/app-emulation/86Box/Manifest
+++ b/app-emulation/86Box/Manifest
@@ -1,2 +1 @@
-DIST 86Box-3.1.tar.gz 3733570 BLAKE2B 
d0753b11b040fa0bdef5d2a7c7fb9abc12f6e19c22360cc037bbd33c9274241c5941f49f509520cda2e584d989a7913aaa72b65457232c6f1d4ea1a59b013370
 SHA512 
9b28e23b6f3c2b9fe1a96e398c2042a4a6d3a7fcba0728033018c9cd737105bbc0f20053352f00d4ddcf8805e47152681f2151f8b03ad03305e3d27fa1adc092
 DIST 86Box-3.2.1.tar.gz 3967126 BLAKE2B 
0979fc9e87da17f452022a4a1484da72eb0091835c4d7ed225e1e70940e5f7399b7b7cb22816419dbfd040a72ec2a6e50ae0eddc81cad6ef75974f4d511f9f3b
 SHA512 
d725b9c2d2ada47e4492dd09c79af15010a03b174cf99705cf7ffbd4de39aa3a745bf5ab41e4f173e89f4c8d9c130e7540014a1824ff34bb88e634d8dc7860eb

diff --git a/app-emulation/86Box/metadata.xml b/app-emulation/86Box/metadata.xml
index a2846e04b512..40e447a8f2ff 100644
--- a/app-emulation/86Box/metadata.xml
+++ b/app-emulation/86Box/metadata.xml
@@ -12,12 +12,11 @@
        </longdescription>
        <use>
                <flag name="dinput">Enable legacy Dinput mode instead of Xinput 
for older controllers.</flag>
+               <flag name="dynarec">Enable dynamic recompiler, which should 
provide a better emulation speed.</flag>
                <flag name="experimental">Enable hardware from devbranch, which 
may be unstable or unusable.</flag>
                <flag name="fluidsynth">Enable MIDI support through 
<pkg>media-sound/fluidsynth</pkg>.</flag>
                <flag name="munt">Enable MIDI MT-32 support through 
<pkg>media-libs/munt-mt32emu</pkg>.</flag>
-               <flag name="dynarec">Enable dynamic recompiler, which should 
provide a better emulation speed.</flag>
                <flag name="new-dynarec">Enable new dynamic recompiler from 
PCem 15, which should provide an even better emulation speed.</flag>
-               <flag name="vramdump">Enable the posibility to dump the virtual 
Video RAM.</flag>
        </use>
        <upstream>
                <bugs-to>https://github.com/86Box/86Box/issues</bugs-to>

Reply via email to