commit: 5ac57292f0954bf3d807605524dbb6b87ac8a7e5 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Feb 26 16:43:54 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Feb 26 20:06:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac57292
app-misc/qcma: treeclean Closes: https://bugs.gentoo.org/900947 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-misc/qcma/Manifest | 1 - app-misc/qcma/metadata.xml | 8 --- app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild | 68 -------------------------- app-misc/qcma/qcma-9999.ebuild | 66 ------------------------- profiles/package.mask | 6 --- 5 files changed, 149 deletions(-) diff --git a/app-misc/qcma/Manifest b/app-misc/qcma/Manifest deleted file mode 100644 index 6bbccda352b4..000000000000 --- a/app-misc/qcma/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qcma-0.4.2_pre20181227.tar.gz 244336 BLAKE2B 5a7a33384d4c73050954901e8e8f31ac72d4a2e1ae285389197eedcafe2c9f5d035588bbd330ba72c20048bd889b483259ab5824ad1ba7bdee7351b848ab2e12 SHA512 3379b5b804c169f3dcc1bd3079cffbaa016248631e69563d3e509dcc4de198f259edc5a69bcea4f65cfa16c366d1a2919bdf7aa6703b6648a6f218e9d58f806c diff --git a/app-misc/qcma/metadata.xml b/app-misc/qcma/metadata.xml deleted file mode 100644 index 0e8d71f231c7..000000000000 --- a/app-misc/qcma/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-needed --> - <upstream> - <remote-id type="github">codestation/qcma</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild b/app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild deleted file mode 100644 index 36824384cb41..000000000000 --- a/app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils vcs-snapshot xdg-utils - -GIT_COMMIT="65f0eab8ca0640447d2e84cdc5fadc66d2c07efb" - -DESCRIPTION="Cross-platform content manager assistant for the PS Vita" -HOMEPAGE="https://github.com/codestation/qcma" -SRC_URI="https://github.com/codestation/qcma/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+ffmpeg" - -# <ffmpeg-5 for bug #900947 -DEPEND=" - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsql:5 - dev-qt/qtwidgets:5 - media-libs/vitamtp:0 - ffmpeg? ( <media-video/ffmpeg-5:= ) - x11-libs/libnotify:0 -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-qt/linguist-tools:5 -" - -src_prepare() { - # http://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225051.html - sed -r \ - -e '/av_register_all/d' \ - -i "${S}"/common/avdecoder.h || die "Failed to fix ffmpeg stuff" - rm ChangeLog || die "Failed to rm changelog" # Triggers QA warn (symlink to nowhere) - default -} - -src_configure() { - $(qt5_get_bindir)/lrelease common/resources/translations/*.ts || die - eqmake5 PREFIX="${EPREFIX}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") -} - -src_install() { - emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install - einstalldocs - - insinto /usr/share/${PN}/translations - doins common/resources/translations/${PN}_*.qm -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} diff --git a/app-misc/qcma/qcma-9999.ebuild b/app-misc/qcma/qcma-9999.ebuild deleted file mode 100644 index 6a97bf6b94b5..000000000000 --- a/app-misc/qcma/qcma-9999.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils git-r3 xdg-utils - -DESCRIPTION="Cross-platform content manager assistant for the PS Vita" -HOMEPAGE="https://github.com/codestation/qcma" -EGIT_REPO_URI="https://github.com/codestation/qcma.git" - -LICENSE="GPL-3" -SLOT="0" - -IUSE="+ffmpeg" - -# <ffmpeg-5 for bug #900947 -DEPEND=" - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsql:5 - dev-qt/qtwidgets:5 - media-libs/vitamtp:0 - ffmpeg? ( <media-video/ffmpeg-5:= ) - x11-libs/libnotify:0 -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-qt/linguist-tools:5 -" - -src_prepare() { - # http://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225051.html - sed -r \ - -e '/av_register_all/d' \ - -i "${S}"/common/avdecoder.h || die "Failed to fix ffmpeg stuff" - rm ChangeLog || die "Failed to rm changelog" # Triggers QA warn (symlink to nowhere) - default -} - -src_configure() { - $(qt5_get_bindir)/lrelease common/resources/translations/*.ts || die - eqmake5 PREFIX="${EPREFIX}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") -} - -src_install() { - emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install - einstalldocs - - insinto /usr/share/${PN}/translations - doins common/resources/translations/${PN}_*.qm -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} diff --git a/profiles/package.mask b/profiles/package.mask index 4054d49b6359..9bb3c5c1c95e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -218,12 +218,6 @@ media-sound/teamspeak-client:3 # depends on Qt5, no one else packages this. Removal on 2025-02-27. net-misc/qtm -# Andreas Sturmlechner <[email protected]> (2025-01-28) -# Last release+commit 7 years ago, dead upstream, unmaintained in Gentoo, -# depends on Qt5, broken with >= ffmpeg-5, no one else packages this. -# Removal on 2025-02-27. Bug #900947 -app-misc/qcma - # Arthur Zamarin <[email protected]> (2025-01-28) # Since we are done with EGO_SUM, this tool isn't needed any more. # Removal on 2025-02-27. Bug #948966.
