commit:     b006fdf708b156639b47260860d286515a1bf717
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 19 00:43:29 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Aug 19 00:43:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b006fdf7

media-video/olive: treeclean

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-video/olive/metadata.xml      | 15 ---------
 media-video/olive/olive-9999.ebuild | 61 -------------------------------------
 profiles/package.mask               |  5 ---
 3 files changed, 81 deletions(-)

diff --git a/media-video/olive/metadata.xml b/media-video/olive/metadata.xml
deleted file mode 100644
index d058d51ae..000000000
--- a/media-video/olive/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Remigiusz Micielski</name>
-               <description>Primary maintainer</description>
-       </maintainer>
-       <longdescription lang="en">
-               Olive is a non-linear video editor aiming to provide powerful 
and advanced video editing capabilities with a user-friendly interface and the 
freedom of open source.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">olive-editor/olive</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/media-video/olive/olive-9999.ebuild 
b/media-video/olive/olive-9999.ebuild
deleted file mode 100644
index 50413a903..000000000
--- a/media-video/olive/olive-9999.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Free open-source non-linear video editor"
-HOMEPAGE="https://olivevideoeditor.org https://github.com/olive-editor/olive";
-
-LICENSE="GPL-3"
-SLOT="0"
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/olive-editor/olive.git";
-else
-       COMMIT="af76fbf0e189b73663fe2b5d20007fe7c69b6081"
-       VERSION_REV="af76fbf"
-       SRC_URI="https://github.com/olive-editor/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-IDEPEND="dev-util/desktop-file-utils"
-RDEPEND="
-       >=dev-qt/linguist-tools-5.0.0
-       >=dev-qt/qtconcurrent-5.0.0
-       >=dev-qt/qtdbus-5.0.0
-       >=dev-qt/qtnetwork-5.0.0
-       >=dev-qt/qtopengl-5.0.0
-       >=dev-qt/qtcore-5.0.0
-       >=media-libs/opencolorio-2.1.1
-       >=media-libs/openimageio-2.1.12
-       >=media-video/ffmpeg-3.0.0
-       media-libs/openexr
-       media-libs/portaudio
-       virtual/opengl"
-DEPEND="${RDEPEND}"
-DOCS=( README.md )
-
-src_prepare() {
-       cmake_src_prepare
-}
-
-src_compile() {
-       cmake_src_compile
-}
-
-src_install() {
-       cmake_src_install
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 403f7e368..2cb5ac6f8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -62,11 +62,6 @@ acct-group/wikijs
 acct-user/wikijs
 www-apps/wiki-js-bin
 
-# Remigiusz Micielski <[email protected]> (2024-07-12)
-# Upstream lost interest in this package and it doesn't compile.
-# Removal on 2024-08-12
-media-video/olive
-
 # Eli Burch <[email protected]> (2024-07-05)
 # Dependency sys-fs/reiser4progs was treecleaned in ::gentoo
 # Removal on 2024-08-05

Reply via email to