commit:     897a39fd2a94c7700802f0c9e20633524394da11
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 11:11:30 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 11:24:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=897a39fd

media-plugins/xsynth-dssi: Bump to EAPI 7

Closes: https://bugs.gentoo.org/697276
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild | 16 ++++++----------
 media-plugins/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 7646ceaf454..2422f4f85b8 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 5f73568fda5..59ee28e5f92 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
-}

Reply via email to