From 897a39fd2a94c7700802f0c9e20633524394da11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 10 Nov 2019 12:11:30 +0100 Subject: [PATCH] media-plugins/xsynth-dssi: Bump to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/697276 Signed-off-by: Michał Górny --- .../xsynth-dssi/xsynth-dssi-0.9.2.ebuild | 16 ++++++---------- .../xsynth-dssi/xsynth-dssi-0.9.4.ebuild | 16 ++++++---------- 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild b/media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild index 7646ceaf454b..2422f4f85b80 100644 --- a/media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild +++ b/media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild @@ -1,26 +1,22 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +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" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64" IUSE="" -RDEPEND="=x11-libs/gtk+-2* +RDEPEND=" media-libs/alsa-lib >=media-libs/dssi-0.9 - >=media-libs/liblo-0.12" + >=media-libs/liblo-0.12 + x11-libs/gtk+:2" DEPEND="${RDEPEND} media-libs/ladspa-sdk virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README TODO -} diff --git a/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild b/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild index 5f73568fda58..59ee28e5f92c 100644 --- a/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild +++ b/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild @@ -1,26 +1,22 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +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" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="=x11-libs/gtk+-2* +RDEPEND=" media-libs/alsa-lib >=media-libs/dssi-0.9 - >=media-libs/liblo-0.12" + >=media-libs/liblo-0.12 + x11-libs/gtk+:2" DEPEND="${RDEPEND} media-libs/ladspa-sdk virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README TODO -} -- 2.26.2