commit:     ee43ded369f7a18cf3fffc3b543bbc5f5ea7a3ee
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 14 22:36:43 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 14 22:36:43 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee43ded3

media-sound/qmidiroute: treeclean

Closes: https://bugs.gentoo.org/960814 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/qmidiroute/Manifest                    |  1 -
 .../files/qmidiroute-0.4.0-drop-qtopengl.patch     | 21 ------------
 media-sound/qmidiroute/metadata.xml                | 11 ------
 media-sound/qmidiroute/qmidiroute-0.4.0-r1.ebuild  | 40 ----------------------
 profiles/package.mask                              |  5 ---
 5 files changed, 78 deletions(-)

diff --git a/media-sound/qmidiroute/Manifest b/media-sound/qmidiroute/Manifest
deleted file mode 100644
index d485bc873b9f..000000000000
--- a/media-sound/qmidiroute/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qmidiroute-0.4.0.tar.bz2 121625 BLAKE2B 
b538f405debb33e16d505075b9fc2b53f0b1d993670bfc5b0fdcd5d76d06ee8c81b8357b3435266f8b0f7d1609a4835450cd664bc73470ab1a3ba9e60e5476bb
 SHA512 
b3b5ded66c0e226848a3181d67f61ea9e4e76c253400dac63592e4f462f4cf06760b3f2d24a33bbc836f4fe29950a4d702adc048ad80c9b6d673ade8c1a88342

diff --git a/media-sound/qmidiroute/files/qmidiroute-0.4.0-drop-qtopengl.patch 
b/media-sound/qmidiroute/files/qmidiroute-0.4.0-drop-qtopengl.patch
deleted file mode 100644
index 3dcd67b461a9..000000000000
--- a/media-sound/qmidiroute/files/qmidiroute-0.4.0-drop-qtopengl.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-# Drop unused and silent dependency on QtOpenGL. Fixes #623414.
---- qmidiroute-0.4.0.orig/configure.ac
-+++ qmidiroute-0.4.0/configure.ac
-@@ -29,7 +29,7 @@
-   dnl Check needed because in some cases the QtGui includedir
-   dnl doesn't contain the subsystem dir.
-   QT_INCLUDE_DIR=`$PKG_CONFIG --variable=includedir QtGui`
--  QT_CXXFLAGS=`$PKG_CONFIG --cflags QtCore QtGui QtOpenGL`
-+  QT_CXXFLAGS=`$PKG_CONFIG --cflags QtCore QtGui`
-   EXTRA_QT_INCLUDE_DIR="$QT_INCLUDE_DIR/Qt"
-   AC_CHECK_FILE([$QT_INCLUDE_DIR/QWidget],
-     AC_MSG_NOTICE([No extra QT_INCLUDE_DIR needed]),
-@@ -58,7 +58,7 @@
-   dnl Check needed because in some cases the QtGui includedir
-   dnl doesn't contain the subsystem dir.
-   QT_INCLUDE_DIR=`$PKG_CONFIG --variable=includedir Qt5Gui`
--  QT_CXXFLAGS=`$PKG_CONFIG --cflags Qt5Core Qt5Gui Qt5OpenGL Qt5Widgets`
-+  QT_CXXFLAGS=`$PKG_CONFIG --cflags Qt5Core Qt5Gui Qt5Widgets`
-   QT_CXXFLAGS="$QT_CXXFLAGS -fPIC"
-   EXTRA_QT_INCLUDE_DIR="$QT_INCLUDE_DIR/Qt"
-   AC_CHECK_FILE([$QT_INCLUDE_DIR/QtWidgets/QWidget],

diff --git a/media-sound/qmidiroute/metadata.xml 
b/media-sound/qmidiroute/metadata.xml
deleted file mode 100644
index 4c15adff2d33..000000000000
--- a/media-sound/qmidiroute/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Sound project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="sourceforge">alsamodular</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0-r1.ebuild 
b/media-sound/qmidiroute/qmidiroute-0.4.0-r1.ebuild
deleted file mode 100644
index 15d0434947db..000000000000
--- a/media-sound/qmidiroute/qmidiroute-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools qmake-utils
-
-DESCRIPTION="QMidiRoute is a filter/router for MIDI events"
-HOMEPAGE="https://alsamodular.sourceforge.net";
-SRC_URI="https://downloads.sourceforge.net/alsamodular/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       virtual/pkgconfig
-"
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       media-libs/alsa-lib
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-drop-qtopengl.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       export PATH="$(qt5_get_bindir):${PATH}"
-       econf --enable-qt5
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index ff28943d547d..7cb87acce7c8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -140,11 +140,6 @@ www-client/seamonkey
 # Removal on 2026-01-15
 net-misc/electrum-ltc
 
-# Andreas Sturmlechner <[email protected]> (2025-12-14)
-# Still depends on Qt5 with no upstream activity in years. Bug #960814
-# Removal on 2026-01-15
-media-sound/qmidiroute
-
 # Andreas Sturmlechner <[email protected]> (2025-12-14)
 # Still depends on Qt5 with no upstream porting activity. Bug #960220
 # Removal on 2026-01-15

Reply via email to