public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/kmidimon/
Date: Sat,  9 Nov 2024 15:46:40 +0000 (UTC)	[thread overview]
Message-ID: <1731166088.389ef5da08c82e2b28f5f0359ec2be7d1264549f.asturm@gentoo> (raw)

commit:     389ef5da08c82e2b28f5f0359ec2be7d1264549f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 15:28:08 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 15:28:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389ef5da

media-sound/kmidimon: drop 1.3.0-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/kmidimon/Manifest                 |  1 -
 media-sound/kmidimon/kmidimon-1.3.0-r1.ebuild | 39 ---------------------------
 2 files changed, 40 deletions(-)

diff --git a/media-sound/kmidimon/Manifest b/media-sound/kmidimon/Manifest
index 57583c6fe35d..f976eed6614f 100644
--- a/media-sound/kmidimon/Manifest
+++ b/media-sound/kmidimon/Manifest
@@ -1,2 +1 @@
-DIST kmidimon-1.3.0.tar.bz2 698412 BLAKE2B 185125fda809042a064b225f14ef5c04c69f07bda77d2291d2719256ccbee122bc181d9ea602cb43335f764ae9576daf79966a681637d080f5e3533bd856715d SHA512 02085e6d6768fe5d35649446ec5db2eadcf34b4c727fb250bdbc33d79c86a16d6dc3993ddd9fe08e93e08e1400fb3f56bb71913020ffa410f56ad7168bf08b97
 DIST kmidimon-1.4.0.tar.bz2 309675 BLAKE2B 83a466b63256d082e257af797c501cd4a405409a31c20f26bd38cb7afbfe84566550589feceb201563572352b9ae90f20e255d6c75e21340bd43316ea392e5a2 SHA512 83f3ff86b02d91bd20c81c4dc8dc036b3c8483c246c65b1dc4fe2d084f98c792cf1e9dcaad3b0984f0f294bc0b7f4d6d090bd44b88efa3738fc9ada63cf613ba

diff --git a/media-sound/kmidimon/kmidimon-1.3.0-r1.ebuild b/media-sound/kmidimon/kmidimon-1.3.0-r1.ebuild
deleted file mode 100644
index 56cf505bd5fc..000000000000
--- a/media-sound/kmidimon/kmidimon-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="MIDI monitor for ALSA sequencer"
-HOMEPAGE="https://kmidimon.sourceforge.io/"
-SRC_URI="https://downloads.sourceforge.net/${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.7.0
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	app-arch/unzip
-	dev-qt/linguist-tools:5
-"
-
-PATCHES=( "${FILESDIR}/${PN}-1.2.0-fix-cmake-pathvar.patch" )
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_DOCS=OFF
-		-DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
-		-DUSE_QT=5
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2024-11-09 15:46 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-09 15:46 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-28 23:35 [gentoo-commits] repo/gentoo:master commit in: media-sound/kmidimon/ Jakov Smolić
2025-01-28 23:35 Jakov Smolić
2025-01-16 19:41 Andreas Sturmlechner
2024-11-09 13:24 Arthur Zamarin
2024-11-04  9:29 Sam James
2024-10-07 17:17 Andreas Sturmlechner
2024-10-07 17:17 Andreas Sturmlechner
2022-05-31  5:53 Miroslav Šulc
2022-05-30  6:58 Agostino Sarubbo
2022-05-30  6:56 Agostino Sarubbo
2022-04-25  6:14 Miroslav Šulc
2022-01-18 21:50 Jakov Smolić
2022-01-18 21:50 Jakov Smolić
2021-10-16  8:20 Andreas Sturmlechner
2021-09-22 21:59 Andreas Sturmlechner
2021-01-23  0:25 Andreas Sturmlechner
2021-01-23  0:25 Andreas Sturmlechner
2021-01-02 20:31 Andreas Sturmlechner
2017-08-17 18:58 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1731166088.389ef5da08c82e2b28f5f0359ec2be7d1264549f.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox