commit:     124702f4b3ee38626bbe0629c5e7f791cff14809
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 23:48:34 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 23:48:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124702f4

app-emulation/ruffle: drop 0_p20241027-r1

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emulation/ruffle/Manifest                     |   2 -
 app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild | 103 ----------------------
 2 files changed, 105 deletions(-)

diff --git a/app-emulation/ruffle/Manifest b/app-emulation/ruffle/Manifest
index 395d29eefc95..f4bbe3611689 100644
--- a/app-emulation/ruffle/Manifest
+++ b/app-emulation/ruffle/Manifest
@@ -1,4 +1,2 @@
-DIST ruffle-nightly-2024-10-27-vendor.tar.xz 68393412 BLAKE2B 
16a3cb7a16900d21c91e900d0dc8b1036120abd2168fea2482473bb9c2170de4e1d5619fad15dd8b9df44228b93167f1b722311f7f54a5dff1a9c78682fdf04a
 SHA512 
d085af00d4417e961bf7e05b7af1c70f222ac1277c701d67ce99084f85648eba521273269732d74ddc281fb71c8762646cd15c6f1f1a05da788f04ea302696b0
-DIST ruffle-nightly-2024-10-27.tar.gz 93507412 BLAKE2B 
fcbcd5639bffa8fd1157e1f19765e7ea6721073fc9af6579562a5412d1d07086f53de7d099001ab4eb1b4d497077f09dd1a6da6eaf92c71f12cd1c61633d6f78
 SHA512 
19790a6641c61ef7e2c1ec94039452c06ea95273de2868198a307d21da955d4196ae33e0807c8f8c74e3f996dc8e26bebdd59ad8bdfa40c9fe6a8afcc745e91f
 DIST ruffle-nightly-2024-11-29-vendor.tar.xz 67239116 BLAKE2B 
d2eaaf7c7528207a1fabc67cd52bab37442e4c09a740842840f3e44a0d79c826f17b1014e30fcbb07b9e6346c48d4a92439c209b7f54ddc1897cb4166546a295
 SHA512 
fbf8589d2c9b21b1cb6e93963e8350fad77854e351538ac8155f16bbc16f0ecb1680f7ac7066d14e7fffefa5ead217acc8b8a9319ded891abdeffd5890797776
 DIST ruffle-nightly-2024-11-29.tar.gz 94965476 BLAKE2B 
9440808ebc0f2db33df06f45eaf6b089b56b6ce604537c522ba57bb2e7e6ada4f334fa4e483547af9b203c4047566d88d88dbca93c6ab2dd8d1a5ced20bc6cdb
 SHA512 
380da319ee84bddc9f12d472516471a18177f748b4072d1853e3aa9d6311226230cf5e38ac4b30041507f836ff620c04aa69e6e45407571d752baf77ac7ea42a

diff --git a/app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild 
b/app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild
deleted file mode 100644
index a09645653dfa..000000000000
--- a/app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-RUST_MIN_VER=1.81.0
-inherit cargo desktop optfeature xdg
-
-MY_PV=nightly-${PV:3:4}-${PV:7:2}-${PV:9:2}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="Flash Player emulator written in Rust"
-HOMEPAGE="https://ruffle.rs/";
-SRC_URI="
-       https://github.com/ruffle-rs/ruffle/archive/refs/tags/${MY_PV}.tar.gz
-               -> ${MY_P}.tar.gz
-       https://dev.gentoo.org/~ionen/distfiles/${MY_P}-vendor.tar.xz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="|| ( Apache-2.0 MIT )"
-LICENSE+="
-       Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC UbuntuFontLicense-1.0 MIT
-       MPL-2.0 OFL-1.1 openssl Unicode-3.0 Unicode-DFS-2016 ZLIB
-" # crates
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# dlopen: libX* (see winit+x11-dl crates)
-RDEPEND="
-       media-libs/alsa-lib
-       virtual/libudev:=
-       x11-libs/libX11
-       x11-libs/libXcursor
-       x11-libs/libXrandr
-       x11-libs/libXrender
-"
-DEPEND="
-       ${RDEPEND}
-       x11-base/xorg-proto
-"
-BDEPEND="
-       virtual/jre:*
-       virtual/pkgconfig
-"
-
-QA_FLAGS_IGNORED="usr/bin/${PN}.*"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0_p20231216-skip-render-tests.patch
-)
-
-src_configure() {
-       local workspaces=(
-               ruffle_{desktop,scanner}
-               exporter
-               $(usev test tests)
-       )
-
-       cargo_src_configure "${workspaces[@]/#/--package=}"
-}
-
-src_test() {
-       local skip=(
-               # may need more investigation, strangely "pass" (xfail) when
-               # RUSTFLAGS is unset, skip for now (bug #915726)
-               --skip from_avmplus/as3/Types/Int/wraparound
-       )
-
-       cargo_src_test -- "${skip[@]}"
-}
-
-src_install() {
-       dodoc README.md
-
-       newicon web/packages/extension/assets/images/icon180.png ${PN}.png
-       make_desktop_entry ${PN} ${PN^} ${PN} "AudioVideo;Player;Emulator;" \
-               
"MimeType=application/x-shockwave-flash;application/vnd.adobe.flash.movie;"
-
-       cd "$(cargo_target_dir)" || die
-       newbin ${PN}_desktop ${PN}
-       newbin exporter ${PN}_exporter
-       dobin ${PN}_scanner
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-
-       if [[ ! ${REPLACING_VERSIONS} ]]; then
-               elog "${PN} is experimental software that is still under heavy 
development"
-               elog "and only receiving nightly releases. Plans in Gentoo is 
to update"
-               elog "roughly every months if no known major regressions (feel 
free to"
-               elog "report if you feel a newer nightly is needed ahead of 
time)."
-               elog
-               elog "There is currently no plans to support wasm builds / 
browser"
-               elog "extensions, this provides the desktop viewer and other 
tools."
-       fi
-
-       optfeature "h264 video decoding" media-libs/openh264
-       optfeature "the in-application file picker" sys-apps/xdg-desktop-portal
-}

Reply via email to