summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2019-12-15 15:16:31 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2019-12-15 15:16:47 +0100
commit41c17186070347737608c13a3269357bd5c703ca (patch)
tree480f56dad5b284c456821da3f71335a7b58f10ed
parentdev-python/alabaster: ppc64 stable wrt bug #700552 (diff)
downloadgentoo-41c17186070347737608c13a3269357bd5c703ca.tar.gz
gentoo-41c17186070347737608c13a3269357bd5c703ca.tar.bz2
gentoo-41c17186070347737608c13a3269357bd5c703ca.zip
media-sound/a2jmidid-8-r2: removed old
Closes: https://bugs.gentoo.org/682532 Closes: https://bugs.gentoo.org/626554 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r--media-sound/a2jmidid/Manifest1
-rw-r--r--media-sound/a2jmidid/a2jmidid-8-r2.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/media-sound/a2jmidid/Manifest b/media-sound/a2jmidid/Manifest
index d5e808090f52..26f2765d5971 100644
--- a/media-sound/a2jmidid/Manifest
+++ b/media-sound/a2jmidid/Manifest
@@ -1,2 +1 @@
-DIST a2jmidid-8.tar.bz2 162764 BLAKE2B 4c173d458bc9bf393496bc53dcd92e796826386f3d2704f6d1fc108dd7e4fb660271cc2befec655b516dd669189fb01c23576fdd39c1c23b485346390edfb0a7 SHA512 6182a295462ae587461ca395d85c956523bfecd113d031d0ae8a9f304fc3d41f6a5097b3a1a9fc06bd0eef7fe08a4b3c116a3361ff9e63468c3e40b736215592
DIST a2jmidid-9.tar.gz 47925 BLAKE2B ad079e76a54f56ee8f82150c306f91aead52f86632978ea6f3376a0bf163744379210b34701b39da4ee14fc4d8a1c6be82d1052abeb8ccf79410bc242d174d62 SHA512 5bd13b6904ed68c5bfe40ca516fd49b7eb4d4a946b9908ee04687265848734c8e1a81579f0f1a5bd0752595be8858dc748da10487b7f366394c09a5ffc7d5e5c
diff --git a/media-sound/a2jmidid/a2jmidid-8-r2.ebuild b/media-sound/a2jmidid/a2jmidid-8-r2.ebuild
deleted file mode 100644
index f60d9eb0ef2d..000000000000
--- a/media-sound/a2jmidid/a2jmidid-8-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='threads(+)'
-NO_WAF_LIBDIR=1
-
-inherit python-single-r1 toolchain-funcs waf-utils eutils
-
-DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system"
-HOMEPAGE="https://repo.or.cz/a2jmidid.git"
-SRC_URI="http://download.gna.org/a2jmidid/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="dbus"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="media-libs/alsa-lib
- virtual/jack
- dbus? ( sys-apps/dbus )
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=(AUTHORS README NEWS internals.txt)
-
-src_prepare() {
- # Bug 518382
- epatch "${FILESDIR}"/${PN}-link.patch
-}
-
-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_fix_shebang "${ED}"
-}