commit:     bb621f2e4dcb876aa9d26b959326d2c77d95e657
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 09:13:05 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  8 09:17:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb621f2e

media-libs/libopenshot-audio: Remove last-rited pkg

Bug: https://bugs.gentoo.org/909996
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-libs/libopenshot-audio/Manifest              |  2 --
 .../libopenshot-audio-0.2.2.ebuild                 | 24 ---------------
 .../libopenshot-audio-0.3.2.ebuild                 | 34 ----------------------
 media-libs/libopenshot-audio/metadata.xml          | 16 ----------
 profiles/package.mask                              |  1 -
 5 files changed, 77 deletions(-)

diff --git a/media-libs/libopenshot-audio/Manifest 
b/media-libs/libopenshot-audio/Manifest
deleted file mode 100644
index b2a64da3ca8c..000000000000
--- a/media-libs/libopenshot-audio/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libopenshot-audio-0.2.2.tar.gz 1808059 BLAKE2B 
fcf242bdd678d2e79e2775f3aff7507520a4e8b9ddc7696e1506beca0c1f8e0687d66dfa35a31748e2e622def6e1c22c160e9424c1c27527854ebcafc24413ca
 SHA512 
9960c6225dd9b843d18134e851761bf12861220a2c63970055bc73d554725e56abd6d35339f7490b672faaf0699f58e3701ff8a966ab07af3264325a9d0dc472
-DIST libopenshot-audio-0.3.2.tar.gz 1772366 BLAKE2B 
3b0157f88d28cfc4d147eea86b621c836aee48510d76db6ec6e88773cc1ee677dc635ea9a84e04754be463a1cd4bc80e6830c7cbf31a968ed0900732b007ff7c
 SHA512 
f10a709c748f37cd74a49e760eded67d14a24d4932401d62d616854c105f2d5a09b2a91f31190123d3f82f792f08976fedd9a4a2c1053b49bf18b9986e14be94

diff --git a/media-libs/libopenshot-audio/libopenshot-audio-0.2.2.ebuild 
b/media-libs/libopenshot-audio/libopenshot-audio-0.2.2.ebuild
deleted file mode 100644
index 36d12a9faa65..000000000000
--- a/media-libs/libopenshot-audio/libopenshot-audio-0.2.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Library for audio editing and playback used by OpenShot"
-HOMEPAGE="https://www.openshot.org/";
-SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0/8"
-KEYWORDS="amd64 x86"
-
-RDEPEND="media-libs/alsa-lib
-       media-libs/freetype
-       sys-libs/zlib
-       x11-libs/libX11
-       x11-libs/libXcursor
-       x11-libs/libXext
-       x11-libs/libXinerama
-       x11-libs/libXrandr"
-DEPEND="${RDEPEND}"

diff --git a/media-libs/libopenshot-audio/libopenshot-audio-0.3.2.ebuild 
b/media-libs/libopenshot-audio/libopenshot-audio-0.3.2.ebuild
deleted file mode 100644
index 67969ea938e2..000000000000
--- a/media-libs/libopenshot-audio/libopenshot-audio-0.3.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Library for audio editing and playback used by OpenShot"
-HOMEPAGE="https://www.openshot.org/";
-SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0/8"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-RDEPEND="media-libs/alsa-lib
-       media-libs/freetype
-       sys-libs/zlib
-       x11-libs/libX11
-       x11-libs/libXcursor
-       x11-libs/libXext
-       x11-libs/libXinerama
-       x11-libs/libXrandr"
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( app-text/doxygen )"
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_AUDIO_DOCS=$(usex doc)
-               -DAUTO_INSTALL_DOCS=$(usex doc)
-       )
-       cmake_src_configure
-}

diff --git a/media-libs/libopenshot-audio/metadata.xml 
b/media-libs/libopenshot-audio/metadata.xml
deleted file mode 100644
index c0c094ab8a28..000000000000
--- a/media-libs/libopenshot-audio/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>ste...@gentoo.org</email>
-               <name>Stefan Strogin</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>media-vi...@gentoo.org</email>
-               <name>Gentoo Video project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">OpenShot/libopenshot-audio</remote-id>
-               
<bugs-to>https://github.com/OpenShot/libopenshot-audio/issues</bugs-to>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 551187a362d2..6c7c882a2fd5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -399,7 +399,6 @@ sec-keys/openpgp-keys-jiatan
 # Includes the libraries with no other reverse dependencies.
 # Removal on 2024-04-25.  Bug #909996.
 media-libs/libopenshot
-media-libs/libopenshot-audio
 
 # Eray Aslan <e...@gentoo.org> (2024-03-10)
 # Mask experimental software

Reply via email to