Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenshot-audio/
Date: Sun, 30 May 2021 19:04:47
Message-Id: 1622401447.eb1a046621b116174562b4dfc4e80c89a2712d44.asturm@gentoo
1 commit: eb1a046621b116174562b4dfc4e80c89a2712d44
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 17 11:01:43 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 19:04:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1a0466
7
8 media-libs/libopenshot-audio: Drop 0.1.9_pre20190502
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libopenshot-audio/Manifest | 1 -
14 .../libopenshot-audio-0.1.9_pre20190502.ebuild | 29 ----------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/media-libs/libopenshot-audio/Manifest b/media-libs/libopenshot-audio/Manifest
18 index d09f1be72ce..3bfaac1719d 100644
19 --- a/media-libs/libopenshot-audio/Manifest
20 +++ b/media-libs/libopenshot-audio/Manifest
21 @@ -1,2 +1 @@
22 -DIST libopenshot-audio-0.1.9_pre20190502.tar.gz 1696201 BLAKE2B 6bc0be3f8374f734cb6b7271c09dad8f7da794acb87236441f41999fab9baa3fee69d6a820db51a4c116b3a5113bb8f72da396babd13511d013b8ffafc2c1bf7 SHA512 73ba3e2054de1b74e6ae7c874a61388220efe12b640f741d5e18d9b242d427fd0fc82b03527af7de64ecd6dbe0a450b884c8557bb5a51493be21838e1f4dfd1a
23 DIST libopenshot-audio-0.2.0.tar.gz 1711504 BLAKE2B 144502ac7074039861b16309fdf7d79b4846f4fdc7e4e14cf8e96456bf974b82af289e37454b6a93fd393d5faaf46e2685851ecd867bd5bef8df9f798a00cbc2 SHA512 c014a619f32283a8482e0df9224785610a9563073fbd98378367f28f713afa1dc9873d212a40352d3c96040004344f16084e5fe30e4cf64c57309f96e66068c1
24
25 diff --git a/media-libs/libopenshot-audio/libopenshot-audio-0.1.9_pre20190502.ebuild b/media-libs/libopenshot-audio/libopenshot-audio-0.1.9_pre20190502.ebuild
26 deleted file mode 100644
27 index 066adc17012..00000000000
28 --- a/media-libs/libopenshot-audio/libopenshot-audio-0.1.9_pre20190502.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit cmake
37 -
38 -COMMIT="77edb1f14dde35e1facecc309dbc4fb7f07d7014"
39 -
40 -DESCRIPTION="Library for audio editing and playback used by OpenShot"
41 -HOMEPAGE="https://www.openshot.org/"
42 -SRC_URI="https://github.com/OpenShot/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0/6"
46 -KEYWORDS="amd64 x86"
47 -
48 -RDEPEND="
49 - media-libs/alsa-lib
50 - media-libs/freetype
51 - x11-libs/libX11
52 - x11-libs/libXcursor
53 - x11-libs/libXext
54 - x11-libs/libXinerama
55 - x11-libs/libXrandr
56 -"
57 -DEPEND="${RDEPEND}"
58 -
59 -S="${WORKDIR}/${PN}-${COMMIT}"