From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BA9C158003 for ; Wed, 6 Apr 2022 13:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F21BE0A95; Wed, 6 Apr 2022 13:58:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2728E0D57 for ; Wed, 6 Apr 2022 13:58:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B652634152E for ; Wed, 6 Apr 2022 13:58:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AD88389 for ; Wed, 6 Apr 2022 13:58:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1649253488.d09d50f9f086bf62548648286dcef62d2e6ef35a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/qcma/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/qcma/qcma-0.4.1.ebuild app-misc/qcma/qcma-0.4.2_pre20181227.ebuild X-VCS-Directories: app-misc/qcma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d09d50f9f086bf62548648286dcef62d2e6ef35a X-VCS-Branch: master Date: Wed, 6 Apr 2022 13:58:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 39a479da-6d35-4790-9e18-b8938d573587 X-Archives-Hash: c3fc6a5a45c033140bfc74e387c3a118 commit: d09d50f9f086bf62548648286dcef62d2e6ef35a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 5 19:09:52 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 6 13:58:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09d50f9 app-misc/qcma: Cleanup obsolete 0.4.1 (r0), 0.4.2_pre20181227 (r0) EAPI-7-- Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/qcma/qcma-0.4.1.ebuild | 45 --------------------------- app-misc/qcma/qcma-0.4.2_pre20181227.ebuild | 47 ----------------------------- 2 files changed, 92 deletions(-) diff --git a/app-misc/qcma/qcma-0.4.1.ebuild b/app-misc/qcma/qcma-0.4.1.ebuild deleted file mode 100644 index f86fb4692e5c..000000000000 --- a/app-misc/qcma/qcma-0.4.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-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" - -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:0 ) - x11-libs/libnotify:0 -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-qt/linguist-tools -" - -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() { - lrelease common/resources/translations/*.ts - eqmake5 PREFIX="${D}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") -} diff --git a/app-misc/qcma/qcma-0.4.2_pre20181227.ebuild b/app-misc/qcma/qcma-0.4.2_pre20181227.ebuild deleted file mode 100644 index 0341d187842a..000000000000 --- a/app-misc/qcma/qcma-0.4.2_pre20181227.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils vcs-snapshot - -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" - -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:0 ) - x11-libs/libnotify:0 -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-qt/linguist-tools -" - -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() { - lrelease common/resources/translations/*.ts - eqmake5 PREFIX="${D}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") -}