public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/portmidi/
Date: Sun, 28 Sep 2025 06:09:21 +0000 (UTC)	[thread overview]
Message-ID: <1759039743.c10e9aea9961d9abc4d1724d7776c03d832c4c58.fordfrog@gentoo> (raw)

commit:     c10e9aea9961d9abc4d1724d7776c03d832c4c58
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 28 06:09:03 2025 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Sep 28 06:09:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10e9aea

media-libs/portmidi: dropped obsolete 2.0.4-r1

Bug: https://bugs.gentoo.org/963390
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/portmidi/Manifest                 |  1 -
 media-libs/portmidi/portmidi-2.0.4-r1.ebuild | 62 ----------------------------
 2 files changed, 63 deletions(-)

diff --git a/media-libs/portmidi/Manifest b/media-libs/portmidi/Manifest
index 87d98789e860..4daced28fc23 100644
--- a/media-libs/portmidi/Manifest
+++ b/media-libs/portmidi/Manifest
@@ -1,2 +1 @@
-DIST portmidi-2.0.4.tar.gz 263225 BLAKE2B fd8b002880ccfcff9f233e2fa5021fe4cf9da2f91b3ceaa36fe70f96818e174578f9a14b69bdbb58fab777c9a9e4ff939b86814a403860c7ec264dddc6f26e85 SHA512 d9f22d161e1dd9a4bde1971bb2b6e5352da51545f4fe5ecad11c55e7a535f0d88efce18d1c8fd91e93b70a7926150f86a0f53972ad92370e86556a8dd72dc194
 DIST portmidi-2.0.6.tar.gz 193068 BLAKE2B 5ebb3815a0b57711962836e241fe02f657420d7b95f1241f3fb1bfa8ba7897bd28acbb9c05e352a0d42be45ce73ac43d59cfed9da1b392f593ff1a41d5e01367 SHA512 00d7cec97b58c074d484793b6097f4e60d061a9d680940bbcdb6670b287b78dbc099af378fb2e066c61f1c26e5060ded9c8f78c80fc03518b33e43f830e34a27

diff --git a/media-libs/portmidi/portmidi-2.0.4-r1.ebuild b/media-libs/portmidi/portmidi-2.0.4-r1.ebuild
deleted file mode 100644
index 1322e6577c90..000000000000
--- a/media-libs/portmidi/portmidi-2.0.4-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="Library for real time MIDI input and output"
-HOMEPAGE="https://github.com/PortMidi/portmidi"
-SRC_URI="https://github.com/PortMidi/portmidi/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
-IUSE="debug test-programs"
-# Per pm-test/README:
-# "Because device numbers depend on the system, there is no automated
-# script to run all tests on PortMidi."
-RESTRICT="test"
-
-RDEPEND="
-	media-libs/alsa-lib
-"
-DEPEND="
-	${RDEPEND}
-"
-BDEPEND="
-	app-arch/unzip
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.0.4-cmake.patch
-)
-
-src_configure() {
-	if use debug ; then
-		CMAKE_BUILD_TYPE=Debug
-	else
-		CMAKE_BUILD_TYPE=Release
-	fi
-
-	# Python bindings dropped b/c of bug #855077
-	local mycmakeargs=(
-		-DBUILD_PORTMIDI_TESTS=$(usex test-programs)
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	dodoc CHANGELOG.txt README.txt pm_linux/README_LINUX.txt
-
-	if use test-programs ; then
-		exeinto /usr/$(get_libdir)/${PN}
-		local app
-		for app in latency midiclock midithread midithru mm qtest sysex ; do
-			doexe "${BUILD_DIR}"/pm_test/${app}
-		done
-	fi
-}


             reply	other threads:[~2025-09-28  6:09 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-28  6:09 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-26 12:26 [gentoo-commits] repo/gentoo:master commit in: media-libs/portmidi/ Arthur Zamarin
2025-09-26  6:26 Arthur Zamarin
2025-09-26  6:26 Arthur Zamarin
2025-09-25 12:58 Sam James
2025-07-19 10:14 Miroslav Šulc
2025-07-17 15:31 Miroslav Šulc
2025-07-17 15:02 Miroslav Šulc
2023-05-29 20:37 Sam James
2023-05-29 12:57 Sam James
2023-05-29 11:05 Arthur Zamarin
2023-05-29 11:05 Arthur Zamarin
2023-05-29 11:05 Arthur Zamarin
2023-05-29 11:05 Arthur Zamarin
2023-05-29 11:05 Arthur Zamarin
2023-04-29  6:44 Sam James
2023-04-29  5:46 Sam James
2022-07-03  8:51 Agostino Sarubbo
2022-07-03  8:49 Agostino Sarubbo
2022-07-02 19:25 Sam James
2022-07-02 18:20 Sam James
2022-07-02 18:18 Sam James
2022-07-02 16:24 Jakov Smolić
2022-07-02 16:24 Jakov Smolić
2022-07-02 13:01 Sam James
2022-07-02 13:00 Sam James
2022-06-29 18:10 Miroslav Šulc
2022-06-29  7:52 Agostino Sarubbo
2022-06-29  0:11 Sam James
2022-06-28 19:34 Arthur Zamarin
2022-06-28 19:10 Arthur Zamarin
2022-06-28 16:26 Arthur Zamarin
2022-06-28 16:24 Arthur Zamarin
2022-06-28 16:23 Arthur Zamarin
2022-06-26  8:04 Miroslav Šulc
2022-02-01 18:51 Michał Górny
2021-09-22 14:30 Yixun Lan
2021-05-26  8:04 Sam James
2021-05-25 16:55 Sam James
2021-05-25 11:06 Sam James
2021-05-24  2:42 Sam James
2021-05-23 23:05 Agostino Sarubbo
2021-05-23 22:28 Agostino Sarubbo
2020-09-09 21:59 Sergei Trofimovich
2020-08-08  8:49 Sergei Trofimovich
2020-08-01 19:06 Sergei Trofimovich
2020-07-26  0:46 Sam James
2020-07-10  0:15 Sam James
2020-04-23 21:24 James Le Cuirot
2020-03-08 17:06 Miroslav Šulc
2020-03-08 10:46 Agostino Sarubbo
2020-03-08 10:42 Agostino Sarubbo
2020-03-08 10:37 Agostino Sarubbo
2020-03-04  5:01 Michał Górny
2019-12-20  9:58 Miroslav Šulc
2019-12-19 20:02 Miroslav Šulc
2019-11-04 14:32 Mikle Kolyada
2018-10-14 15:50 Andreas Sturmlechner
2018-10-14 15:50 Andreas Sturmlechner
2018-06-27 21:54 Sergei Trofimovich
2017-12-06 22:44 Sergei Trofimovich
2017-11-23 22:31 Matt Turner
2017-11-19  9:12 David Seifert
2017-08-12  9:06 Sergei Trofimovich
2017-07-02 15:07 Sergei Trofimovich
2017-06-15 14:23 Anthony G. Basile
2017-05-04 20:17 Markus Meier
2017-04-30  8:31 Jeroen Roovers
2017-04-23 11:29 David Seifert
2016-12-20 15:34 Tobias Klausmann

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=1759039743.c10e9aea9961d9abc4d1724d7776c03d832c4c58.fordfrog@gentoo \
    --to=fordfrog@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