Gentoo Archives: gentoo-commits

From: Vadim Misbakh-Soloviov <mva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/qcma/
Date: Mon, 04 Apr 2022 16:25:33
Message-Id: 1649089519.e32644aeb68691880ac94f527757589a106d6496.mva@gentoo
1 commit: e32644aeb68691880ac94f527757589a106d6496
2 Author: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 16:24:59 2022 +0000
4 Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 16:25:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32644ae
7
8 app-misc/qcma: EAPI8
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.1
11 Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
12
13 app-misc/qcma/{qcma-9999.ebuild => qcma-0.4.1-r1.ebuild} | 8 ++++----
14 .../{qcma-9999.ebuild => qcma-0.4.2_pre20181227-r1.ebuild} | 10 ++++++----
15 app-misc/qcma/qcma-9999.ebuild | 2 +-
16 3 files changed, 11 insertions(+), 9 deletions(-)
17
18 diff --git a/app-misc/qcma/qcma-9999.ebuild b/app-misc/qcma/qcma-0.4.1-r1.ebuild
19 similarity index 87%
20 copy from app-misc/qcma/qcma-9999.ebuild
21 copy to app-misc/qcma/qcma-0.4.1-r1.ebuild
22 index 2af991e90295..ea81a432ca9f 100644
23 --- a/app-misc/qcma/qcma-9999.ebuild
24 +++ b/app-misc/qcma/qcma-0.4.1-r1.ebuild
25 @@ -1,17 +1,17 @@
26 # Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=7
30 +EAPI=8
31
32 -inherit qmake-utils git-r3
33 +inherit qmake-utils
34
35 DESCRIPTION="Cross-platform content manager assistant for the PS Vita"
36 HOMEPAGE="https://github.com/codestation/qcma"
37 -EGIT_REPO_URI="https://github.com/codestation/qcma.git"
38 +SRC_URI="https://github.com/codestation/qcma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39
40 LICENSE="GPL-3"
41 SLOT="0"
42 -
43 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
44 IUSE="+ffmpeg"
45
46 DEPEND="
47
48 diff --git a/app-misc/qcma/qcma-9999.ebuild b/app-misc/qcma/qcma-0.4.2_pre20181227-r1.ebuild
49 similarity index 81%
50 copy from app-misc/qcma/qcma-9999.ebuild
51 copy to app-misc/qcma/qcma-0.4.2_pre20181227-r1.ebuild
52 index 2af991e90295..5883caf3eddf 100644
53 --- a/app-misc/qcma/qcma-9999.ebuild
54 +++ b/app-misc/qcma/qcma-0.4.2_pre20181227-r1.ebuild
55 @@ -1,17 +1,19 @@
56 # Copyright 1999-2022 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 -EAPI=7
60 +EAPI=8
61
62 -inherit qmake-utils git-r3
63 +inherit qmake-utils vcs-snapshot
64 +
65 +GIT_COMMIT="65f0eab8ca0640447d2e84cdc5fadc66d2c07efb"
66
67 DESCRIPTION="Cross-platform content manager assistant for the PS Vita"
68 HOMEPAGE="https://github.com/codestation/qcma"
69 -EGIT_REPO_URI="https://github.com/codestation/qcma.git"
70 +SRC_URI="https://github.com/codestation/qcma/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
71
72 LICENSE="GPL-3"
73 SLOT="0"
74 -
75 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
76 IUSE="+ffmpeg"
77
78 DEPEND="
79
80 diff --git a/app-misc/qcma/qcma-9999.ebuild b/app-misc/qcma/qcma-9999.ebuild
81 index 2af991e90295..8522119a39a7 100644
82 --- a/app-misc/qcma/qcma-9999.ebuild
83 +++ b/app-misc/qcma/qcma-9999.ebuild
84 @@ -1,7 +1,7 @@
85 # Copyright 1999-2022 Gentoo Authors
86 # Distributed under the terms of the GNU General Public License v2
87
88 -EAPI=7
89 +EAPI=8
90
91 inherit qmake-utils git-r3