summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-10 12:11:30 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-10 12:24:44 +0100
commit897a39fd2a94c7700802f0c9e20633524394da11 (patch)
tree0bba20946b0731a8c3645c704cebcf65397ef40c /media-plugins/xsynth-dssi
parentdev-lua/luadoc: Bump to EAPI 7 (diff)
downloadgentoo-897a39fd2a94c7700802f0c9e20633524394da11.tar.gz
gentoo-897a39fd2a94c7700802f0c9e20633524394da11.tar.bz2
gentoo-897a39fd2a94c7700802f0c9e20633524394da11.zip
media-plugins/xsynth-dssi: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697276 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-plugins/xsynth-dssi')
-rw-r--r--media-plugins/xsynth-dssi/xsynth-dssi-0.9.2.ebuild16
-rw-r--r--media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild16
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
-}