diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-10-09 17:45:28 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-10-09 17:45:28 +0200 |
commit | 23964f92d075d18c2334cf3ac378ef47aa09ff4f (patch) | |
tree | da53f4495a223f2ee377fd5b4da781cad2af87e0 | |
parent | media-plugins/tap-plugins: removed obsolete 0.7.3 (diff) | |
download | gentoo-23964f92d075d18c2334cf3ac378ef47aa09ff4f.tar.gz gentoo-23964f92d075d18c2334cf3ac378ef47aa09ff4f.tar.bz2 gentoo-23964f92d075d18c2334cf3ac378ef47aa09ff4f.zip |
media-plugins/xsynth-dssi: removed obsolete 0.9.2
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r-- | media-plugins/xsynth-dssi/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/media-plugins/xsynth-dssi/Manifest b/media-plugins/xsynth-dssi/Manifest index 5e9ba9fea634..c7b5ae18ea09 100644 --- a/media-plugins/xsynth-dssi/Manifest +++ b/media-plugins/xsynth-dssi/Manifest @@ -1,2 +1 @@ -DIST xsynth-dssi-0.9.2.tar.gz 451758 BLAKE2B e1a60cd3ed8eb5fefad02fc21b1cfd54803f0ab75601ae9bed61142d179802fe30fc99690bf2725e8072fac06aec66eaf016cbadc4fc28d6bbd1561bf89c8da3 SHA512 e8ebb42de0b0b84fa792571eaf3ccc18d0a059396aae547843562f948b9e085e6e229cd3b475cbd5060fa93f8017d36ec92d17822a29bc01c2392519aad006c0 DIST xsynth-dssi-0.9.4.tar.gz 465783 BLAKE2B 100161f4d7f984d84de7cee5e36afe65e9f3940918b7e945f63c66a615189a2cb10a8e879c549bfa1909e1a099862a1e51ace3ceebd3f60df333c80d387ca30a SHA512 8c67e5fbbc35e6dfd0cc30733d82e1cc6478f3a63a48e080da579fd90ecad22b10b3681ba1e610819a0891f80caabec5350532b9888e6f6044469b2aa92055cd diff --git a/media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild b/media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild deleted file mode 100644 index 2422f4f85b80..000000000000 --- a/media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A software synthesizer plugin for the DSSI Soft Synth Interface" -HOMEPAGE="http://dssi.sourceforge.net/download.html#Xsynth-DSSI" -SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -RDEPEND=" - media-libs/alsa-lib - >=media-libs/dssi-0.9 - >=media-libs/liblo-0.12 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - media-libs/ladspa-sdk - virtual/pkgconfig" |