summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-10-15 21:35:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-10-16 10:20:10 +0200
commit7201aa9a15c3d126f1a6a2112e869425f8d8ae61 (patch)
treea87f22c63ef1807e35651b798a1b2ae3c2ea0748 /media-sound/kmidimon
parentdev-libs/appstream: Drop 0.14.4-r1 (diff)
downloadgentoo-7201aa9a15c3d126f1a6a2112e869425f8d8ae61.tar.gz
gentoo-7201aa9a15c3d126f1a6a2112e869425f8d8ae61.tar.bz2
gentoo-7201aa9a15c3d126f1a6a2112e869425f8d8ae61.zip
media-sound/kmidimon: Drop 1.0.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/kmidimon')
-rw-r--r--media-sound/kmidimon/Manifest1
-rw-r--r--media-sound/kmidimon/kmidimon-1.0.0.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/media-sound/kmidimon/Manifest b/media-sound/kmidimon/Manifest
index 2052e6e5ec3a..c9665812e15e 100644
--- a/media-sound/kmidimon/Manifest
+++ b/media-sound/kmidimon/Manifest
@@ -1,2 +1 @@
-DIST kmidimon-1.0.0.tar.bz2 322397 BLAKE2B 6c70e6b6162fe53fbaf7b7945035cb3974120501504c74c3fc0a0c607b2c38153f72cdefdc5f68b97c02148aefc3cd6e49ec0ea45f8b8f9ee6c11ab9383b813d SHA512 3c69fdc128bf5c0b7ec123b06ce3ef0e2220a04e8e721d8fbfa461dc8392b08250f2d333fc0f6080135107a97cd16736327648c4cb4cca72ea4d43c1007ad744
DIST kmidimon-1.1.0.tar.bz2 392541 BLAKE2B b4b45eaf0d370c0b0989e7c1a7a30473cb8e252346687a6b3d99a5d3e78a8155893e478d354cadc00b1a7df07a174dbd21ae07fd9a0746f5b7dcdb5786520797 SHA512 6792d2b45e2ee9da777d2f29623453a41532d6f6d93a6e375afd07b4cbcf2eb18f11ab2d9358febbb22925ee7e63912c5bd4714a3804b95971a52a1c0b00a324
diff --git a/media-sound/kmidimon/kmidimon-1.0.0.ebuild b/media-sound/kmidimon/kmidimon-1.0.0.ebuild
deleted file mode 100644
index 3c9506e1889b..000000000000
--- a/media-sound/kmidimon/kmidimon-1.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="MIDI monitor for ALSA sequencer"
-HOMEPAGE="https://kmidimon.sourceforge.io/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- media-libs/alsa-lib
- >=media-sound/drumstick-2.0.0
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-arch/unzip
- dev-qt/linguist-tools:5
-"
-
-src_prepare() {
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
- )
- cmake_src_configure
-}