commit:     0b8097800e122fe018ea199bf0fe2a83ad2c5478
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 17:59:31 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Jun 12 18:03:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b809780

Revert "media-video/*:" inappropriate GCO

Please sign your commits with an acceptable online identity.
"A person" is not appropriate here.

Please read the Gentoo copyright policy:
https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin

This reverts commit 22d8ea44ed2c30544be6d3dd72c0d40b5e460ae5.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 .../gpu-screen-recorder-gtk-9999.ebuild            | 30 ----------------
 .../gpu-screen-recorder-9999.ebuild                | 42 ----------------------
 2 files changed, 72 deletions(-)

diff --git 
a/media-video/gpu-screen-recorder-gtk/gpu-screen-recorder-gtk-9999.ebuild 
b/media-video/gpu-screen-recorder-gtk/gpu-screen-recorder-gtk-9999.ebuild
deleted file mode 100644
index 83a466575..000000000
--- a/media-video/gpu-screen-recorder-gtk/gpu-screen-recorder-gtk-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson git-r3
-
-EGIT_REPO_URI="https://repo.dec05eba.com/gpu-screen-recorder-gtk";
-
-DESCRIPTION="GTK frontend for gpu-screen-recorder."
-HOMEPAGE="https://git.dec05eba.com/gpu-screen-recorder-gtk/about";
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~arm64"
-
-DEPEND="
-    x11-libs/gtk+:3
-    dev-libs/libayatana-appindicator
-    media-video/gpu-screen-recorder
-"
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-
-src_configure() {
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-}

diff --git a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild 
b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
deleted file mode 100644
index bdeefe769..000000000
--- a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson git-r3
-
-EGIT_REPO_URI="https://repo.dec05eba.com/gpu-screen-recorder";
-
-DESCRIPTION="A screen recorder that has minimal impact on system performance, 
similar to shadowplay on Windows."
-HOMEPAGE="https://git.dec05eba.com/gpu-screen-recorder/about";
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~arm64"
-IUSE="+filecaps systemd"
-
-DEPEND="
-    media-video/ffmpeg
-    media-libs/libglvnd
-    x11-libs/libXcomposite
-    x11-libs/libXrandr
-    x11-libs/libXfixes
-    media-libs/libpulse
-    media-libs/libva
-    x11-libs/libdrm
-    sys-libs/libcap
-    dev-libs/wayland
-"
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-
-src_configure() {
-       local emesonargs=(
-               -Dsystemd=$(usex filecaps true none)
-               -Dcapabilities=$(usex systemd true none)
-       )
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-}

Reply via email to