diff options
author | Karl Linden <karl.j.linden@gmail.com> | 2018-11-23 21:00:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-25 00:16:42 +0100 |
commit | b30fa91ef71d9e6c41f22118b4cee1999b403357 (patch) | |
tree | 0fd5c918fe8249eecac2643c5c08d238071e7197 /media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild | |
parent | x11-themes/qtcurve: Drop 1.9.0_rc1-r2 (diff) | |
download | gentoo-b30fa91ef71d9e6c41f22118b4cee1999b403357.tar.gz gentoo-b30fa91ef71d9e6c41f22118b4cee1999b403357.tar.bz2 gentoo-b30fa91ef71d9e6c41f22118b4cee1999b403357.zip |
media-sound/jack-smf-utils: EAPI-7 bump, DEPEND on virtual/jack
- Drop version specifier from dev-libs/glib dependency.
- Sort dependencies.
- Update HOMEPAGE and SRC_URI. The old ones are no longer reachable, and
it looks like the project is now hosted on SourceForge.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Karl Linden <karl.j.linden@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10440
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild')
-rw-r--r-- | media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild b/media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild deleted file mode 100644 index c8fe7a6a7c96..000000000000 --- a/media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Utilities for MIDI streams and files using Jack MIDI" -HOMEPAGE="http://pin.if.uz.zgora.pl/~trasz/jack-smf-utils/" -SRC_URI="http://pin.if.uz.zgora.pl/~trasz/jack-smf-utils/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="lash readline" - -RDEPEND="readline? ( sys-libs/readline ) - >=dev-libs/glib-2.2 - >=media-sound/jack-audio-connection-kit-0.102 - lash? ( media-sound/lash )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_compile() { - econf $(use_with readline) \ - $(use_with lash) - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS TODO -} |