public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/qcma/
Date: Wed,  6 Apr 2022 13:58:23 +0000 (UTC)	[thread overview]
Message-ID: <1649253488.d09d50f9f086bf62548648286dcef62d2e6ef35a.asturm@gentoo> (raw)

commit:     d09d50f9f086bf62548648286dcef62d2e6ef35a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 19:09:52 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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")
-}


             reply	other threads:[~2022-04-06 13:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06 13:58 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31  9:08 [gentoo-commits] repo/gentoo:master commit in: app-misc/qcma/ Andreas Sturmlechner
2024-12-24 11:08 Sam James
2023-05-29 20:53 Sam James
2023-05-29 20:51 Sam James
2022-12-29  0:34 Vadim Misbakh-Soloviov
2022-04-06 13:58 Andreas Sturmlechner
2022-04-06 13:58 Andreas Sturmlechner
2022-04-06 13:58 Andreas Sturmlechner
2022-04-04 16:25 Vadim Misbakh-Soloviov
2022-04-04 16:25 Vadim Misbakh-Soloviov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1649253488.d09d50f9f086bf62548648286dcef62d2e6ef35a.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox