commit:     3adb19a11a969f01134dbf6e285aedd7887d5851
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 18:21:39 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 09:07:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3adb19a1

app-misc/qcma: drop 0.4.1-r2

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

 app-misc/qcma/Manifest             |  1 -
 app-misc/qcma/qcma-0.4.1-r2.ebuild | 66 --------------------------------------
 2 files changed, 67 deletions(-)

diff --git a/app-misc/qcma/Manifest b/app-misc/qcma/Manifest
index 57f7d335991d..6bbccda352b4 100644
--- a/app-misc/qcma/Manifest
+++ b/app-misc/qcma/Manifest
@@ -1,2 +1 @@
-DIST qcma-0.4.1.tar.gz 239952 BLAKE2B 
342272cc1bab74e34f545ed7c54b7f12732723e55f53224b16a2525bea161f49d4ec799e1e1f868af63067f3021a73389eac581299582a9410aa372e55ea265a
 SHA512 
d061c43528dcb5b361f5e3f7cb303926df29f86f22603a9bc25326c1056344478dae6335d5f82d3f2e56ce98154cb5b1b3e94a3ab1128d7c79d42f8bf92fc7ec
 DIST qcma-0.4.2_pre20181227.tar.gz 244336 BLAKE2B 
5a7a33384d4c73050954901e8e8f31ac72d4a2e1ae285389197eedcafe2c9f5d035588bbd330ba72c20048bd889b483259ab5824ad1ba7bdee7351b848ab2e12
 SHA512 
3379b5b804c169f3dcc1bd3079cffbaa016248631e69563d3e509dcc4de198f259edc5a69bcea4f65cfa16c366d1a2919bdf7aa6703b6648a6f218e9d58f806c

diff --git a/app-misc/qcma/qcma-0.4.1-r2.ebuild 
b/app-misc/qcma/qcma-0.4.1-r2.ebuild
deleted file mode 100644
index 7f789808b6f5..000000000000
--- a/app-misc/qcma/qcma-0.4.1-r2.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 xdg-utils
-
-DESCRIPTION="Cross-platform content manager assistant for the PS Vita"
-HOMEPAGE="https://github.com/codestation/qcma";
-SRC_URI="https://github.com/codestation/qcma/archive/v${PV}.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
-}

Reply via email to