Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/mda-lv2/
Date: Tue, 09 Feb 2021 10:09:39
Message-Id: 1612865362.e6d2be3ac4c4db8958a066ddf2c96a1cd127209b.fordfrog@gentoo
1 commit: e6d2be3ac4c4db8958a066ddf2c96a1cd127209b
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 10:09:22 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 10:09:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d2be3a
7
8 media-plugins/mda-lv2: removed obsolete 1.2.4
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-plugins/mda-lv2/Manifest | 1 -
14 media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/media-plugins/mda-lv2/Manifest b/media-plugins/mda-lv2/Manifest
18 index f34c1a0fa9c..b274cfe873f 100644
19 --- a/media-plugins/mda-lv2/Manifest
20 +++ b/media-plugins/mda-lv2/Manifest
21 @@ -1,2 +1 @@
22 -DIST mda-lv2-1.2.4.tar.bz2 2362219 BLAKE2B 2b943ab585ee55f909161ed562e4cd9a8b57cf1c61e5199ebc6917b5ca6108fd9e8cb4c48517f01c823b9ab7ce96461f6f5ff1c103897aaa8bfd182a5debd2bf SHA512 d2ae0a7531de36ed30d0fa6e377d42d44d8dc67e4893e075b1d850e92c3a2d92f6f80e292e642c71ad1493532a0e06734011028cfec91348cfda02eec62dfe04
23 DIST mda-lv2-1.2.6.tar.bz2 2371464 BLAKE2B d9c6de99a3bac080df2a58db56673712a7c050fea76906bd8e1704f28b3588d990cc8c3ce2fe94b598b1b9a4acd751696775d6c19baee2bd7982853f2e2ae18b SHA512 0b49c8d4868010726bdf4b969b4822ffe17d705d81c956afabcfa27135c1bf54bb4fd00168d2606ddcd3f9b1930247655e700ae8d6039b43ff1a779cb8a617cc
24
25 diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild
26 deleted file mode 100644
27 index 168ca3efe52..00000000000
28 --- a/media-plugins/mda-lv2/mda-lv2-1.2.4.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python3_{7,8} )
37 -PYTHON_REQ_USE='threads(+)'
38 -
39 -inherit python-any-r1 waf-utils
40 -
41 -DESCRIPTION="LV2 port of the MDA plugins by Paul Kellett"
42 -HOMEPAGE="http://drobilla.net/software/mda-lv2/"
43 -SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -
49 -RDEPEND="media-libs/lv2"
50 -DEPEND="
51 - ${PYTHON_DEPS}
52 - virtual/pkgconfig"