commit:     853c9b05164401b93246f92f327656bf01231a54
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jun  5 09:10:55 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 09:10:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=853c9b05

net-misc/moonlight: treeclean duplicate

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-misc/moonlight/Manifest                        |  1 -
 .../moonlight/files/4.3.1-respect-cflags.patch     | 53 ---------------------
 net-misc/moonlight/metadata.xml                    | 16 -------
 net-misc/moonlight/moonlight-4.3.1.ebuild          | 54 ----------------------
 4 files changed, 124 deletions(-)

diff --git a/net-misc/moonlight/Manifest b/net-misc/moonlight/Manifest
deleted file mode 100644
index acf0147bd..000000000
--- a/net-misc/moonlight/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST MoonlightSrc-4.3.1.tar.gz 71454450 BLAKE2B 
cd6d8d95c3d53dbf73850cd30f86bdb9837806a642472454d70f6abee20ae91bc79c0671c4da0a74fb5f43086841a8318718c4f2f4e4768b395fb4b38d1dde9e
 SHA512 
f5f7b23929aadb87716470522a315cba40d8155be6b76297eab4107e0fef71b48f9f4c9a4cc2b58bd48579db052a8ca8ecda9b49c78c3d229863a30886cf1847

diff --git a/net-misc/moonlight/files/4.3.1-respect-cflags.patch 
b/net-misc/moonlight/files/4.3.1-respect-cflags.patch
deleted file mode 100644
index caf053e66..000000000
--- a/net-misc/moonlight/files/4.3.1-respect-cflags.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-diff --git a/globaldefs.pri b/globaldefs.pri
-index a767cbf9..e40abe6b 100644
---- a/globaldefs.pri
-+++ b/globaldefs.pri
-@@ -2,7 +2,7 @@
- CONFIG += debug_and_release
- 
- # Ensure symbols are always generated
--CONFIG += force_debug_info
-+# CONFIG += force_debug_info
- 
- # Disable asserts on release builds
- CONFIG(release, debug|release) {
-Submodule h264bitstream/h264bitstream contains modified content
-diff --git a/h264bitstream/h264bitstream/m4/ax_check_debug.m4 
b/h264bitstream/h264bitstream/m4/ax_check_debug.m4
-index 1f5252e..df1f444 100644
---- a/h264bitstream/h264bitstream/m4/ax_check_debug.m4
-+++ b/h264bitstream/h264bitstream/m4/ax_check_debug.m4
-@@ -26,7 +26,7 @@ AC_DEFUN([AX_CHECK_DEBUG],
-     else
-         AC_DEFINE([NDEBUG],[],[Release Mode])
-         #-O3 anyone? Kills using -g in release mode so we'll stick with O2 
for now.
--        AM_CFLAGS="$AM_CFLAGS -O2 -g -Wall"
-+        AM_CFLAGS="$AM_CFLAGS -Wall"
-     fi
-     AC_SUBST([AM_CFLAGS])
- ])
-Submodule moonlight-common-c/moonlight-common-c contains modified content
-Submodule enet contains modified content
-diff --git a/moonlight-common-c/moonlight-common-c/enet/enet_dll.cbp 
b/moonlight-common-c/moonlight-common-c/enet/enet_dll.cbp
-index 961274c..e9e4ea9 100644
---- a/moonlight-common-c/moonlight-common-c/enet/enet_dll.cbp
-+++ b/moonlight-common-c/moonlight-common-c/enet/enet_dll.cbp
-@@ -13,9 +13,6 @@
-                               <Option compiler="gcc" />
-                               <Option createDefFile="1" />
-                               <Option createStaticLib="1" />
--                              <Compiler>
--                                      <Add option="-g" />
--                              </Compiler>
-                       </Target>
-                       <Target title="Release">
-                               <Option output="bin\Release\libenet" 
prefix_auto="1" extension_auto="1" />
-@@ -24,9 +21,6 @@
-                               <Option compiler="gcc" />
-                               <Option createDefFile="1" />
-                               <Option createStaticLib="1" />
--                              <Compiler>
--                                      <Add option="-O2" />
--                              </Compiler>
-                               <Linker>
-                                       <Add option="-s" />
-                               </Linker>

diff --git a/net-misc/moonlight/metadata.xml b/net-misc/moonlight/metadata.xml
deleted file mode 100644
index 71155ad33..000000000
--- a/net-misc/moonlight/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>andrewatha...@outlook.com</email>
-               <name>Andrew Athalye</name>
-       </maintainer>
-       <upstream>
-               <remote-id 
type="github">moonlight-stream/moonlight-qt</remote-id>
-       </upstream>
-       <use>
-               <flag name="vaapi">
-                       Enable support for hardware video decoding using 
<pkg>media-libs/libva</pkg>.
-               </flag>
-       </use>
-</pkgmetadata>

diff --git a/net-misc/moonlight/moonlight-4.3.1.ebuild 
b/net-misc/moonlight/moonlight-4.3.1.ebuild
deleted file mode 100644
index 4dc580678..000000000
--- a/net-misc/moonlight/moonlight-4.3.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="GameStream client for PCs"
-HOMEPAGE="https://github.com/moonlight-stream/moonlight-qt";
-SRC_URI="https://github.com/moonlight-stream/moonlight-qt/releases/download/v${PV}/MoonlightSrc-${PV}.tar.gz";
-S="${WORKDIR}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="vaapi"
-
-RDEPEND="
-       >=dev-libs/openssl-1.1.1
-       >=media-libs/libsdl2-2.0.16-r1:0[kms]
-       >=media-libs/sdl2-ttf-2.0.15:0
-       >=media-video/ffmpeg-4.4-r1:0
-       >=dev-qt/qtsvg-5.15.2-r10:5/5.15
-       >=dev-qt/qtquickcontrols2-5.15.2-r11:5
-       >=media-libs/opus-1.3.1-r2:0
-       >=media-sound/pulseaudio-15.0-r1:0
-       vaapi? (
-               >=media-libs/libva-2.12.0:0
-       )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       virtual/pkgconfig
-       dev-qt/qtcore
-"
-PATCHES=(
-       "${FILESDIR}/${PV}-respect-cflags.patch"
-)
-
-src_configure() {
-       eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
-       emake install INSTALL_ROOT="${D}"
-       einstalldocs
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

Reply via email to