commit: 1a74f9018fea3cd7c759fe933765e518351fa4a7 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Aug 26 20:22:27 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Aug 26 20:42:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a74f901
media-sound/qtgain: treeclean See also: https://bugs.gentoo.org/949077 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/qtgain/Manifest | 1 - media-sound/qtgain/metadata.xml | 8 ------- media-sound/qtgain/qtgain-1.0.0.ebuild | 44 ---------------------------------- profiles/package.mask | 6 ----- 4 files changed, 59 deletions(-) diff --git a/media-sound/qtgain/Manifest b/media-sound/qtgain/Manifest deleted file mode 100644 index 7f18e3476e0d..000000000000 --- a/media-sound/qtgain/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST 56842-QtGain_1.0.0.zip 86401 BLAKE2B 45d1472592369b1974b049218cf89a0309a29aa8c715619c392f348982af58f34e2ca352ef3e0a4b634d359c04f38260811539d8a71e1b1c3a4ddb602996c145 SHA512 7e95d4f60329bc41db3cb3355ecea0eb214bcbceee403dacd639d14ff4827d551e51c4ffa0fcfb840c9f98b6b17653d2d3a937b6fabdd88f33dbabe315c3c95e diff --git a/media-sound/qtgain/metadata.xml b/media-sound/qtgain/metadata.xml deleted file mode 100644 index cd1cfc033621..000000000000 --- a/media-sound/qtgain/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> diff --git a/media-sound/qtgain/qtgain-1.0.0.ebuild b/media-sound/qtgain/qtgain-1.0.0.ebuild deleted file mode 100644 index 05c73f72ba02..000000000000 --- a/media-sound/qtgain/qtgain-1.0.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="QtGain" -inherit desktop optfeature qmake-utils - -DESCRIPTION="Simple frontend to mp3gain, vorbisgain and metaflac" -HOMEPAGE="https://www.linux-apps.com/content/show.php/QtGain?content=56842" -SRC_URI="https://dl.opendesktop.org/api/files/download/id/1466640864/56842-${MY_PN}_${PV}.zip" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="flac mp3 mp4 vorbis" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND}" -BDEPEND="app-arch/unzip" - -S="${WORKDIR}/${PN}" - -src_configure() { - eqmake5 ${MY_PN}.pro -} - -src_install() { - dobin bin/${PN} - newicon Icons/lsongs.png ${PN}.png - make_desktop_entry ${PN} ${MY_PN} -} - -pkg_postinst() { - optfeature "FLAC support" media-libs/flac - optfeature "AAC support" media-sound/aacgain - optfeature "MP3 support" media-sound/mp3gain - optfeature "Vorbis support" media-sound/vorbisgain - optfeature "Mass renamer and cover downloader" media-sound/id3v2 -} diff --git a/profiles/package.mask b/profiles/package.mask index bcef0aa34734..58531a4eaeff 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -206,12 +206,6 @@ app-office/texmacs # Removal on 2025-08-27. media-video/baka-mplayer -# Andreas Sturmlechner <[email protected]> (2025-07-28) -# Dead for many years, Qt5-based, EAPI-7. Anyone interested in its features -# should look into qmp3gain instead (bug #949077) but it also needs porting -# to Qt6. Removal on 2025-08-27. -media-sound/qtgain - # Hans de Graaff <[email protected]> (2025-07-28) # Obsolete slots of cucumber components. These slots are no longer used # by dev-util/cucumber. Removal on 2025-08-28.
