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/xsynth-dssi/
Date: Fri, 09 Oct 2020 15:45:43
Message-Id: 1602258328.23964f92d075d18c2334cf3ac378ef47aa09ff4f.fordfrog@gentoo
1 commit: 23964f92d075d18c2334cf3ac378ef47aa09ff4f
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 15:45:28 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 15:45:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23964f92
7
8 media-plugins/xsynth-dssi: removed obsolete 0.9.2
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-plugins/xsynth-dssi/Manifest | 1 -
14 media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/media-plugins/xsynth-dssi/Manifest b/media-plugins/xsynth-dssi/Manifest
18 index 5e9ba9fea63..c7b5ae18ea0 100644
19 --- a/media-plugins/xsynth-dssi/Manifest
20 +++ b/media-plugins/xsynth-dssi/Manifest
21 @@ -1,2 +1 @@
22 -DIST xsynth-dssi-0.9.2.tar.gz 451758 BLAKE2B e1a60cd3ed8eb5fefad02fc21b1cfd54803f0ab75601ae9bed61142d179802fe30fc99690bf2725e8072fac06aec66eaf016cbadc4fc28d6bbd1561bf89c8da3 SHA512 e8ebb42de0b0b84fa792571eaf3ccc18d0a059396aae547843562f948b9e085e6e229cd3b475cbd5060fa93f8017d36ec92d17822a29bc01c2392519aad006c0
23 DIST xsynth-dssi-0.9.4.tar.gz 465783 BLAKE2B 100161f4d7f984d84de7cee5e36afe65e9f3940918b7e945f63c66a615189a2cb10a8e879c549bfa1909e1a099862a1e51ace3ceebd3f60df333c80d387ca30a SHA512 8c67e5fbbc35e6dfd0cc30733d82e1cc6478f3a63a48e080da579fd90ecad22b10b3681ba1e610819a0891f80caabec5350532b9888e6f6044469b2aa92055cd
24
25 diff --git a/media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild b/media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild
26 deleted file mode 100644
27 index 2422f4f85b8..00000000000
28 --- a/media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild
29 +++ /dev/null
30 @@ -1,22 +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 -DESCRIPTION="A software synthesizer plugin for the DSSI Soft Synth Interface"
37 -HOMEPAGE="http://dssi.sourceforge.net/download.html#Xsynth-DSSI"
38 -SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -KEYWORDS="amd64"
43 -IUSE=""
44 -
45 -RDEPEND="
46 - media-libs/alsa-lib
47 - >=media-libs/dssi-0.9
48 - >=media-libs/liblo-0.12
49 - x11-libs/gtk+:2"
50 -DEPEND="${RDEPEND}
51 - media-libs/ladspa-sdk
52 - virtual/pkgconfig"