diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-01-15 11:44:14 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-01-15 12:18:56 +0100 |
commit | ee4fbeee38ae977a17cf4d7f6b148f3870fae3dc (patch) | |
tree | 16d490513e9ad434ae4e2a5024d20d833949554a /media-sound | |
parent | media-plugins/mythplugins: Drop old (diff) | |
download | gentoo-ee4fbeee38ae977a17cf4d7f6b148f3870fae3dc.tar.gz gentoo-ee4fbeee38ae977a17cf4d7f6b148f3870fae3dc.tar.bz2 gentoo-ee4fbeee38ae977a17cf4d7f6b148f3870fae3dc.zip |
media-sound/a2jmidid: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/a2jmidid/a2jmidid-8.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/media-sound/a2jmidid/a2jmidid-8.ebuild b/media-sound/a2jmidid/a2jmidid-8.ebuild deleted file mode 100644 index 61d53c3081d5..000000000000 --- a/media-sound/a2jmidid/a2jmidid-8.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -PYTHON_DEPEND="2" -NO_WAF_LIBDIR=1 - -inherit python toolchain-funcs waf-utils - -DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system" -HOMEPAGE="http://home.gna.org/a2jmidid/" -SRC_URI="http://download.gna.org/a2jmidid/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="dbus" - -RDEPEND="media-libs/alsa-lib - media-sound/jack-audio-connection-kit - dbus? ( sys-apps/dbus )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=(AUTHORS README NEWS internals.txt) - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_configure() { - if use dbus ; then - waf-utils_src_configure - else - waf-utils_src_configure --disable-dbus - fi -} - -src_install() { - waf-utils_src_install - python_convert_shebangs -r 2 "${ED}" -} |