summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-10-30 01:28:14 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-10-30 01:28:14 +0100
commitcc59d697a7851ecba887d26adb1bc00e891e5d79 (patch)
tree265d99dba09be87b988b6dc5628cfd02d1969efa /media-sound
parentmedia-sound/qmidiroute: Stable on amd64 (diff)
downloadgentoo-cc59d697a7851ecba887d26adb1bc00e891e5d79.tar.gz
gentoo-cc59d697a7851ecba887d26adb1bc00e891e5d79.tar.bz2
gentoo-cc59d697a7851ecba887d26adb1bc00e891e5d79.zip
media-sound/qmidiroute: Remove old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/qmidiroute/Manifest1
-rw-r--r--media-sound/qmidiroute/qmidiroute-0.3.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/media-sound/qmidiroute/Manifest b/media-sound/qmidiroute/Manifest
index 6ed7cbf9cee2..1185d8c8797b 100644
--- a/media-sound/qmidiroute/Manifest
+++ b/media-sound/qmidiroute/Manifest
@@ -1,2 +1 @@
-DIST qmidiroute-0.3.0.tar.bz2 103285 SHA256 238ab3af3fdfaccab1366ecfec3d203d29e459b39f1ea579a3929b8035e19479 SHA512 34f626573f02803267b50a0e85b4343dcccfb28ef7ad9655a0234e25f2b6a5bdf6bd61e3d988e086f1d29e46ed64d644b4c6d5c115ec8d5235aa583385c07f94 WHIRLPOOL d7502e4cabec519f932d1691a0dcf7c4e9ff9cf0070b4a63bc7598c570fd4eac3b3e88ea0e0057512789919a82c456f445eb0a637f5626fae0946604ebc29194
DIST qmidiroute-0.4.0.tar.bz2 121625 SHA256 09c6fc7c3be7c7a3dd86d1b4a310c62c1c3ec6040cb77e76fa833efad6bd61a7 SHA512 b3b5ded66c0e226848a3181d67f61ea9e4e76c253400dac63592e4f462f4cf06760b3f2d24a33bbc836f4fe29950a4d702adc048ad80c9b6d673ade8c1a88342 WHIRLPOOL 9a52dbb75cdeb273eb8a5650ac150d3d17a074a0790df11905068263925d78c69c6ed09de6319f404180797483e6efabacbc2c79092fcf8d7d2ef1cdcf1889c6
diff --git a/media-sound/qmidiroute/qmidiroute-0.3.0.ebuild b/media-sound/qmidiroute/qmidiroute-0.3.0.ebuild
deleted file mode 100644
index ee6752b3831b..000000000000
--- a/media-sound/qmidiroute/qmidiroute-0.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit flag-o-matic multilib
-
-DESCRIPTION="QMidiRoute is a filter/router for MIDI events"
-HOMEPAGE="http://alsamodular.sourceforge.net"
-SRC_URI="mirror://sourceforge/alsamodular/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4
- media-libs/alsa-lib"
-
-src_configure() {
- append-ldflags -L/usr/$(get_libdir)/qt4
- econf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}